Skip to content

Commit

Permalink
intel mpi workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Nov 28, 2024
1 parent 21b0ce9 commit 94a290a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ jobs:
- name: Test reproducibility for different subdomain decompositions
run: |
cd MITgcm_2.8deg
pygetm-test-scaling --nmax 2 --compare output.nc ../examples/tmm/tracer.py --stop_time="2000-02-01 00:00:00"
pygetm-test-scaling --nmax 2 --compare output.nc ../examples/tmm/tracer.py --stop_time="2000-02-01 00:00:00"
env:
I_MPI_FABRICS: shm #:ofi
FI_PROVIDER: sockets #tcp

0 comments on commit 94a290a

Please sign in to comment.