Skip to content

Commit ca0a2d1

Browse files
author
Will Kimmerer
authored
Update pipeline.yml
1 parent bd8468e commit ca0a2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
commands: |
2121
git clone --branch master https://github.com/DrTimothyAldenDavis/GraphBLAS.git
2222
cd GraphBLAS
23-
make JOBS=16
23+
make -j16
2424
cd ../benchmarks
2525
julia --project -e ' using Pkg; Pkg.instantiate(); using SuiteSparseGraphBLAS; SuiteSparseGraphBLAS.set_lib!("../GraphBLAS/build/libgraphblas.so"); exit()'
2626
julia benchmarks.jl mtx.txt

0 commit comments

Comments
 (0)