Skip to content

Commit

Permalink
Update run_on_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
auraoupa authored Jul 23, 2024
1 parent 7693e8d commit a4c157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intel/run_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ git clone -b develop https://github.com/nextsimhub/nextsimdg.git
cd nextsimdg
. /opt/spack-environment/activate.sh
mkdir -p build && cd build
cmake ..
cmake .. -DENABLE_MPI=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$(which mpiicc) -DCMAKE_CXX_COMPILER=$(which mpiicpc)

0 comments on commit a4c157a

Please sign in to comment.