Changeset 23280


Ignore:
Timestamp:
09/13/18 09:29:07 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: switching to new branch of AdjointMPI

Location:
issm/trunk-jpl/src/c/toolkits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h

    r23255 r23280  
    4040        #define ISSM_MPI_CHAR       MPI_CHAR
    4141        #if defined(_HAVE_AMPI_)
    42                 #ifdef _HAVE_ADJOINTMPI_
    43                 #define ISSM_MPI_DOUBLE    AMPI_DOUBLE // corresponds to IssmDouble
    44                 #else
    4542                #define ISSM_MPI_DOUBLE    AMPI_ADOUBLE // corresponds to IssmDouble
    46                 #endif
    4743        #else
    4844                #define ISSM_MPI_DOUBLE    MPI_DOUBLE  // corresponds to IssmDouble
  • issm/trunk-jpl/src/c/toolkits/mumps/MumpsSolve.cpp

    r23266 r23280  
    2626
    2727void MumpsInit(DMUMPS_STRUC_C &theMumpsStruc){
     28        theMumpsStruc.n = 0;
     29        theMumpsStruc.nz = 0;
     30        theMumpsStruc.a = NULL;
     31        theMumpsStruc.jcn = NULL;
     32        theMumpsStruc.irn = NULL;
    2833        theMumpsStruc.par          = 1; 
    2934        theMumpsStruc.sym          = 0;
Note: See TracChangeset for help on using the changeset viewer.