Skip to content

Commit

Permalink
Add compile command in cosma
Browse files Browse the repository at this point in the history
  • Loading branch information
naotohori committed Apr 19, 2023
1 parent 68548ed commit 90d3978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if [[ ${hostname:8:9} == 'sulis.hpc' ]]; then
FC=ifort cmake .. -DCMAKE_BUILD_TYPE=Release
elif [[ ${hostname:13:24} == 'augusta.nottingham.ac.uk' ]]; then
FC=ifort cmake .. -DCMAKE_BUILD_TYPE=Release
elif [[ ${hostname:12:5} == 'cosma' ]]; then
FC=ifort cmake .. -DCMAKE_BUILD_TYPE=Release
else
cmake .. -DCMAKE_BUILD_TYPE=Release
fi
Expand Down

0 comments on commit 90d3978

Please sign in to comment.