Changes between Version 28 and Version 29 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 9:12:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v28 v29 186 186 = User Scenarios = 187 187 188 In this section it will be described how to take advantage of `DRM4G` to calculate the number Pi. To do that, we will use three types of jobs '''single''', '''array''' and '''mpi'''.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 190 == Single Jobs == 191 191 192 === Code === 192 * C code : 193 193 {{{ 194 194 #!cpp … … 231 231 == Array Jobs == 232 232 233 === C Code === 233 * C code : 234 234 {{{ 235 235 #!cpp … … 270 270 }}} 271 271 272 === Job Template === 272 * Job template : 273 273 {{{ 274 274 EXECUTABLE = pi … … 279 279 == MPI Jobs == 280 280 281 === C Code === 281 * C code : 282 282 283 283 {{{ … … 332 332 }}} 333 333 334 === Job Template === 334 Job template : 335 335 {{{ 336 336 EXECUTABLE = mpi