home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.parallel
- Path: sparky!uunet!gatech!hubcap!fpst
- From: esa@acpub.duke.edu (EMILY ANGERER)
- Subject: Re: f2c on convex? and PVM
- Message-ID: <1992Jul24.115417.8485@hubcap.clemson.edu>
- Keywords: PVM f2c convex
- Sender: news@cs.duke.edu
- Nntp-Posting-Host: raphael.acpub.duke.edu
- Organization: Duke University; Durham, N.C.
- References: <1992Jul23.204212.4277@hubcap.clemson.edu>
- Date: 24 Jul 92 02:25:30 GMT
- Approved: parallel@hubcap.clemson.edu
- Lines: 17
-
-
-
- I have successfully run a matrix multiplication routine in PVM using
- fortran. The format of my program was similar to that of the sample
- provided in the PVM literature. However, on the Convex, I found that
- it was unnecessary to use the null character ("\0") at the ends of
- strings, and in order to define a null architecture (i.e., use any
- available machine) one must use a pair of double quotes. Therefore, the
- initiate statement would be:
-
- call finitiate("nodeprogram", "", inst)
-
- Hope this helps.
-
- Emily S. Angerer
-
-
-