-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(module): add extra-metro/2024 modulefile
- Loading branch information
1 parent
1b0bf4f
commit a3cb262
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#%Module 1.0 | ||
# | ||
# EXtra-metro | ||
# | ||
proc ModulesHelp {} { | ||
puts stdout " " | ||
puts stdout "This module enables to use the EXtra-metro GUI client to use with metropc pipelines"" | ||
puts stdout " " | ||
} | ||
|
||
module-whatis "Setup environment for EXtra-metro GUI client" | ||
|
||
if { [ module-info mode load ] } { | ||
system "/gpfs/exfel/sw/software/local/etc/metrics.sh 'EXtra-metro/2024'" | ||
} | ||
|
||
module load mambaforge | ||
|
||
prepend-path PATH /gpfs/exfel/sw/software/mambaforge/22.11/envs/extra_metro_2024/bin | ||
prepend-path XML_CATALOG_FILES file {///gpfs/exfel/sw/software/mambaforge/22.11/envs/extra_metro_2024/etc/xml/catalog file} ///etc/xml/catalog | ||
setenv CONDA_DEFAULT_ENV extra_metro_2024 | ||
setenv CONDA_PREFIX /gpfs/exfel/sw/software/mambaforge/22.11/envs/extra_metro_2024 | ||
setenv CONDA_PROMPT_MODIFIER {(extra_metro_2024) } | ||
setenv CONDA_SHLVL 1 | ||
setenv GSETTINGS_SCHEMA_DIR /gpfs/exfel/sw/software/mambaforge/22.11/envs/extra_metro_2024/share/glib-2.0/schemas | ||
setenv GSETTINGS_SCHEMA_DIR_CONDA_BACKUP {} |