apptainer/Champ/environment.sh

13 lines
228 B
Bash
Raw Permalink Normal View History

2024-04-11 11:23:49 +02:00
export LANG="C"
export LANGUAGE=$LANG
export LC_ALL=$LANG
export DEBIAN_FRONTEND=noninteractive
2024-04-11 15:03:44 +02:00
source /opt/intel/oneapi/setvars.sh || :
2024-04-11 11:23:49 +02:00
export FC=ifort
export CC=icx
2024-04-11 13:53:52 +02:00
export OMP_NUM_THREADS=1
2024-04-11 11:23:49 +02:00
2024-04-11 17:12:56 +02:00
export PATH=$PATH:/opt/champ/bin