#!/bin/bash #PBS -lwalltime=0:10:0 #PBS -lnodes=8 # Set up the path export MPICH2_HOME=/usr/local/stow/mpich2-1.0.7 export PATH=$MPICH2_HOME/bin:$PATH # export LD_LIBRARY_PATH /usr/local/stow/openmpi-1.2.6/lib cd ~/torquejobs/mpich2test echo starting mpiexec -n 8 /nfshomes/xhe/torquejobs/mpich2test/alltoall-mpich2 echo ending