Skip to content

Commit

Permalink
Update and rename run_on_docker.sh to run_on_docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
auraoupa authored Jul 23, 2024
1 parent a4c157a commit 06728e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intel/run_on_docker.sh → intel/run_on_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ cd nextsimdg
. /opt/spack-environment/activate.sh
mkdir -p build && cd build
cmake .. -DENABLE_MPI=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$(which mpiicc) -DCMAKE_CXX_COMPILER=$(which mpiicpc)
cmake .. -DENABLE_MPI=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$(which icc) -DCMAKE_CXX_COMPILER=$(which icpc)

0 comments on commit 06728e9

Please sign in to comment.