Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Jul 10, 2023
1 parent 72f2cce commit 815f304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/sst/core/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ class Event : public Activity
/** Constant, default value for id_types */
static const id_type NO_ID;

Event()
: Activity(),
delivery_info(0)
Event() : Activity(), delivery_info(0)
{
setPriority(EVENTPRIORITY);
#if __SST_DEBUG_EVENT_TRACKING__
Expand Down
2 changes: 1 addition & 1 deletion src/sst/core/simulation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Simulation_impl::processGraphInfo(ConfigGraph& graph, const RankInfo& UNUSED(myR
interThreadLatencies[i] = MAX_SIMTIME_T;
}

interThreadMinLatency = MAX_SIMTIME_T;
interThreadMinLatency = MAX_SIMTIME_T;
int num_cross_thread_links = 0;
if ( num_ranks.thread > 1 ) {
// Need to determine the lookahead for the thread synchronization
Expand Down

0 comments on commit 815f304

Please sign in to comment.