Changeset 8149
- Timestamp:
- 05/05/11 16:10:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/m4/issm_options.m4
r8143 r8149 275 275 if test -z "$MPILIB" ; then 276 276 if test "$PARALLEL_VALUE" = "yes" ; then 277 AC_MSG_ERROR([empty --with-mpi-lib options! MPI is needed to run ISSM in paralle !])277 AC_MSG_ERROR([empty --with-mpi-lib options! MPI is needed to run ISSM in parallel!]) 278 278 fi 279 279 else 280 280 if test -z "$MPI_INCLUDE" ; then 281 281 if test "$PARALLEL_VALUE" = "yes" ; then 282 AC_MSG_ERROR([empty --with-mpi-include directory! MPI is needed to run ISSM in paralle !])282 AC_MSG_ERROR([empty --with-mpi-include directory! MPI is needed to run ISSM in parallel!]) 283 283 fi 284 284 else
Note:
See TracChangeset
for help on using the changeset viewer.