Newsgroups: comp.parallel.pvm
From: ten@u-aizu.ac.jp (Sergey Ten)
Subject: PVM on CM5: need a help
Organization: University of Aizu, Fukushima, Japan
Date: 28 Dec 1994 08:32:17 GMT
Message-ID: <TEN.94Dec28173219@pross2.u-aizu.ac.jp>


Recently we used pvm on the ws network. Few days ago we tried to port
our applications on CM-5 machine. Following the Readme.mp we
compiled source files with -c option, and after that tried to link
object files (to build node program) as follows:

/usr/cm5/bin/cmmd-ld *.o -o <prog_name> -lm \
-L$(HOME)/pvm3/lib/CM5 -lpvm3pe $(HOME)/pvm3/lib/CM5/pvmhost.o \
-L$(HOME)/pvm3/lib/CM5 -lpvm3 

We got an error message:

> mycomp: Undefined variable.

We suppose something wrong in our command line, because we don't use
variable with this name at all. Another interesting question for us:
pvmhost.c file contains definition of main function. Does it mean that
we can not define main function in our aplication?

Can anybody help us?
Thank you in advance
Sergey Ten
++++++++++++++++++++++
e-mail: ten@u-aizu.ac.jp
-- 
               ___  E-mail: ten@u-aizu.ac.jp
Sergey V. Ten /___  Phone:  81-242-372543
              \___  Fax:    81-242-372553


