Skip to content

Commit 9bb540d

Browse files
committed
build env
1 parent 02cd09e commit 9bb540d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

benchmarks/run.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ end
5353
const N = nodes()
5454
const workdir = realpath(joinpath(@__DIR__, "..", "examples"))
5555

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+
5662
@info "Launching Jobs in " workdir
5763

5864
let flux = Flux()

0 commit comments

Comments
 (0)