From 54143f1506903c7e6519507b02af97ce17c87992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= <sebastian.mueller@ufz.de> Date: Mon, 29 Nov 2021 23:15:41 +0100 Subject: [PATCH] Adding eve.chs-conda01 --- README.md | 7 +++++-- eve.chs-conda01 | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 eve.chs-conda01 diff --git a/README.md b/README.md index 9837b74..dd5da6d 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ All these scripts will load: - the respective fortran compiler and set `FC` env-var (optional MPI support) - netCDF-Fortran - CMake -- the MPR Python Environment +- the MPR Python Environment (_except chs-conda environment_) - pFUnit - Fortran unit testing framework (_not available for GNU 6.4_) ### Usage - +- Conda environment with gfortran: + ```bash + source eve.chs-conda01 + ``` - GNU 6.4 compiler (`foss/2018a` Toolchain): ```bash source eve.gfortran64 # or diff --git a/eve.chs-conda01 b/eve.chs-conda01 new file mode 100644 index 0000000..4e8d7af --- /dev/null +++ b/eve.chs-conda01 @@ -0,0 +1,4 @@ +module purge +module use /global/apps/modulefiles +module load chs-fortran-conda/0.1.0 +export FC=gfortran -- GitLab