Skip to content

Commit cb09730

Browse files
committed
Bump parth to dev from 7 Oct 25
1 parent 94cbcb6 commit cb09730

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
{
33
"name": "athenapk-dev",
44
"image": "ghcr.io/parthenon-hpc-lab/cuda12.8-mpi-hdf5-opmd",
5+
// Somehow required to make GPUs work inside docker on the CI machine.
6+
// Just passing the runtime and/or --gpus=all works initially but then
7+
// the GPU disappears in the active container.
8+
"runArgs": ["--privileged"],
59
"hostRequirements": {
610
"cpus": 4
711
},
@@ -20,7 +24,8 @@
2024
"tomoki1207.pdf",
2125
"ms-vscode.cmake-tools",
2226
"ms-vsliveshare.vsliveshare",
23-
"xaver.clang-format"
27+
"xaver.clang-format",
28+
"ms-python.black-formatter"
2429
]
2530
}
2631
},

external/parthenon

0 commit comments

Comments
 (0)