Skip to content

Commit

Permalink
Remove celeritas cuda preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Feb 12, 2024
1 parent 65e2c01 commit 60480b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"hidden": true,
"description": "Options to enable CUDA 11 on Volta architecture",
"cacheVariables": {
"CELERITAS_USE_CUDA": {"type": "BOOL", "value": "ON"},
"CMAKE_CUDA_ARCHITECTURES": {"type": "STRING", "value": "70"}
}
},
Expand Down
4 changes: 1 addition & 3 deletions scripts/cmake-presets/ci-ubuntu-cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"name": "debug-vecgeom",
"description": "Build tests in debug with vecgeom",
"inherits": [".vecgeom", "base"],
"cacheVariables": {
"CELERITAS_USE_OpenMP": {"type": "BOOL", "value": "OFF"}
}
"cacheVariables": {}
},
{
"name": "reldeb-vecgeom",
Expand Down

0 comments on commit 60480b9

Please sign in to comment.