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


Ignore:
Timestamp:
05/16/16 16:49:00 (8 years ago)
Author:
cbaribault
Comment:

CEB - added module load command prior to invoking icc

Legend:

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

    v3 v4  
    3030
    3131=== Compile with Intel C ===
    32 {{{icc hello_omp.c -openmp}}}
     32{{{
     33module load intel-psxe/2016
     34icc hello_omp.c -openmp
     35}}}
    3336
    3437=== Example of Jobscript ===