Ignore:
Timestamp:
04/16/12 19:19:56 (13 years ago)
Author:
Eric.Larour
Message:

Took out all specific parts of the code that were supposedly PARALLEL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/MaxVyx/MaxVyx.cpp

    r5414 r12016  
    3131        }
    3232
    33         #ifdef _PARALLEL_
    3433        /*Figure out minimum across the cluster: */
    3534        MPI_Reduce (&maxvy,&node_maxvy,1,MPI_DOUBLE,MPI_MAX,0,MPI_COMM_WORLD );
    3635        MPI_Bcast(&node_maxvy,1,MPI_DOUBLE,0,MPI_COMM_WORLD);   
    3736        maxvy=node_maxvy;
    38         #endif
    3937
    4038        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.