Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ -n "$PS1" ]]; then
# }

## SLURM configuration
export SLURM_CONF=/run/slurm/conf/slurm.conf
# export SLURM_CONF=/run/slurm/conf/slurm.conf # Commenting out as Slurm is configless as of 27.01.2026
export DRMAA_LIBRARY_PATH=/usr/lib64/libdrmaa.so

## Alternative set up for UGE (comment out the two lines above)
Expand Down
2 changes: 1 addition & 1 deletion shared/modules/foss-2023a_GCCcore-12.3.0/modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module use -a /apps/eb/dev/${ARCH}/modules/all
# load a core set of modules

## Programming languages
mods="Python/3.11.3-GCCcore-12.3.0"
mods="Python/3.10.8-GCCcore-12.3.0"
mods=$mods" Java/11.0.20"
mods=$mods" Perl/5.36.1-GCCcore-12.3.0"
mods=$mods" nodejs/18.17.1-GCCcore-12.3.0" # dependency for R.
Expand Down