|
|||||||||||||||||||||||||||||||||
AMBER Archive (2004)Subject: Re: AMBER: Amber job submission using PBS
From: Thomas E. Cheatham, III (cheatham_at_chpc.utah.edu)
> > node001
Regarding the PBS problems, a very good way to debug these is to attempt
qsub -I -l nodes=2:ppn=2,walltime=1:00:00 -q normal
Then if this starts up, you will be on the first node of the assigned
Then you can try doing each of the commands by hand.
cd /home2/e953kks/amber8/test/4096wat
$mpich_run -machinefile $PBS_NODEFILE -np 4 $sander -O -i gbin -c eq1.x -o mdout.test
Sometimes with mpich versions I've had trouble in the past if the
So, try
cp -p /home2/e953kks/amber8/exe/sander .
$mpich_run -machinefile $PBS_NODEFILE -np 4 ./sander -O -i gbin -c eq1.x -o mdout.test
The interactive testing in the queue is a very nice way to go...
Good luck,
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|