Changeset 20151
- Timestamp:
- 02/12/16 17:06:31 (10 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
r20150 r20151 498 498 int rc=0; 499 499 #ifdef _HAVE_MPI_ 500 # ifdef _HAVE_AMPI_501 rc MPI_Comm_split(comm, color, key, newcomm);502 # else503 rc MPI_Comm_split(comm, color, key, newcomm);504 # endif500 #ifdef _HAVE_AMPI_ 501 rc=MPI_Comm_split(comm, color, key, newcomm); 502 #else 503 rc=MPI_Comm_split(comm, color, key, newcomm); 504 #endif 505 505 #else 506 506 // nothing to be done here
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)