JuliaORNL / JACC.jl

CPU/GPU parallel performance portable layer in Julia via functions as arguments
MIT License
19 stars 9 forks source link

Add MPI tests #99

Open williamfgc opened 3 months ago

williamfgc commented 3 months ago

Currently we don't have MPI tests only node-level tests. Adding MPI tests will help understand interoperability between JACC.Array with MPI.jl Because of MPI.Init() and MPI.Finalize() single nature MPI tests need to run as separate processes similarly to MPI.jl own tests