Skip to content
Snippets Groups Projects
Commit 33dd5f75 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Update send and recv task indices to match current master

parent 768a12d9
No related branches found
No related tags found
No related merge requests found
......@@ -42,12 +42,12 @@ static int usetics = 1;
static int datacheck = 0;
/* Integer types of send and recv tasks, must match log. */
static const int task_type_send = 22;
static const int task_type_recv = 23;
static const int task_type_send = 25;
static const int task_type_recv = 26;
/* Global communicators for each of the subtypes. */
static const int task_subtype_count = 30; // Just some upper limit on subtype.
static MPI_Comm subtypeMPI_comms[30];
static const int task_subtype_count = 34; // Just some upper limit on subtype.
static MPI_Comm subtypeMPI_comms[task_subtype_count];
/* The local queues. */
static struct mpiuse_log_entry **volatile reqs_queue;
......
No preview for this file type
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment