Skip to content

Commit

Permalink
Merge pull request #16372 from gartung/FWCore-Framework-log-nStreams
Browse files Browse the repository at this point in the history
Log the number of Streams since it might be different than the number of Threads
  • Loading branch information
smuzaffar committed Oct 29, 2016
2 parents 5dea1db + eeae2ac commit a36180b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FWCore/Framework/src/EventProcessor.cc
Expand Up @@ -433,6 +433,8 @@ namespace edm {
if(nStreams==0) {
nStreams = nThreads;
}
// PG: Log the number of streams
edm::LogInfo("StreamSetup") <<"setting # streams "<<nStreams;
}
/*
bool nRunsSet = false;
Expand Down

0 comments on commit a36180b

Please sign in to comment.