Skip to content

Commit

Permalink
#48: resolve some rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 7, 2023
1 parent 68cffa2 commit 4073526
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/resilience/AutomaticCheckpoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ namespace KokkosResilience
//Disable ViewHolder hook
KokkosResilience::DynamicViewHooks::copy_constructor_set.reset();

#ifdef KR_ENABLE_TRACING
reg_hashes.end();
#endif
}

template<typename... Traits, typename RegionFunc, typename FilterFunc, typename... T>
Expand Down
2 changes: 1 addition & 1 deletion src/resilience/veloc/VelocBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ fprintf(stderr, "%sing member %s with id %d (%lu members in set)\n", entry.secon
// No-op, don't do anything
}

VeloCFileBackend::VeloCFileBackend(MPIContext<VeloCFileBackend> &,
VeloCFileBackend::VeloCFileBackend(MPIContext<VeloCFileBackend> &ctx,
MPI_Comm mpi_comm,
const std::string &veloc_config)
: m_context(&ctx) {
Expand Down
2 changes: 1 addition & 1 deletion src/resilience/veloc/VelocBackend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace KokkosResilience
void register_member( KokkosResilience::Registration & ) {} // Do nothing

private:
MPIContext< VeloCFileBackend > *m_context;
[[maybe_unused]] MPIContext< VeloCFileBackend > *m_context;
veloc::client_t* veloc_client;
};
}
Expand Down

0 comments on commit 4073526

Please sign in to comment.