Skip to content

Commit

Permalink
CPU is not always reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Nov 24, 2023
1 parent 82809c5 commit ed86a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu_22.04/dagmc-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ ! -e ${name}.done ]; then
sudo apt-get install --yes python3

#Should we run make in parallel? Default is to use all available cores
ccores=`cat /proc/cpuinfo |grep CPU|wc -l`
ccores=`cat /proc/cpuinfo |grep processor|wc -l`
if [ "x$1" != "x" ]; then
ccores=$1
fi
Expand Down

0 comments on commit ed86a5d

Please sign in to comment.