Changeset 20804
- Timestamp:
- 06/24/16 09:53:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/m4/issm_options.m4 ΒΆ
r20482 r20804 2057 2057 AC_MSG_ERROR([cannot compile kriging.exe under adolc conditions!]); 2058 2058 fi 2059 dnl check that if we run adolc, we don't use PETSc for now 2060 if test "$HAVE_ADOLC" = "yes" && test "$HAVE_PETSC" = "yes" ; then 2061 AC_MSG_ERROR([cannot compile ISSM with both PETSc and adolc]); 2062 fi 2059 2063 dnl check that if we run meteoio, we have snowpack also 2060 2064 if test "$HAVE_METEOIO" = "yes" && test "$HAVE_SNOWPACK" = "no" ; then
Note:
See TracChangeset
for help on using the changeset viewer.