Talk:Cluster: New BobSCEd Install Log
sort $PBS_NODEFILE | uniq -C | awk '{print $f("%s:%s", $2, $1); }' > mpd.nodes
mpdboot -f mpd.hosts -n [NUM_NODES_REQUESTED]
mpiexec -n [NUM_PROCESSES] ./a.out
mpdallexit
sort $PBS_NODEFILE | uniq -C | awk '{print $f("%s:%s", $2, $1); }' > mpd.nodes
mpdboot -f mpd.hosts -n [NUM_NODES_REQUESTED]
mpiexec -n [NUM_PROCESSES] ./a.out
mpdallexit