Changeset 20804


Ignore:
Timestamp:
06/24/16 09:53:38 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no PETSc with Adolc

File:
1 edited

Legend:

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

    r20482 r20804  
    20572057                        AC_MSG_ERROR([cannot compile kriging.exe under adolc conditions!]);
    20582058                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
    20592063                dnl check that if we run meteoio, we have snowpack also
    20602064                if test "$HAVE_METEOIO" = "yes"  && test "$HAVE_SNOWPACK" = "no" ; then
Note: See TracChangeset for help on using the changeset viewer.