Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Feb 5, 2024
1 parent 8fd7291 commit ae23675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Series.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ void Series::flushRankTable()
#if openPMD_HAVE_MPI
bool consider_mpi = series.m_communicator.has_value();
#else
(void)series;
bool consider_mpi = false;
#endif
method = host_info::methodFromStringDescription(
Expand Down

0 comments on commit ae23675

Please sign in to comment.