Skip to content

Commit

Permalink
fix kestrel
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 15, 2024
1 parent 89e1356 commit a0d9ba3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_local/share/zinit/plugins/hpc/hpc.plugin.zsh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export TMPDIR=${SCRATCH}/.tmp
MODULES_DATE=2023-05-11
source /data/ssd1/software/${MODULES_DATE}/env.sh
export TMPDIR=/data/ssd1/home/${USER}/.tmp
{{- else if eq .nrel_cluster "kestrel" }}
source /opt/cray/pe/lmod/lmod/init/zsh
source /nopt/nrel/apps/env.sh
export TMPDIR=${SCRATCH}/.tmp
{{- end }}

umask u=rwx,go=rx,o=rx
Expand Down

0 comments on commit a0d9ba3

Please sign in to comment.