Changeset 23358


Ignore:
Timestamp:
09/28/18 21:29:40 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added check that we don't have both adjointmpi and medipack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r23350 r23358  
    22702270                        AC_MSG_ERROR([cannot compile ISSM with both ADOLC and CoDiPack]);
    22712271                fi
     2272                if test "$HAVE_ADJOINTMPI" = "yes"  && test "$HAVE_MEDIPACK" = "yes" ; then
     2273                        AC_MSG_ERROR([cannot compile ISSM with both MeDiPack and AdjointMPI]);
     2274                fi
    22722275                dnl check that if we run meteoio, we have snowpack also
    22732276                if test "$HAVE_METEOIO" = "yes"  && test "$HAVE_SNOWPACK" = "no" ; then
Note: See TracChangeset for help on using the changeset viewer.