Skip to content

Commit 38800f4

Browse files
committed
More debug
1 parent e52e6d2 commit 38800f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_error.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
using MPI
2+
3+
@show get(ENV, "MPI_LOCALNRANKS", nothing)
4+
@show get(ENV, "OMPI_COMM_WORLD_SIZE", nothing)
5+
26
function main()
37
MPI.Init()
48
comm = MPI.COMM_WORLD

0 commit comments

Comments
 (0)