NAMD running problem

From: Jason Lee (hellocunning_at_hotmail.com)
Date: Tue Sep 27 2005 - 15:02:27 CDT

Dear all,

I am trying to compile NAMD and run it on MPICH on Mac OSX. Finally I
compile NAMD2.5 and MPICH1.2.6 by using IBM XLC compiler. However I
encounter following problem when run it. Could anyone give me some hints?
The only message is from the log file.

"Could not find enough machines for architecture freebsd_ppc"

My script file is as follows.
#!/bin/sh

### Begin embedded Grid Engine arguments
# (name the job)
set NAMD_SCRIPT = $1
#$ -N sstz2.6mx
# (ask for our newly created PE and a range of 3-5 CPUs)
#$ -hard -pe mpich 2
# (assume current working directory for paths)
#$ -cwd
# (set group variable)
#$ -v MPICH_PROCESS_GROUP=no
### End embedded Grid Engine commmands
echo "I have $NSLOTS slots to run on!"
/Users/j0l6571/bin/mpich-1.2.6/bin/mpirun -np $NSLOTS -machinefile
$TMPDIR/machines /Users/j0l6571/bin/namd/namd2.6/MacOSX-PPC-xlC/namd2
$NAMD_SCRIPT > results.log

And I also try to use the following command.

/Users/l0l6571/bin/mpich-1.2.6/bin/mpirun -np $NSLOTS -machinefile
$TMPDIR/machines /Users/l0l6571/bin/namd/namd2.6/MacOSX-PPC-xlC/namd2
mini.conf

But the above command give me such error.

Info: NAMD 2.6b1 for MacOSX-PPC
Info:
Info: Please visit http://www.ks.uiuc.edu/Research/namd/
Info: and send feedback or bug reports to namd_at_ks.uiuc.edu
Info:
Info: Please cite Kale et al., J. Comp. Phys. 151:283-312 (1999)
Info: in all publications reporting results obtained with NAMD.
Info:
Info: Based on Charm++/Converse 50900 for mpi-ppc-darwin-xlc
Info: Built Wed Sep 7 15:45:16 CDT 2005 by l0l6571 on cat.tamu.edu
Info: Sending usage information to NAMD developers via UDP. Sent data is:
Info: 1 NAMD 2.6b1 MacOSX-PPC 1 cat.tamu.edu l0l6571
Info: Running on 1 processors.
Info: 0 kB of memory in use.
p0_22282: p4_error: interrupt SIGSEGV: 11

Appreciate it.
Jason

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

This archive was generated by hypermail 2.1.6 : Wed Feb 29 2012 - 15:39:57 CST