From 58f32391246191a5958e8a8409dc35b11356684b Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Sun, 3 Nov 2019 08:11:47 -0500 Subject: [PATCH] Clang --- source/adios2/toolkit/sst/cp/cp_writer.c | 3 ++- source/adios2/toolkit/sst/dp/evpath_dp.c | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/source/adios2/toolkit/sst/cp/cp_writer.c b/source/adios2/toolkit/sst/cp/cp_writer.c index 6664e562cf..4ca07dd28f 100644 --- a/source/adios2/toolkit/sst/cp/cp_writer.c +++ b/source/adios2/toolkit/sst/cp/cp_writer.c @@ -1596,7 +1596,8 @@ static void ProcessReaderStatusList(SstStream Stream, CP_verbose(Stream, "Adjusting reader %d status from %s to %s\n", i, SSTStreamStatusStr[Stream->Readers[i]->ReaderStatus], SSTStreamStatusStr[Metadata->ReaderStatus[i]]); - CP_PeerFailCloseWSReader(Stream->Readers[i], Metadata->ReaderStatus[i]); + CP_PeerFailCloseWSReader(Stream->Readers[i], + Metadata->ReaderStatus[i]); } } PTHREAD_MUTEX_UNLOCK(&Stream->DataLock); diff --git a/source/adios2/toolkit/sst/dp/evpath_dp.c b/source/adios2/toolkit/sst/dp/evpath_dp.c index b4c8f91da3..6c32c83314 100644 --- a/source/adios2/toolkit/sst/dp/evpath_dp.c +++ b/source/adios2/toolkit/sst/dp/evpath_dp.c @@ -385,9 +385,13 @@ static void EvpathReadRequestHandler(CManager cm, CMConnection conn, * timestep that we don't have. */ fprintf(stderr, "\n\n\n\n"); - fprintf(stderr, "Writer rank %d - Failed to read Timestep %ld, not found. This is an internal inconsistency\n", + fprintf(stderr, + "Writer rank %d - Failed to read Timestep %ld, not found. This is " + "an internal inconsistency\n", WSR_Stream->WS_Stream->Rank, ReadRequestMsg->Timestep); - fprintf(stderr, "Writer rank %d - Request came from rank %d, please report this error!\n", + fprintf(stderr, + "Writer rank %d - Request came from rank %d, please report this " + "error!\n", WSR_Stream->WS_Stream->Rank, RequestingRank); fprintf(stderr, "\n\n\n\n");