Skip to content

Commit

Permalink
minor fix for comm initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bnicolae committed Feb 11, 2022
1 parent 0149e07 commit 8b4eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class client_impl_t : public veloc::client_t {
config_t cfg;
MPI_Comm comm = MPI_COMM_NULL, local = MPI_COMM_NULL, backends;
MPI_Comm comm, local = MPI_COMM_NULL, backends = MPI_COMM_NULL;
int rank;

command_t current_ckpt;
Expand Down

0 comments on commit 8b4eb98

Please sign in to comment.