Skip to content

Commit

Permalink
Use 10 threads in make
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Willendrup committed Dec 3, 2024
1 parent 3f93d7b commit b15050f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/build_debs_mcstas
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DMCPL_ENABLE_CPACK=ON
make
make -j10
cpack -G DEB .
DEB=`ls *.deb`
DEBNAME=`echo $DEB | sed s/Linux/$MCCODE_ARCH/g`
Expand All @@ -77,7 +77,7 @@ rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DNCRYSTAL_ENABLE_CPACK=ON
make
make -j10
cpack -G DEB .
DEB=`ls *.deb`
DEBNAME=`echo $DEB | sed s/Linux/$MCCODE_ARCH/g`
Expand Down

0 comments on commit b15050f

Please sign in to comment.