Changes between Version 4 and Version 5 of cypress/Programming/Cexamples/OpenMp
- Timestamp:
- 05/23/16 10:15:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Programming/Cexamples/OpenMp
v4 v5 27 27 28 28 === Compile with GNU C === 29 {{{gcc hello_omp.c -fope mp}}}29 {{{gcc hello_omp.c -fopenmp}}} 30 30 31 31 === Compile with Intel C ===