Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
70e2ac5f
Commit
70e2ac5f
authored
3 years ago
by
Wouter Deconinck
Committed by
Sylvester Joosten
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
If SINGULARITY_BINDPATH already set, just add to it
parent
6718358f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!173
If SINGULARITY_BINDPATH already set, just add to it
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+2
-2
2 additions, 2 deletions
install.sh
with
2 additions
and
2 deletions
install.sh
+
2
−
2
View file @
70e2ac5f
...
@@ -183,7 +183,7 @@ function install_linux() {
...
@@ -183,7 +183,7 @@ function install_linux() {
PREFIX_ROOT
=
"/
$(
realpath
$PREFIX
|
cut
-d
"/"
-f2
)
"
PREFIX_ROOT
=
"/
$(
realpath
$PREFIX
|
cut
-d
"/"
-f2
)
"
BINDPATH
=
$PREFIX_ROOT
BINDPATH
=
$PREFIX_ROOT
echo
" -->
$PREFIX_ROOT
"
echo
" -->
$PREFIX_ROOT
"
for
dir
in
/work /scratch /volatile /cache
;
do
for
dir
in
/work /scratch /volatile /cache
/gpfs /gpfs01 /gpfs02
;
do
## only add directories once
## only add directories once
if
[[
${
BINDPATH
}
=
~
$(
basename
$dir
)
]]
;
then
if
[[
${
BINDPATH
}
=
~
$(
basename
$dir
)
]]
;
then
continue
continue
...
@@ -279,7 +279,7 @@ if [ ! -z \${UPGRADE} ]; then
...
@@ -279,7 +279,7 @@ if [ ! -z \${UPGRADE} ]; then
fi
fi
export ATHENA_PREFIX=
$PREFIX
/local
export ATHENA_PREFIX=
$PREFIX
/local
export SINGULARITY_BINDPATH=
$BINDPATH
export SINGULARITY_BINDPATH=
$BINDPATH
\$
{SINGULARITY_BINDPATH:+:
\$
SINGULARITY_BINDPATH}
$SINGULARITY
exec
$SIF
eic-shell
\$
@
$SINGULARITY
exec
$SIF
eic-shell
\$
@
EOF
EOF
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
ee5cf7f8
·
3 years ago
mentioned in commit
ee5cf7f8
mentioned in commit ee5cf7f8dd4e4d206c0ea05dd7ab294d53168cb7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment