Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
 mpiicc -g cpi-sync.c -L ~/mpip_3.3/lib  -lmpiP  -lbfd

Wiki MarkupRun the code as usual.    This example was run from within an interactive PBS batch job on iforge \ [ qsub \ -I \ -V \ -lnodes=2:ppn=4,walltime=00:30:00 \ ]:

Code Block
[arnoldg@iforge116 src]$ mpirun -np 8 ./a.out
mpiP:
mpiP: mpiP: mpiP V3.3.0 (Build May 29 2012/12:57:33)
mpiP: Direct questions and errors to mpip-help@lists.sourceforge.net
mpiP:

...
Process 6 received "Hi, how are you?"
PI is approximately 3.1415926535896133
mpiP:
mpiP: Storing mpiP output in [./a.out.8.11834.1.mpiP].
mpiP:

...