source: issm/oecreview/Archive/24684-25833/ISSM-24773-24774.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 921 bytes
  • ../trunk-jpl/src/c/toolkits/mpi/issmmpi.cpp

     
    1313#include <cstring> // for memcpy
    1414
    1515#include "./issmmpi.h"
     16
     17#if defined(_HAVE_MPI_) && defined(_HAVE_CODIPACK_)
     18MpiTypes* mpiTypes;
     19#endif
     20
    1621#include "../../shared/Numerics/types.h"
    1722
    1823#ifndef _HAVE_MPI_
     
    3540  }
    3641  return 0;
    3742}/*}}}*/
    38 #else
    39 #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_)
    40 #if defined(_HAVE_ADJOINTMPI_)
    41 #if defined(_HAVE_MEDIPACK_)
    42 #if defined(_HAVE_CODIPACK_)
    43 MpiTypes* mpiTypes;
    4443#endif
    45 #endif
    46 #endif
    47 #endif
    48 #endif
    4944
    5045int ISSM_MPI_Allgather(void *sendbuf, int sendcount, ISSM_MPI_Datatype sendtype, void *recvbuf, int recvcount, ISSM_MPI_Datatype recvtype, ISSM_MPI_Comm comm) {  /*{{{*/
    5146  int rc=0;
Note: See TracBrowser for help on using the repository browser.