Skip to content

Commit d530c1f

Browse files
committed
Disable auto process binding
1 parent 5bf30b1 commit d530c1f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/cirrus_action_on_pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
build-run-lorenz_96:
99
env:
10-
OMPI_MCA_hwloc_use_cset: 0
10+
OMPI_MCA_hwloc_use_cset: 0 # Disables control group based CPU affinity detections
11+
OMPI_MCA_opal_hwloc_base_binding_policy: none # Disable automatically binding processes to specific hardware resources
1112

1213
strategy:
1314
fail-fast: false # This prevents the matrix from cancelling other jobs if one fails

.github/workflows/mpi_init.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
jobs:
99
mpi-init:
1010
env:
11-
OMPI_MCA_hwloc_use_cset: 0
11+
OMPI_MCA_hwloc_use_cset: 0 # Disables control group based CPU affinity detections
12+
OMPI_MCA_opal_hwloc_base_binding_policy: none # Disable automatically binding processes to spec ific hardware resources
1213

13-
strategy:
14+
strategy:
1415
fail-fast: false # This prevents the matrix from cancelling other jobs if one fails
1516
matrix:
1617
compiler: [gfortran, nvhpc, ifx]

0 commit comments

Comments
 (0)