Changes between Version 48 and Version 49 of cypress/using


Ignore:
Timestamp:
08/24/16 21:59:38 (8 years ago)
Author:
cbaribault
Comment:

CEB 20160824 - fixed typo re SLURM job script and added missing sentence introduction in MIC section.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v48 v49  
    197197There are two ''Intel Xeon Phi'' co-processors (MIC) on each node of Cypress. To run your code natively on MIC, make sure you have to compile the code with "-mmic" option.
    198198The executable for MIC code cannot run on host CPU. To launch the MIC native executable from host, use "micnativeloadex" command.
    199 SLURM jobscript script is, for example,
     199One possible SLURM jobs script is, for example,
    200200
    201201{{{#!bash