Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
singularity
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ITPA Computers
singularity
Commits
e4dd4d74
Commit
e4dd4d74
authored
Oct 09, 2018
by
Thorsten Ohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modern images
parent
939f7446
Pipeline
#4168
failed with stages
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
e4dd4d74
...
...
@@ -27,7 +27,7 @@ SINGULARITY22 = /usr/bin/singularity
chown
--reference
=
$<
$@
$(SINGULARITY)
test
$@
# old fashioned ext3 containers for
julia
# old fashioned ext3 containers for
the old julia (no longer needed)
%.img
:
%.simg
rm
-f
$@
$(SINGULARITY)
build
--writable
$@
$<
...
...
@@ -46,11 +46,11 @@ SINGULARITY22 = /usr/bin/singularity
all
:
images
julia
:
images22
export
:
$(IMAGES
22
)
scp
-p
$(IMAGES
22
)
"phyr023@julia-storage.uni-wuerzburg.de:images/"
export
:
$(IMAGES)
scp
-p
$(IMAGES)
"phyr023@julia-storage.uni-wuerzburg.de:images/"
rsync
:
$(IMAGES
22
)
rsync
-auv
$(IMAGES
22
)
"phyr023@julia-storage.uni-wuerzburg.de:images/"
rsync
:
$(IMAGES)
rsync
-auv
$(IMAGES)
"phyr023@julia-storage.uni-wuerzburg.de:images/"
images
:
$(IMAGES)
images22
:
$(IMAGES22)
...
...
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