From 5540a89967415884612628a5a8ace13a15eeec27 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Mon, 26 Feb 2024 12:05:20 -0700 Subject: [PATCH] fix ellis python module --- dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl b/dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl index d0306ac..851f591 100644 --- a/dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl +++ b/dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl @@ -59,14 +59,16 @@ function load_custom_modules { module load image-magick module load libffi module load libtool - module load python/3.7.7 module load py-setuptools-scm module load sqlite module load tmux {{- if eq .nrel_cluster "eagle" }} + module load python/3.7.7 module load mpt module load openssl module load texlive + {{- else if eq .nrel_cluster "ellis" }} + module load python/3.10.10 {{- end }} module load emacs/28.2