Skip to content

Commit 6992e2f

Browse files
Merge pull request #127 from lukemartinlogan/main
Iowarp in docker test
2 parents 41dc464 + e925213 commit 6992e2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/11-iowarp/01-index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ docker exec -it iowarp bash
206206
The following will run an example iowarp unit test:
207207
```bash
208208
cd ~/iowarp-install/docker
209-
docker build --no-cache -t iowarp-test . -f iowarp-test.Dockerfile
209+
docker build --no-cache --build-arg SHM_SIZE=8g -t iowarp-test . -f iowarp-test.Dockerfile
210+
docker run -it --shm-size=8g iowarp-test /bin/bash
211+
spack load iowarp
212+
jarvis ppl run
210213
```
211214

212215
</TabItem>

0 commit comments

Comments
 (0)