Matti Kortelainen
Matti Kortelainen
Thanks @nhduongvn. The compilation error comes from `edm::SiteLocalConfig::CatalogAttr::empty()` not being `const`. Basically this line https://github.com/nhduongvn/cmssw/blob/8a32692ed93f91eafa0fd1927ba5fb7c473ee777/FWCore/Catalog/interface/SiteLocalConfig.h#L37 should be changed to ```cpp bool empty() const {return site==""&&subSite==""&&storageSite==""&&volume==""&&protocol=="";} ``` (plus formatting). I'd actually...
> There are still a few Tier-2 sites without the sections but those should hopefully be all done within the next days/week. @stlammel Have these sites been updated already? @nhduongvn...
> OK, I changed the title. Thanks. > I am not sure what do you mean "squash the commits into one"? As I said above, I will make a new...
+core Thanks!
Thanks David. I think it would be better to distinguish the CPU and the GPU models in this Service.. I think all the considered consumers of this information (JobReport, CondorStatusService,...
Thanks @fwyzard. > So, this could be similar to the impact of the glibc version (do we store and costume that anywhere?). I don't think we store glibc version explicitly...
> There is some discussion that "things that effect physics" need to be stored. My understanding is that our goal is that none of these things effect physics, beyond maybe...
> If the goal of the information collected by the `ResourceInformationService` is to be easily mergeable across different jobs running in a similar environments, meyb more extended information could be...
(I thought I had sent this kind of reply already, but apparently it got lost somewhere) > Without entering into the details of why `ProcessBlock` does not support merging products...
The discussion was complicated by us diverging into the file storage, of which this PR is completely independent. I suggest we move further discussion on that (or on the information...