Skip to content

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Dec 18, 2024
1 parent 882e487 commit 1d3b892
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/models/icon/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ Next, follow the instructions to build ICON using Spack below.

Create the following files from the ICON build folder (different to the ICON root folder in case of a out-of-source build). For that, you will have to create the missing folders first:
```bash
mkdir config/cscs/spack/v0.21.1.3
mkdir config/cscs/spack/v0.21.1.3/alps_cpu_nvhpc
mkdir config/cscs/spack/v0.21.1.3/alps_gpu_nvhpc
mkdir -p config/cscs/spack/v0.21.1.3/alps_cpu_nvhpc
mkdir -p config/cscs/spack/v0.21.1.3/alps_gpu_nvhpc
```

For CPU compilation:
Expand Down

0 comments on commit 1d3b892

Please sign in to comment.