| NEIU » Physics & Astronomy » Research » Beowulf » A Quick Guide ⇓ |
| Physics Home · NEIU's Beowulf Cluster · Beowulf FAQ · Beowulf.org |
Visit the LAM-MPI site for more information and tutorials
| lamstart | starts the parallel processing environment |
| mpirun -v C -s n0 progname | runs the progam progname |
| wipe | shuts down the parallel processing environment |
| mpicc sourcefile | compile C sourcefile using mpi libraries |
| mpif77 sourcefile | compile FORTRAN sourcefile using mpi libraries |
| mpiCC sourcefile | compile C++ sourcefile using mpi libraries |