Skip to content
Snippets Groups Projects
Commit cb7d193d authored by Milan Jaros's avatar Milan Jaros
Browse files

add SLURM_EXPORT_ENV

parent 4d1eeb78
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
# Export the module function if it exists
[[ $(type -t module) == "function" ]] && export -f module
# reset SLURM_EXPORT_ENV so that things like srun & sbatch work out of the box
export SLURM_EXPORT_ENV=ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment