Changes between Version 2 and Version 3 of MPITransformation
- Timestamp:
- 05/14/14 09:58:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MPITransformation
v2 v3 28 28 $input char** argv;//optional, only necessary when the original main function has arguments. 29 29 $input int NPROCS; 30 $input int NPROCS_UPPER; 31 $input int NPROCS_LOWER; 32 $assume NPROCS_LOWER < NPROCS && NPROCS <= NPROCS_UPPER; 30 33 $gcomm GCOMM_WORLD = $gcomm_create($here, NPROCS); 31 34
