clarified a warning for MPI

pull/26/head
Georg Michel 2016-12-10 10:10:22 +01:00
parent 3a1607ebb7
commit e6c907bd52
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ bool openEMS_FDTD_MPI::SetupProcessing()
{
//type is integral processing --> disable! Needs to be fixed!
cerr << "openEMS_FDTD_MPI::SetupProcessing(): Warning: Processing: " << proc->GetName() << " occures multiple times and is being deactivated..." << endl;
cerr << "openEMS_FDTD_MPI::SetupProcessing(): Note: Processing: Make sure that there are no splits inside probes or sources."
deactivate = true;
rename = false;
}