We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cd09e commit 9bb540dCopy full SHA for 9bb540d
benchmarks/run.jl
@@ -53,6 +53,12 @@ end
53
const N = nodes()
54
const workdir = realpath(joinpath(@__DIR__, "..", "examples"))
55
56
+@info "Instantiate" workdir
57
+cd(workdir) do
58
+ run(`$(Base.julia_cmd()) --project=. -e 'import Pkg; Pkg.instantiate()'`)
59
+ run(`$(Base.julia_cmd()) --project=. -e 'import Pkg; Pkg.build()'`)
60
+end
61
+
62
@info "Launching Jobs in " workdir
63
64
let flux = Flux()
0 commit comments