Skip to content

Commit

Permalink
Update install-phoenix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 26, 2024
1 parent f30211e commit df98b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install-phoenix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (($?)); then
exit 1
fi

make PETSC_DIR=`pwd` PETSC_ARCH=arch-linux-c-opt all
make -j$(nproc) PETSC_DIR=`pwd` PETSC_ARCH=arch-linux-c-opt all
make PETSC_DIR=`pwd` PETSC_ARCH=arch-linux-c-opt check

# build and install spherepack
Expand All @@ -68,4 +68,4 @@ make -j 8
cd ../..
./rbc.sh install-makedepf90

echo "Done installing RBC3D!"
echo "Done installing RBC3D!"

0 comments on commit df98b5d

Please sign in to comment.