smillerc / MPIHaloArrays.jl

An array type for MPI halo data exchange in Julia
MIT License
22 stars 3 forks source link

is there any initialize function? #8

Closed crazyfireji closed 1 year ago

crazyfireji commented 1 year ago

Is there a function that reads a 3 dimensional array from process 1 and sends specific block to another process

smillerc commented 1 year ago

Can you post a full example with error messages? It's difficult to determine what went wrong without more detail.

smillerc commented 1 year ago

Ok, thanks. I'll look into it. When posting code, make sure to surround it in triple ticks, e.g. ```julia

Since I don't have the file you do, what error messages do you get?

crazyfireji commented 1 year ago

Sorry, it works, it exists a mistake in my code

smillerc commented 1 year ago

Ok, thanks! Glad everything is working for you