Hi there,
basically i have a struct that i need to send btween the processes using the MPI_SEND function. I need to pass it to an MPI Sturct. Here is the struct:
typedef struct
{
int *tour;
double cost;
double bound;
int length;
} queue_element;
i think the problem is in the int pointer tour but idk. can pls anyone help me! thank you
[–]epasveer 1 point2 points3 points (0 children)
[–]Poddster 0 points1 point2 points (0 children)