Changeset 8149


Ignore:
Timestamp:
05/05/11 16:10:01 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r8143 r8149  
    275275        if test -z "$MPILIB" ; then
    276276                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!])
    278278                fi
    279279        else
    280280                if test -z "$MPI_INCLUDE" ; then
    281281                        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!])
    283283                        fi
    284284                else
Note: See TracChangeset for help on using the changeset viewer.