Thijssss
2006-12-20 22:58:55 UTC
comp.parallel.mpi,
I have only just started out making a program run with mpi on several nodes,
but I miss the MPI_Bool datatype (which when I search.. is available in java
it seems). I tested broadcasting a small boolean array
using MPI_INT which worked but in my main program something went horribly
wrong since it crashed (seg fault I believe, code 11). Should I use MPI_Byte
and find out the size of the array in bytes and give it that as it's size?
What would be a good solution to do this? I need to broadcast a 2D boolean
array between the nodes.
I will get back on it first thing in the morning, maybe someone can leave a
message overnight which can help me out tomorrow.
Greetings,
Thijs Stuurman
I have only just started out making a program run with mpi on several nodes,
but I miss the MPI_Bool datatype (which when I search.. is available in java
it seems). I tested broadcasting a small boolean array
using MPI_INT which worked but in my main program something went horribly
wrong since it crashed (seg fault I believe, code 11). Should I use MPI_Byte
and find out the size of the array in bytes and give it that as it's size?
What would be a good solution to do this? I need to broadcast a 2D boolean
array between the nodes.
I will get back on it first thing in the morning, maybe someone can leave a
message overnight which can help me out tomorrow.
Greetings,
Thijs Stuurman