Skip to content

Commit

Permalink
Still can't build more than 4 wide on ktau
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Apr 8, 2020
1 parent 1e3c4f9 commit 6bc59ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/buildbot_hpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else
# Get the true number of total cores, not threads.
ncoresper=`lscpu | grep -E '^Core' | awk '{print $NF}'`
nsockets=`lscpu | grep -E '^Socket' | awk '{print $NF}'`
let ncores=$ncoresper*$nsockets
let ncores=($ncoresper*$nsockets)/2
fi


Expand Down

0 comments on commit 6bc59ae

Please sign in to comment.