[gmx-users] mpi_run issue

#ZHAO LINA# ZHAO0139 at ntu.edu.sg
Thu Jan 28 14:48:13 CET 2010


Hi,

I tried to run the command
mdrun -deffnm em
on cluster,
blow is the script, but I worried that it might be some place wrong, seems no files came out after several hours running
Is anyone please help me to modify it, and how can know the process of its running in the cluster.

Thanks and best regards,

Elsa

#!/bin/bash
#
## Specify the job name
#PBS -N emMDrunSecondOne

## Join the standard error and the standard output into 1 file output
#PBS -j oe
#PBS -V

## To run on 16 cpus
#PBS -l nodes=2:ppn=8

PBS_O_WORKDIR=${HOME}/Jobs/1A7W/tryScript
[ -d ${PBS_O_WORKDIR}] || exit 1

cd $PBS_O_WORKDIR
NCPUS=`cat $PBS_NODEFILE | wc -l`
echo $NCPUS

## program to run
/usr/local/openmpi/bin/mpirun -np $NCPUS mdrun_mpi -deffnm em 
exit 0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2766 bytes
Desc: not available
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20100128/71d2046f/attachment.bin>


More information about the gromacs.org_gmx-users mailing list