Changes between Version 67 and Version 68 of DRM4G/Tutorial
- Timestamp:
- Jun 28, 2016 9:29:12 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v67 v68 265 265 * DRM4G job template : 266 266 {{{ 267 EXECUTABLE = mpi.sh267 EXECUTABLE = pi_mpi.sh 268 268 STDOUT_FILE = stdout.${JOB_ID} 269 269 STDERR_FILE = stderr.${JOB_ID} 270 INPUT_FILES = mpi.sh, pi_parallel.c270 INPUT_FILES = pi_mpi.sh, pi_parallel.c 271 271 NP = 2 272 272 }}} 273 273 274 * mpi.sh script : 275 {{{ 276 #!sh 274 * pi_mpi.sh script : 275 {{{ 276 #!sh 277 #!/bin/bash 277 278 source /software/meteo/use/load_use 278 279 use openmpi14intel