Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
modulefiles
Commits
53a27b28
Commit
53a27b28
authored
Oct 28, 2019
by
remy
Browse files
adding last version of singularity
parent
9ccdc045
Changes
1
Hide whitespace changes
Inline
Side-by-side
envfiles/singularity-3.4.2
0 → 100644
View file @
53a27b28
#%Module######################################################################
#
# 20191028 singularity 3.4.2 modulefile
#
proc ModulesHelp { } {
puts stderr "This modulefile defines the library paths and"
puts stderr "include paths needed to use singularity 3.4.2"
puts stderr "The program singularity 3.4.2"
puts stderr "is added to PATH."
}
set is_module_rm [module-info mode remove]
unsetenv LD_LIBRARY_PATH
set SING_LEVEL 3.4.2
set SING_CURPATH /share/apps/bin/singularity/$SING_LEVEL/
set SING_IMG /share/apps/sing-images/$SING_LEVEL/
prepend-path PATH $SING_CURPATH/bin/
prepend-path PATH $SING_IMG
prepend-path LD_LIBRARY_PATH $SING_CURPATH/lib/
prepend-path MANPATH $SING_CURPATH/share/man
append-path PE_PRODUCT_LIST Singularity.$SING_LEVEL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment