LSF Version 7.3 - Using Platform LSF HPC

Building Parallel Jobs
Use mpicc -o to compile your source code.
For example:
[178]-
which mpicc /pcc/app/mpich2/kernel2.4-glibc2.3-
x86/bin/mpicc
5:19pm Mon, Sep-19-2005 qat21:~/milkyway/bugfix/test
[179]-
mpicc -o hw.mpich2 hw.c 3.2
Make sure the compiled binary can run under the root MPD ring outside Platform
LSF.
For example:
[180]-
mpiexec -np 2 hw.mpich2
Process 0 is printing on qat21 (pid =16160):
Greetings from process 1 from qat20 pid 24787!