Skip to content

Commit 8988879

Browse files
michel2323vchuravy
andcommitted
Setup MPI as an integration test
Co-authored-by: Valentin Churavy <v.churavy@gmail.com>
1 parent c009fa5 commit 8988879

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.github/workflows/Integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- SciML
5454
- KernelAbstractions
5555
- Molly
56+
- MPI
5657
exclude:
5758
- version: '1.10'
5859
os: linux-x86-n2-32

test/integration/MPI/Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[deps]
2+
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
3+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
4+
Enzyme_jll = "7cc45869-7501-5eee-bdea-0790c847d4ef"
5+
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
6+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7+
8+
[sources]
9+
Enzyme = {path = "../../.."}
10+
EnzymeCore = {path = "../../../lib/EnzymeCore"}
11+
12+
[compat]
13+
MPI = "0.20"

test/integration/MPI/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using MPI
2+
using Enzyme
3+
using Test

0 commit comments

Comments
 (0)