Skip to content

Commit

Permalink
add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman committed Oct 19, 2023
1 parent 2d4f0ac commit 162aea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bvals/comms/tag_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void TagMap::AddMeshDataToMap(std::shared_ptr<MeshData<Real>> &md) {

void TagMap::ResolveMap() {
#ifdef MPI_PARALLEL
int flag;
void *max_tag; // largest supported MPI tag value
MPI_Comm_get_attr( MPI_COMM_WORLD, MPI_TAG_UB, &max_tag, &flag);
#endif
Expand Down

0 comments on commit 162aea8

Please sign in to comment.