File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ info "-I (--install-version): ${arg_I}"
154
154
info " -j (--num-threads): ${arg_j} "
155
155
info " -l (--list-packages): ${arg_l} "
156
156
info " -m (--with-cmake): ${arg_m} "
157
- info " -M (--MPI-path ): ${arg_M} "
157
+ info " -M (--with-mpi ): ${arg_M} "
158
158
info " -n (--no-color): ${arg_n} "
159
159
info " -p (--package): ${arg_p} "
160
160
info " -P (--print-path): ${arg_P} "
Original file line number Diff line number Diff line change 10
10
-j --num-threads [arg] Number of threads to use when invoking make. Default="1"
11
11
-l --list-packages Print packages this script can install.
12
12
-m --with-cmake [arg] Use specified CMake installation. Default="cmake"
13
- -M --MPI-path [arg] Use specified MPI installation.
13
+ -M --with-mpi [arg] Use specified MPI installation.
14
14
-n --no-color Disable color output.
15
15
-p --package [arg] Install specified package. Default="opencoarrays"
16
16
-P --print-path [arg] Print installation directory for specified package.
Original file line number Diff line number Diff line change 12
12
-l --list-packages List the packages this script can install.
13
13
-L --list-branches List the repository branches this script can download.
14
14
-m --with-cmake [arg] Use the specified CMake installation. Default="cmake"
15
- -M --MPI-path [arg] Use the specified MPI installation.
15
+ -M --with-mpi [arg] Use the specified MPI installation.
16
16
-n --no-color Disable color output.
17
17
-p --package [arg] Package to install.
18
18
-P --print-path [arg] Print installation path for package specified in argument.
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ find_or_install()
114
114
# If the user specified a Fortran compiler, verify that mpif90 wraps the specified compiler
115
115
if [[ ! -z " ${arg_M:- } " ]]; then
116
116
117
- echo -e " $this_script : Using the $package specified by -M or --MPI-path : ${arg_M} \n"
117
+ echo -e " $this_script : Using the $package specified by -M or --with-mpi : ${arg_M} \n"
118
118
export MPIFC=" ${arg_M} " /bin/mpif90
119
119
export MPICC=" ${arg_M} " /bin/mpicc
120
120
export MPICXX=" ${arg_M} " /bin/mpicxx
You can’t perform that action at this time.
0 commit comments