Skip to content
Snippets Groups Projects
Commit ae1c8b0e authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

add chs conda 0.3 and 0.4 load scripts

parent 7767f2ba
No related branches found
No related tags found
1 merge request!12add chs conda 0.3 and 0.4 load scripts
Pipeline #256159 passed with stages
in 10 seconds
......@@ -13,10 +13,12 @@ All these scripts will load:
- pFUnit - Fortran unit testing framework
### Usage
- Conda environment with gfortran:
- Conda environment with GNU Compilers, Python and all dependencies for Documentation, Unit-Testing and Coverage:
```bash
source eve.chs-conda01 # or
source eve.chs-conda02
source eve.chs-conda01 # Python 3.10, GNU 9.4
source eve.chs-conda02 # Python 3.11, GNU 12.3
source eve.chs-conda03 # Python 3.12, GNU 13.3
source eve.chs-conda04 # Python 3.13, GNU 14.2
```
- GNU 10.2 compiler (`foss/2020b` Toolchain):
```bash
......
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.3.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.4.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
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