Changeset 23459


Ignore:
Timestamp:
11/07/18 09:00:57 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing new MeDiPack implementation of CoDiPack

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_codi

    r23330 r23459  
    2626                                --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \
    2727                                --with-codipack-dir="$ISSM_DIR/externalpackages/codipack/install" \
     28                                --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \
    2829                                --enable-tape-alloc \
    29                                 --with-cxxoptflags="-DAD_TYPE=codi::RealReverse" \
    30                                 --with-adjointmpi-dir="$ISSM_DIR/externalpackages/adjointmpi/install" \
    3130                                --enable-development \
    3231                                --enable-debugging '
     
    4847                  gsl         install-linux64.sh
    4948                  m1qn3       install.sh
    50                   adjointmpi  install.sh
     49                  medipack    install.sh
    5150                  codipack    install.sh
    5251                  shell2junit install.sh"
  • issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h

    r23374 r23459  
    2525                        #include "medi/medi.hpp"
    2626                        using namespace medi;
    27                         #include "medi/codiMediPackTypes.hpp"
    2827                        #if defined(_HAVE_CODIPACK_)
     28                        #include "externals/codiMediPackTypes.hpp"
    2929                        #define TOOL CoDiPackTool<IssmDouble>
    3030                        #define AMPI_ADOUBLE TOOL::MPI_TYPE
Note: See TracChangeset for help on using the changeset viewer.