Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
a7cf676c
Commit
a7cf676c
authored
Mar 05, 2015
by
gsell
Browse files
lin/libem.bash: output modules loaded via --with
parent
c9460c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/libem.bash
lib/libem.bash
+2
-1
No files found.
lib/libem.bash
View file @
a7cf676c
...
...
@@ -25,7 +25,7 @@ declare -xr BUILD_TMPDIR="${BUILD_BASEDIR}/tmp"
declare
-xr
BUILD_DOWNLOADSDIR
=
"
${
BUILD_BASEDIR
}
/Downloads"
declare
-xr
BUILD_VERSIONSFILE
=
"
${
BUILD_CONFIGDIR
}
/versions.conf"
declare
-xr
PSI_TEMPLATES_DIR
=
'templates'
#
declare -xr PSI_TEMPLATES_DIR='templates'
if
[[
-z
"
${
BUILD_CONFIGDIR
}
/families.d/"
*
.conf
]]
;
then
die 1
"Default family configuration not set in
${
BUILD_CONFIGDIR
}
/families.d"
...
...
@@ -226,6 +226,7 @@ function _load_build_dependencies() {
# this merge is not as easy as it looks like at a first glance!
for
m
in
"
${
with_modules
[@]
}
"
;
do
if
module_is_available
"
$m
"
;
then
echo
"Loading module:
${
m
}
"
module load
"
${
m
}
"
else
die 44
"
$m
: module not available!"
...
...
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