Skip to content

Commit

Permalink
Enable Condor Statistics Service.
Browse files Browse the repository at this point in the history
This has been testing for awhile in the T0 with no issues - try
to get this available for the DR80 campaign.
  • Loading branch information
bbockelm committed Feb 13, 2016
1 parent 38304a4 commit 73fd404
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FWCore/Framework/bin/cmsRun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ int main(int argc, char* argv[]) {
defaultServices.push_back("AdaptorConfig");
defaultServices.push_back("SiteLocalConfigService");
defaultServices.push_back("StatisticsSenderService");
// This default is disabled pending widespread testing. See conversation
// in PR #10056
//defaultServices.push_back("CondorStatusService");
defaultServices.push_back("CondorStatusService");

// Default parameters will be used for the default services
// if they are not overridden from the configuration files.
Expand Down

0 comments on commit 73fd404

Please sign in to comment.