We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52e6d2 commit 38800f4Copy full SHA for 38800f4
test/test_error.jl
@@ -1,4 +1,8 @@
1
using MPI
2
+
3
+@show get(ENV, "MPI_LOCALNRANKS", nothing)
4
+@show get(ENV, "OMPI_COMM_WORLD_SIZE", nothing)
5
6
function main()
7
MPI.Init()
8
comm = MPI.COMM_WORLD
0 commit comments