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

Fix up compilation issues

parent b171a73e
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ 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 = 34; // Just some upper limit on subtype.
#define task_subtype_count 34 // Just some upper limit on subtype.
static MPI_Comm subtypeMPI_comms[task_subtype_count];
/* The local queues. */
......@@ -538,7 +538,7 @@ int main(int argc, char *argv[]) {
MPI_Barrier(MPI_COMM_WORLD);
fflush(stdout);
if (myrank == 0) message("Dumping updated log");
mpiuse_dump_logs(nranks, logfile);
mpiuse_dump_logs(nranks, 0, logfile);
/* Shutdown MPI. */
res = MPI_Finalize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment