> Job cre.764 on bohr: received signal FPE.
FPE is a floating point exception.
Are you able to run the same test with the serial version? (Is the
question even applicable...?)
> it returns the following error
> export TESTsander=/appl/ggamess/amber10/amber10/exe/sander.MPI; make
> test.sander.BASIC
> sh: TESTsander=/appl/ggamess/amber10/amber10/exe/sander.MPI: is not an
> identifier
You're speaking bash, and on Solaris, sh is the real deal unlike on Linux...
In sh, the correct syntax is:
IDENTIFIER=value
export IDENTIFIER
In bash, you can shortcut this to:
export IDENTIFIER=value
but doing so in a script that will be run by "/bin/sh" results in the
problem you have described.
--
Atro Tossavainen (Mr.) / The Institute of Biotechnology at
Systems Analyst, Techno-Amish & / the University of Helsinki, Finland,
+358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own.
< URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Apr 08 2009 - 01:16:06 PDT