We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4baa963 commit 6e06a34Copy full SHA for 6e06a34
1 file changed
Common/src/CConfig.cpp
@@ -5740,8 +5740,8 @@ void CConfig::SetMarkers(SU2_COMPONENT val_software) {
5740
// In case of multiple zones, the markers might appear only in zonal config and not in the Master.
5741
// A loop over all zones would need to be included which is not straight forward as this can only be
5742
// checked once all zonal configs are read.
5743
- else
5744
- cout << "Warning: DV_MARKER contains marker names that do not exist in the lists of BCs of the master config file.\n" <<
+ else if (rank == MASTER_NODE)
+ cout << "Warning: DV_MARKER contains marker names that do not exist in the lists of BCs of the master config file.\n"
5745
"Make sure the marker names exist in the zonal config files" << endl;
5746
}
5747
0 commit comments