Changes between Version 3 and Version 4 of cypress/Programming/Cexamples/Mpi


Ignore:
Timestamp:
05/23/16 13:44:14 (8 years ago)
Author:
cbaribault
Comment:

CEB - added module load command prior to invoking mpicc.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming/Cexamples/Mpi

    v3 v4  
    3535
    3636=== Compile ===
    37 {{{mpicc hello_mpi.c}}}
     37{{{
     38module load intel-psxe
     39mpicc hello_mpi.c
     40}}}
    3841
    3942== Example of Jobscript ==