Skip to content

Commit

Permalink
Now show errors in build script (ufs-community#465)
Browse files Browse the repository at this point in the history
* added slideshow and reference in README

* show errors
  • Loading branch information
edwardhartnett authored Apr 27, 2021
1 parent a099d9f commit e6538e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export MOD_PATH
if [[ "$target" == "linux.*" || "$target" == "macosx.*" ]]; then
unset -f module
set +x
source ./modulefiles/build.$target > /dev/null 2>&1
source ./modulefiles/build.$target > /dev/null
set -x
else
set +x
source ./sorc/machine-setup.sh
module use ./modulefiles
module load build.$target.$compiler > /dev/null 2>&1
module load build.$target.$compiler > /dev/null
module list
set -x
fi
Expand Down

0 comments on commit e6538e9

Please sign in to comment.