Skip to content
Snippets Groups Projects
Verified Commit 35e2e30b authored by Lars Bilke's avatar Lars Bilke
Browse files

[eve] Updated to toolchain 2022b.

Serial config working.
parent 65554013
No related branches found
No related tags found
No related merge requests found
if [ ! -f ~/.easybuild-yes ]; then export CMAKE_BUILD_PARALLEL_LEVEL="${CMAKE_BUILD_PARALLEL_LEVEL:-8}"
echo "ERROR: Easybuild modules not enabled but required!\n"
echo "Run 'touch ~/.easybuild-yes' and re-login to enable."
echo "For more details see:\n https://www.opengeosys.org/docs/devguide/advanced/working-on-eve"
return 1
fi
module use /global/apps/modulefiles module use /global/apps/modulefiles
module load foss/2020b module load foss/2022b
module load cmake/3.22.4-1 module load cmake/3.22.4-1
module load Ninja/1.10.1 module load Ninja/1.11.1
# Tools # Tools
module load ccache/3.3.3 module load ccache/3.3.3
module load git-lfs module load git-lfs
module load Python/3.8.6 module load Python/3.10.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment