Hello,
I've been assigned to take an existing C program and to modify it with
MPI so that it could run in parallel on our cluster.
The program consists of a graph and a few other linked lists. Since
MPI doesn't provide explicit shared memory, I was wondering how I
would handle the linked lists. Any suggestions?
I'm a novice programmer ... so apologies in advance if this is a dumb
question :)
Thank you.
|