Changeset 13888


Ignore:
Timestamp:
11/06/12 16:26:26 (12 years ago)
Author:
Eric.Larour
Message:

CHG: protect with HAVE_MPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r13881 r13888  
    499499
    500500        /*sum over all cpus*/
     501        #ifdef _HAVE_MPI_
    501502        MPI_Allreduce((void*)connectivity_clone,(void*)all_connectivity_clone,numnodes,MPI_INT,MPI_SUM,IssmComm::GetComm());
     503        #endif
    502504        xDelete<int>(connectivity_clone);
    503505
Note: See TracChangeset for help on using the changeset viewer.