Changes between Version 5 and Version 6 of cypress/Programming/Cexamples


Ignore:
Timestamp:
05/25/16 16:05:03 (8 years ago)
Author:
cbaribault
Comment:

CEB - added "module load intel-psxe" command prior to invoking icc

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming/Cexamples

    v5 v6  
    2323
    2424=== Compile with Intel C ===
    25 {{{[tulaneID@cypress1 ~]$ icc hello.c}}}
     25{{{
     26[tulaneID@cypress1 ~]$ module load intel-psxe
     27[tulaneID@cypress1 ~]$ icc hello.c
     28}}}
    2629
    2730== Links for Tutorial ==