You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I introduce periodic bc's in the x-direction to test/Applications/Stokes.jl through model = CartesianDiscreteModel(parts,np,domain,nc,isperiodic = (true,false)) and run the code in mpi, it fails when the number of divisions in the x direction is greater than 1 (i.e. np = (1,2) runs but np = (2,1) fails). The error is:
Hi @dhrichards , thank you for reporting this! I believe this is related to a similar issue I've been tracking. I've openend a PR in GridapDistributed that should fix it.
It will hopefully get merged and published in a couple days, but you can already give it a try by pointing to the corresponding branch, i.e
If I introduce periodic bc's in the x-direction to
test/Applications/Stokes.jl
throughmodel = CartesianDiscreteModel(parts,np,domain,nc,isperiodic = (true,false))
and run the code in mpi, it fails when the number of divisions in the x direction is greater than 1 (i.e.np = (1,2)
runs butnp = (2,1)
fails). The error is:The text was updated successfully, but these errors were encountered: