Changes between Version 36 and Version 37 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 9:32:00 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v36 v37 188 188 In this section it will be described how to take advantage of `DRM4G` to calculate the number Pi. To do that, three types of jobs '''single''', '''array''' and '''mpi''' will be used. 189 189 190 == Single Job s==190 == Single Job == 191 191 192 192 * C code : … … 230 230 }}} 231 231 232 == Array Job s==232 == Array Job == 233 233 234 234 * C code : … … 290 290 }}} 291 291 292 == MPI Job s==292 == MPI Job == 293 293 294 294 * C code :