Skip to content

Commit

Permalink
add workaround for not being able to add module actions in a choose b…
Browse files Browse the repository at this point in the history
…lock in environment changes in a further reading
  • Loading branch information
JanStreffing committed Jan 29, 2025
1 parent fcf4f8f commit 9400678
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions configs/components/oifs/oifs48.env.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Setup up compile and runtime environment i.e. what needs
# to be changed w.r.t the default config/machines/<computer>.yaml

environment_changes:
add_environment_changes:
add_module_actions:
- "load python3"
add_add_add_export_vars:
DATA: "${general.work_dir}"
LD_LIBRARY_PATH[(3)]: '$LD_LIBRARY_PATH:${thisrun_work_dir}/lib/oifs/'
Expand All @@ -17,14 +19,10 @@ environment_changes:
add_add_export_vars:
OIFS_DATA_DIR: "/p/project/chhb19/streffing1/input/oifs-48r1/"
MKL_CBWR: AUTO,STRICT
add_module_actions:
- "load python3"

juwels:
compiler_mpi: gnu2023_ompi2023
iolibraries: system_libs
add_add_export_vars:
MKL_CBWR: AUTO,STRICT
add_module_actions:
- "load python3"

0 comments on commit 9400678

Please sign in to comment.