Skip to content

Commit

Permalink
fix missing when running .install.sh with --parallel option arras-ene…
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLeu76 committed Jan 3, 2022
1 parent 03e072e commit ddddec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ if [ ! -f "configure" -o "$QUICK" == "no" ]; then
fi

NPROC=1

SYSTEM=$(uname -s)
if [ "$PARALLEL" == "yes" ]; then
if [ "$SYSTEM" == "Linux" ]; then
NPROC=$(lscpu | grep '^CPU(s):' | cut -f2- -d' ')
Expand Down

0 comments on commit ddddec3

Please sign in to comment.