Skip to content

Commit

Permalink
Create run_on_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
auraoupa authored Jul 22, 2024
1 parent fa859e4 commit 8d98d55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions intel/run_on_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```bash
git clone -b develop https://github.com/nextsimhub/nextsimdg.git
cd nextsimdg
. /opt/spack-environment/activate.sh
mkdir -p build && cd build
cmake ..
```

0 comments on commit 8d98d55

Please sign in to comment.