Skip to content

Commit

Permalink
use 8 threads in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jan 24, 2023
1 parent 84df10d commit 68d1438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/installation/installGeant4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ tar xvf $G4_FILE
mkdir -p $G4_ROOT-build
cd $G4_ROOT-build
cmake ../$G4_ROOT -DGEANT4_USE_GDML=ON -DGEANT4_USE_QT=OFF -DCMAKE_INSTALL_PREFIX=$HOME/apps/$G4_ROOT-install -DGEANT4_INSTALL_DATA=ON -DGEANT4_INSTALL_DATA_TIMEOUT=7200 -DCMAKE_CXX_STANDARD=17
make -j30
make -j8
make install

cd $WP
echo ""
echo "---------------------------------------------------------"
Expand Down

0 comments on commit 68d1438

Please sign in to comment.