Skip to content

Commit

Permalink
-j 8
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 13, 2024
1 parent ed28f82 commit 442470e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install-no-petsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd packages
# build and install spherepack
git clone https://github.com/comp-physics/spherepack3.2.git
cd spherepack3.2
make
make -j 8

# build and install makedepf90
cd ..
Expand All @@ -18,7 +18,7 @@ cd ../install/scripts
echo "PWD $(pwd)"
python3 mdf90_replace.py
cd ../../packages/makedepf90
make
make -j 8
make install

echo "Done installing RBC3D!"

0 comments on commit 442470e

Please sign in to comment.