Philippe Canal
Philippe Canal
@phsft-bot build
We are probably missing an I/O rule along the line of ``` #pragma read sourceClass="TNDArrayT" targetClass="TNDArrayT" source="Int_t fNumData; float *fData;" target="fData" versions="1" code="{ fData.clear(); for(int i = 0; i <...
@phsft-bot build with flags -DCTEST_TEST_EXCLUDE_NONE=On
The performance of `hadd/TFileMerger` for some times of files (eg. with histograms) is proportional to the number of batches of files processed. So reducing it the max number of files...
I see. So actually this is a case where the limit is not known to the OS/through-getrlimit. How can we detect locally the limit of concurrent transfers for a given...
We can not access the original ticket. What is the actual hardware that was being accessed? What is mounted as a local -appearing file system or was it being accessed...
> This means, that they remain open but zero bytes are served, > (I'm getting data for some files but zero bytes for other files) Do you know if the...
As a side note, C++ already has a notion of onload so another option could be for the user to simply use: ``` int anyfunction( .... ) { ... }...
I don't know if it is an option at that place in the code but calling a combination of ```TClass::GetClass(name_of_type);``` and ```TEnum::GetEnum(name_of_type);``` should be more memory efficient.