Changes between Version 1 and Version 2 of Pointers


Ignore:
Timestamp:
07/11/13 13:30:39 (13 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Pointers

    v1 v2  
    189189
    190190{{{
     191
     192$int nprocs;
     193$assume nprocs >= 1;
     194
    191195void MPI_proc(int pid) {
    192196  $scope proc_scope;
     
    197201}
    198202
    199 void main(int nprocs) {
     203void main() {
    200204  $proc procs[nprocs];
    201205