Changeset 23358
- Timestamp:
- 09/28/18 21:29:40 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r23350 r23358 2270 2270 AC_MSG_ERROR([cannot compile ISSM with both ADOLC and CoDiPack]); 2271 2271 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 2272 2275 dnl check that if we run meteoio, we have snowpack also 2273 2276 if test "$HAVE_METEOIO" = "yes" && test "$HAVE_SNOWPACK" = "no" ; then
Note:
See TracChangeset
for help on using the changeset viewer.