We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adabbd4 commit 3bb978eCopy full SHA for 3bb978e
.github/workflows/build_cmake.yml
@@ -94,6 +94,8 @@ jobs:
94
# run: ctest -C $BUILD_TYPE
95
run: |
96
source ${{github.workspace}}/.github/CI/spack_setup.sh
97
+ PARSEC_MCA_device_cuda_memory_use=20
98
+ PARSEC_MCA_device_hip_memory_use=20
99
ctest --output-on-failure
100
101
- name: Save Artifact
@@ -196,6 +198,8 @@ jobs:
196
198
197
199
200
201
202
203
204
205
- name: Save Testing Artifact
0 commit comments