Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/test_libmpdataxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
tag: ["uwlcm_ubuntu_24_04_cuda_12_9_0", "uwlcm_ubuntu_24_04_cuda_12_9_0_mvapich2"]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: load UWLCM Singularity image
uses: igfuw/load_UWLCM_singularity_image@main
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
cmake_options: "-DLIBMPDATAXX_MPI_THREAD_MULTIPLE=OFF"
ctest_options: "-LE SlowWithMpi" # exclude tests with the label SlowWithMpi
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
ctest_options: "-LE SlowWithMpi"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
cxx: "mpic++"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
ctest_options: "-LE SlowWithMpi" # exclude tests with the label SlowWithMpi

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
cxx: "g++"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
cxx: "g++"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@master
Expand All @@ -236,7 +236,7 @@ jobs:
cxx: ${{ matrix.cxx }}

- name: checkout elliptic_drop
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: igfuw/shallow-water-elliptic-drop
path: shallow-water-elliptic-drop
Expand Down
Loading