Mpich1sub.sh: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 16:13, 14 September 2009

#!/bin/bash
# Special PBS control comments
#PBS -l nodes=8,walltime=60

# Set up the path
PATH=/usr/local/stow/mpichgm-1.2.7p1-20/bin:$PATH
export $PATH

cd ~/mpich1test/
echo $PBS_NODEFILE
# Run the program
mpirun -np $( wc -l < $PBS_NODEFILE ) ./alltoall-mpich1