Bootstrap code added; put everything into Pmodules/VERSION
This commit is contained in:
8
scripts/Bootstrap/modulerc
Normal file
8
scripts/Bootstrap/modulerc
Normal file
@@ -0,0 +1,8 @@
|
||||
#%Module1.0
|
||||
|
||||
setenv PSI_LIBMODULES "$env(PSI_PREFIX)/$env(PSI_CONFIG_DIR)/libmodules.tcl"
|
||||
|
||||
if { ! [info exists env(PSI_LIBMODULES) ] } {
|
||||
puts stderr "Module cannot be loaded, because the shell environment is not setup correctly."
|
||||
exit 42
|
||||
}
|
||||
Reference in New Issue
Block a user