We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f1d9 commit 04d12d9Copy full SHA for 04d12d9
1 file changed
.github/workflows/core.yml
@@ -494,6 +494,7 @@ jobs:
494
EXTRA_PYTEST_ARGS: --splitting-algorithm least_duration --timeout=600 --timeout-method=thread -o faulthandler_timeout=660 --durations-path=./firedrake-repo/tests/test_durations.json --durations=50
495
PYTEST_MPI_MAX_NPROCS: 8
496
PETSC_OPTIONS: -use_gpu_aware_mpi 0
497
+ EXTRA_OPTIONS: -use_gpu_aware_mpi 0
498
steps:
499
- name: Confirm Nvidia GPUs are enabled
500
# The presence of the nvidia-smi command indicates that the Nvidia drivers have
0 commit comments