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 3434export OPENCOARRAYS_SRC_DIR=" ${OPENCOARRAYS_SRC_DIR:- ${PWD} / ..} "
3535export __usage=${OPENCOARRAYS_SRC_DIR} /prerequisites/build.sh-usage
3636if [[ ! -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."
3939 exit 1
4040fi
4141export B3B_USE_CASE=" ${B3B_USE_CASE:- ${OPENCOARRAYS_SRC_DIR} / prerequisites/ use-case} "
Original file line number Diff line number Diff line change 66 -e --verbose Enable verbose mode, print script as it is executed.
77 -f --with-fortran [arg] Specify Fortran compiler location. Default="gfortran"
88 -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:-}/"
1010 -j --num-threads [arg] Number of threads to use when invoking make. Default="1"
1111 -I --install-version [arg] Package version to install. (To see default, use -V or --print-version)
1212 -l --list-packages List the packages this script can install.
You can’t perform that action at this time.
0 commit comments