Ignore:
Timestamp:
10/10/12 20:56:09 (12 years ago)
Author:
Eric.Larour
Message:

CHG: replaced instances of MPI_COMM_WORLD in modules with IssmComm::GetComm()

File:
1 edited

Legend:

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

    r13073 r13590  
    3434        /*Figure out maximum across the cluster: */
    3535        #ifdef _HAVE_MPI_
    36         MPI_Reduce (&maxabsvy,&node_maxabsvy,1,MPI_DOUBLE,MPI_MAX,0,MPI_COMM_WORLD );
    37         MPI_Bcast(&node_maxabsvy,1,MPI_DOUBLE,0,MPI_COMM_WORLD);   
     36        MPI_Reduce (&maxabsvy,&node_maxabsvy,1,MPI_DOUBLE,MPI_MAX,0,IssmComm::GetComm() );
     37        MPI_Bcast(&node_maxabsvy,1,MPI_DOUBLE,0,IssmComm::GetComm());   
    3838        maxabsvy=node_maxabsvy;
    3939        #endif
Note: See TracChangeset for help on using the changeset viewer.