Skip to content

Commit

Permalink
Merge branch 'develop' into feature/azure-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Sep 1, 2021
2 parents fefc520 + 76ebdde commit f5c5bc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/HALOEXCHANGE_FUSED-OMP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ void HALOEXCHANGE_FUSED::runOpenMPVariant(VariantID vid)
}
stopTimer();

HALOEXCHANGE_FUSED_MANUAL_LAMBDA_FUSER_TEARDOWN;

break;
}

Expand Down Expand Up @@ -300,7 +302,7 @@ void HALOEXCHANGE_FUSED::runOpenMPVariant(VariantID vid)

}

#else
#else
RAJA_UNUSED_VAR(vid);
#endif
}
Expand Down

0 comments on commit f5c5bc4

Please sign in to comment.