File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
export OPENCOARRAYS_SRC_DIR=" ${OPENCOARRAYS_SRC_DIR:- ${PWD} / ..} "
35
35
export __usage=${OPENCOARRAYS_SRC_DIR} /prerequisites/build.sh-usage
36
36
if [[ ! -f " ${OPENCOARRAYS_SRC_DIR} /src/libcaf.h" ]]; then
37
- echo " Please run this script inside the top-level OpenCoarrays source directory "
38
- echo " or set OPENCOARRAYS_SRC_DIR to the OpenCoarrays source directory path."
37
+ echo " Please run this script inside the OpenCoarrays source \" prerequisites \" subdirectory "
38
+ echo " or set OPENCOARRAYS_SRC_DIR to the top-level OpenCoarrays source directory path."
39
39
exit 1
40
40
fi
41
41
export B3B_USE_CASE=" ${B3B_USE_CASE:- ${OPENCOARRAYS_SRC_DIR} / prerequisites/ use-case} "
Original file line number Diff line number Diff line change 6
6
-e --verbose Enable verbose mode, print script as it is executed.
7
7
-f --with-fortran [arg] Specify Fortran compiler location. Default="gfortran"
8
8
-h --help This page.
9
- -i --install-dir [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}/ "
9
+ -i --install-dir [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/"
10
10
-j --num-threads [arg] Number of threads to use when invoking make. Default="1"
11
11
-I --install-version [arg] Package version to install. (To see default, use -V or --print-version)
12
12
-l --list-packages List the packages this script can install.
You can’t perform that action at this time.
0 commit comments