Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail on Julia v1.5 #5

Open
ranocha opened this issue Aug 17, 2020 · 2 comments
Open

Tests fail on Julia v1.5 #5

ranocha opened this issue Aug 17, 2020 · 2 comments

Comments

@ranocha
Copy link

ranocha commented Aug 17, 2020

(@v1.5) pkg> test MPIArrays
    Testing MPIArrays
Status `/tmp/jl_x8KgWs/Project.toml`
  [dc8bdbbb] CustomUnitRanges v1.0.0
  [aaf54ef3] DistributedArrays v0.6.4
  [da04e1cc] MPI v0.15.1
  [b2d6846a] MPIArrays v0.1.0 `[email protected]:barche/MPIArrays.jl.git#master`
  [8ba89e20] Distributed
  [37e2e46d] LinearAlgebra
  [9a3f8284] Random
  [8dfed614] Test
Status `/tmp/jl_x8KgWs/Manifest.toml`
  [e66e0078] CompilerSupportLibraries_jll v0.3.3+0
  [dc8bdbbb] CustomUnitRanges v1.0.0
  [aaf54ef3] DistributedArrays v0.6.4
  [ffbed154] DocStringExtensions v0.8.2
  [da04e1cc] MPI v0.15.1
  [b2d6846a] MPIArrays v0.1.0 `[email protected]:barche/MPIArrays.jl.git#master`
  [7cb0a576] MPICH_jll v3.3.2+10
  [9237b28f] MicrosoftMPI_jll v10.1.2+3
  [fe0851c0] OpenMPI_jll v4.0.2+2
  [27ebfcd6] Primes v0.5.0
  [ae029012] Requires v1.0.1
  [2a0f44e3] Base64
  [ade2ca70] Dates
  [8ba89e20] Distributed
  [b77e0a4c] InteractiveUtils
  [76f85450] LibGit2
  [8f399da3] Libdl
  [37e2e46d] LinearAlgebra
  [56ddb016] Logging
  [d6f4376e] Markdown
  [44cfe95a] Pkg
  [de0858da] Printf
  [3fa0cd96] REPL
  [9a3f8284] Random
  [ea8e919c] SHA
  [9e88b42a] Serialization
  [6462fe0b] Sockets
  [2f01184e] SparseArrays
  [10745b16] Statistics
  [8dfed614] Test
  [cf7118a7] UUIDs
  [4ec0a83e] Unicode
Executing `mpiexec -n 4 julia --startup-file=no .julia/packages/MPIArrays/joEEq/test/basics.jl`
Test Summary: | Pass  Total
Partitioning  |    7      7
Fatal error in PMPI_Win_sync: Wrong synchronization of RMA calls , error stack:
PMPI_Win_sync(117).: MPI_Win_sync(win=0xa0000001) failed
MPID_Win_sync(1800): Wrong synchronization of RMA calls 
Fatal error in PMPI_Win_sync: Wrong synchronization of RMA calls , error stack:
PMPI_Win_sync(117).: MPI_Win_sync(win=0xa0000001) failed
MPID_Win_sync(1800): Wrong synchronization of RMA calls 
Fatal error in PMPI_Win_sync: Wrong synchronization of RMA calls , error stack:
PMPI_Win_sync(117).: MPI_Win_sync(win=0xa0000001) failed
MPID_Win_sync(1800): Wrong synchronization of RMA calls 
Fatal error in PMPI_Win_sync: Wrong synchronization of RMA calls , error stack:
PMPI_Win_sync(117).: MPI_Win_sync(win=0xa0000001) failed
MPID_Win_sync(1800): Wrong synchronization of RMA calls 
ERROR: LoadError: failed process: Process(`mpiexec -n 4 julia --startup-file=no .julia/packages/MPIArrays/joEEq/test/basics.jl`, ProcessExited(50)) [50]

Stacktrace:
 [1] pipeline_error at ./process.jl:525 [inlined]
 [2] run(::Cmd; wait::Bool) at ./process.jl:440
 [3] run(::Cmd) at ./process.jl:438
 [4] top-level scope at .julia/packages/MPIArrays/joEEq/test/runtests.jl:17
 [5] include(::String) at ./client.jl:457
 [6] top-level scope at none:6
in expression starting at .julia/packages/MPIArrays/joEEq/test/runtests.jl:14
ERROR: Package MPIArrays errored during testing
@barche
Copy link
Owner

barche commented Aug 17, 2020

Sorry, I haven't looked at this package in a long time, I probably won't be able to fix this soon. I would be surprised if it even worked with anything higher than Julia 1.0?

@ranocha
Copy link
Author

ranocha commented Aug 18, 2020

Okay, thanks for the fast feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants