Lamsub.sh

From UMIACS
Revision as of 16:15, 14 September 2009 by Xhe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#!/bin/bash

#PBS -lwalltime=0:10:0
#PBS -lnodes=8

# Set up the path
export PATH=/usr/local/stow/lam-7.1.4/bin:$PATH

echo starting
/usr/local/stow/lam-7.1.4/bin/mpiexec -machinefile ${PBS_NODEFILE} /nfshomes/xhe/torquejobs/lamtest/alltoall-lam 
echo ending