Skip to content

Commit c188577

Browse files
committed
Fix CI: set OMPI_MCA_rmaps_base_oversubscribe=1 to allow 4 ranks on 2-core runners
1 parent 1d8a888 commit c188577

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/convergence.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
workflow_dispatch:
66

7+
env:
8+
OMPI_MCA_rmaps_base_oversubscribe: 1
9+
710
jobs:
811
convergence-1d:
912
name: "1D Advection Convergence"

0 commit comments

Comments
 (0)