We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d503c commit 64805e5Copy full SHA for 64805e5
partitioned-communication/test_parrived1.c
@@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
28
29
for (i = 0; i < PARTITIONS * COUNT; ++i) message[i] = 0;
30
31
- MPI_Request request;
+ MPI_Request request = MPI_REQUEST_NULL;
32
MPI_Init_thread(&argc, &argv, MPI_THREAD_SERIALIZED, &provided);
33
if (provided < MPI_THREAD_SERIALIZED) MPI_Abort(MPI_COMM_WORLD , EXIT_FAILURE); MPI_Comm_rank(MPI_COMM_WORLD , &myrank);
34
0 commit comments