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
Merge requests
!77
Explicitly load eic-shell in launcher to be more resilient
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Explicitly load eic-shell in launcher to be more resilient
sly2j-master-patch-77049
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Sylvester Joosten
requested to merge
sly2j-master-patch-77049
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
771aa934
1 commit,
3 years ago
1 file
+
0
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
install.sh
+
0
−
12
Options
@@ -162,24 +162,12 @@ done
## create a new top-level eic-shell launcher script
## that sets the ATHENA_PREFIX and then starts singularity
## need different script for old singularity versions
if
[
${
SINGULARITY_VERSION
:0:1
}
!=
2
]
;
then
## newer singularity
cat
<<
EOF
> eic-shell
#!/bin/bash
export ATHENA_PREFIX=
$PREFIX
/local
export SINGULARITY_BINDPATH=
$BINDPATH
$SINGULARITY
run
$SIF
EOF
else
## ancient singularity
cat
<<
EOF
> eic-shell
#!/bin/bash
export ATHENA_PREFIX=
$PREFIX
/local
export SINGULARITY_BINDPATH=
$BINDPATH
$SINGULARITY
exec
$SIF
eic-shell
EOF
fi
chmod
+x eic-shell
Loading