Skip to content

Commit

Permalink
[develop] Update Gaea C4 task modulefiles to unload python.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed Nov 8, 2023
1 parent e720541 commit b8a6b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modulefiles/tasks/gaea/plot_allvars.local.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
unload("python")

prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/miniconda3/modulefiles")
load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))

Expand Down
2 changes: 2 additions & 0 deletions modulefiles/tasks/gaea/python_srw.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
unload("python")

prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/miniconda3/modulefiles")
load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))

Expand Down

0 comments on commit b8a6b57

Please sign in to comment.