https://github.com/JuliaParallel/MPI.jl
Revision 2961c3457513edf3c66c3a1263348a1d244b09ad authored by Simon Byrne on 15 August 2019, 04:28:05 UTC, committed by Simon Byrne on 15 August 2019, 04:32:01 UTC
1 parent 81fe0f7
Raw File
Tip revision: 2961c3457513edf3c66c3a1263348a1d244b09ad authored by Simon Byrne on 15 August 2019, 04:28:05 UTC
set up azure pipelines
Tip revision: 2961c34
Project.toml
name = "MPI"
uuid = "da04e1cc-30fd-572f-bb4f-1f8673147195"
authors = []
version = "0.9.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
julia = "1"

[extras]
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["DoubleFloats", "Pkg", "Test"]
back to top