CrYOLO/1.6.1 modules

There are _cpu and _gpu flags available, which are selected based on
fancy modulefile code (Thanks Achim)
This commit is contained in:
2020-07-15 16:57:12 +02:00
parent 60f98fa57a
commit 308fd1c890
8 changed files with 75 additions and 7 deletions

View File

@@ -57,7 +57,8 @@ switch [module-info mode] {
# but we need to prevent conflicts with a conda from a different source.
# puts stderr "DEBUG: Using conda from $P/$V\n"
puts stdout "source \"$PREFIX/conda/etc/profile.d/conda.sh\";\n"
#puts stdout "source \"$PREFIX/conda/etc/profile.d/conda.sh\";\n"
puts stdout "source $PREFIX/admintools/conda_setup.sh;\n"
# Activate base? No: anaconda should just provide the conda tool
#puts stdout "conda activate;\n"