Changeset 3064
- Timestamp:
- Nov 10, 2017, 12:02:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r3063 r3064 142 142 "-parallel") parallel=$2 143 143 case $parallel in 144 " mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;;145 *) echo Only mpi omp mpi_omp for the parallel option ; exit144 "none"|"mpi"|"omp"|"mpi_omp") parallel=$2 ; shift ; shift ;; 145 *) echo Only none mpi omp mpi_omp for the parallel option ; exit 146 146 esac ;; 147 147 "-bench") bench=$2 ; shift ; shift ;;
Note: See TracChangeset
for help on using the changeset viewer.