Changes between Version 2 and Version 3 of MPITransformation


Ignore:
Timestamp:
05/14/14 09:58:15 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPITransformation

    v2 v3  
    2828$input char** argv;//optional, only necessary when the original main function has arguments.
    2929$input int NPROCS;
     30$input int NPROCS_UPPER;
     31$input int NPROCS_LOWER;
     32$assume NPROCS_LOWER < NPROCS && NPROCS <= NPROCS_UPPER;
    3033$gcomm GCOMM_WORLD = $gcomm_create($here, NPROCS);
    3134