source:
issm/oecreview/Archive/24684-25833/ISSM-24773-24774.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 921 bytes |
-
../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp
13 13 #include <cstring> // for memcpy 14 14 15 15 #include "./issmmpi.h" 16 17 #if defined(_HAVE_MPI_) && defined(_HAVE_CODIPACK_) 18 MpiTypes* mpiTypes; 19 #endif 20 16 21 #include "../../shared/Numerics/types.h" 17 22 18 23 #ifndef _HAVE_MPI_ … … 35 40 } 36 41 return 0; 37 42 }/*}}}*/ 38 #else39 #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_)40 #if defined(_HAVE_ADJOINTMPI_)41 #if defined(_HAVE_MEDIPACK_)42 #if defined(_HAVE_CODIPACK_)43 MpiTypes* mpiTypes;44 43 #endif 45 #endif46 #endif47 #endif48 #endif49 44 50 45 int ISSM_MPI_Allgather(void *sendbuf, int sendcount, ISSM_MPI_Datatype sendtype, void *recvbuf, int recvcount, ISSM_MPI_Datatype recvtype, ISSM_MPI_Comm comm) { /*{{{*/ 51 46 int rc=0;
Note:
See TracBrowser
for help on using the repository browser.