Skip to content

Commit

Permalink
Test MPI out of curiosity
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Dec 15, 2020
1 parent cccccf2 commit 50930a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install libhdf5-dev
- run: echo "JULIA_HDF5_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/hdf5/serial/lib/" >> $GITHUB_ENV
- run: sudo apt-get install libhdf5-mpich-dev
- run: echo "JULIA_HDF5_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/hdf5/mpic/" >> $GITHUB_ENV
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
HDF5_jll = "0234f1f7-429e-5d53-9886-15a909be8d59"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand All @@ -17,6 +18,7 @@ Compat = "3.1.0"
HDF5_jll = "~1.10.5, ~1.12.0"
Requires = "1.0"
julia = "1.3"
MPI = "0.16"

[extras]
CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
Expand All @@ -26,4 +28,4 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Distributed", "LinearAlgebra", "Pkg", "CRC32c"]
test = ["MPI", "Test", "Distributed", "LinearAlgebra", "Pkg", "CRC32c"]

0 comments on commit 50930a8

Please sign in to comment.