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

add eve.chs-conda02

parent 6de5d97f
No related branches found
Tags v1.4.1
No related merge requests found
......@@ -15,7 +15,8 @@ All these scripts will load:
### Usage
- Conda environment with gfortran:
```bash
source eve.chs-conda01
source eve.chs-conda01 # or
source eve.chs-conda02
```
- GNU 6.4 compiler (`foss/2018a` Toolchain):
```bash
......
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.2.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