Skip to content

Commit

Permalink
Parallelize hwloc build a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 19, 2019
1 parent 28342e2 commit 785241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hwloc/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources = [
script = raw"""
cd $WORKSPACE/srcdir/hwloc-*
./configure --prefix=$prefix --host=$target
make
make -j${nproc}
make install
"""

Expand Down

0 comments on commit 785241e

Please sign in to comment.