Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
dbbc89bd
"...composable_kernel_rocm.git" did not exist on "a2d5ca8e951f9d1a1837cfd805b555cc41c4d8b1"
Commit
dbbc89bd
authored
Sep 22, 2020
by
Antoine Kaufmann
Browse files
experiments: hacks for our nfs with slurm
parent
2fbfffcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
experiments/Makefile
experiments/Makefile
+12
-0
No files found.
experiments/Makefile
View file @
dbbc89bd
...
...
@@ -147,6 +147,10 @@ experiments: $(EXPERIMENTS_READY)
define
run_ex_ncp_repl
$(OUTDIR)/$(1)/$(2)/ready
:
experiments/$(addsuffix .sh
,
$(1)) $(GUESTS_TARS)
$(EXP_RUNNER)
$$
<
$(2)
@
# hacks for our NFS :/
@
ls
$(OUTDIR)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
/
$(2)
>
/dev/null
touch
$$
@
endef
...
...
@@ -160,6 +164,10 @@ endef
define
run_ex_cp_repl
$(OUTDIR)/$(1)/$(2)/ready
:
experiments/$(addsuffix .sh
,
$(1)) $(OUTDIR)/$(1)/checkpoint/ready $(GUESTS_TARS)
$(EXP_RUNNER)
$$
<
$(2)
@
# hacks for our NFS :/
@
ls
$(OUTDIR)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
/
$(2)
>
/dev/null
touch
$$
@
endef
...
...
@@ -168,6 +176,10 @@ $(foreach i,$(REPLIDS),$(eval $(call run_ex_cp_repl,$(1),$(i))))
$(OUTDIR)/$(1)/checkpoint/ready
:
experiments/$(addsuffix -mck.sh
,
$(1)) $(GUESTS_TARS)
$(EXP_RUNNER)
$$
<
@
# hacks for our NFS :/
@
ls
$(OUTDIR)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
>
/dev/null
@
ls
$(OUTDIR)
/
$(1)
/
$(2)
>
/dev/null
touch
$$
@
$(OUTDIR)/$(1)/ready
:
experiments/$(addsuffix .sh
,
$(1)) $(addprefix $(OUTDIR)/$(1)/
,
$(addsuffix /ready
,
$(REPLIDS)))
...
...
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