Changes between Version 4 and Version 5 of MPITransformation


Ignore:
Timestamp:
04/07/15 17:52:39 (11 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MPITransformation

    v4 v5  
    6767}
    6868}}}
     69
     70General strategy for arranging file scope nodes:
     711. known system libraries and implementations: stay in file scope, except for some special cases (stdin/out etc of stdio, pthread_pool of pthread libraries, etc);
     722. input variables: go to file scope;
     733. others (including global variables, the original main function, user libraries and anything else): go to mpi process scope.