We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f81059 commit d64d620Copy full SHA for d64d620
1 file changed
SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp
@@ -881,7 +881,7 @@ void CDiscAdjMultizoneDriver::SetAdj_ObjFunction() {
881
void CDiscAdjMultizoneDriver::ComputeAdjoints(unsigned short iZone, bool eval_transfer) {
882
883
#if defined(CODI_INDEX_TAPE) || defined(HAVE_OPDI)
884
- if (nZone > 1) {
+ if (nZone > 1 && rank == MASTER_NODE) {
885
std::cout << "WARNING: Index AD types do not support multiple zones." << std::endl;
886
}
887
#endif
0 commit comments