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
Open sidebar
ITPA Computers
singularity
Commits
e4dd4d74
Commit
e4dd4d74
authored
Oct 09, 2018
by
Thorsten Ohl
Browse files
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