Changeset 3064


Ignore:
Timestamp:
Nov 10, 2017, 12:02:54 PM (7 years ago)
Author:
fhourdin
Message:

Add option "none" as a possibility for -parallel in the install_lmdz.sh script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r3063 r3064  
    142142     "-parallel") parallel=$2
    143143                  case $parallel in
    144                     "mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;;
    145                     *) echo Only mpi omp mpi_omp for the parallel option ; exit
     144                    "none"|"mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;;
     145                    *) echo Only none mpi omp mpi_omp for the parallel option ; exit
    146146                  esac ;;
    147147     "-bench") bench=$2 ; shift ; shift ;;
Note: See TracChangeset for help on using the changeset viewer.