Changes between Version 48 and Version 49 of cypress/using
- Timestamp:
- 08/24/16 21:59:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v48 v49 197 197 There 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. 198 198 The executable for MIC code cannot run on host CPU. To launch the MIC native executable from host, use "micnativeloadex" command. 199 SLURM jobscriptscript is, for example,199 One possible SLURM jobs script is, for example, 200 200 201 201 {{{#!bash