- Jan 23, 2019
-
-
Guilherme Amadio authored
-
- Jan 22, 2019
-
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
- Jan 21, 2019
-
-
Danilo Piparo authored
-
Danilo Piparo authored
and not one task per cluster. We need to "fuse" together clusters if the number of clusters is to big with respect to the number of workers, otherwise we can incur in an overhead which is so big to make the parallelisation detrimental for performance. For example, this is the case when following a merging of many small files a file contains a tree with many entries and with clusters of just a few entries. The criterium according to which we fuse clusters together is to have at most TTreeProcessorMT::GetMaxTasksPerFilePerWorker() clusters per file per slot. For example: given 2 files and 16 workers, at most 16 * 2 * TTreeProcessorMT::GetMaxTasksPerFilePerWorker() clusters will be created, at most 16 * TTreeProcessorMT::GetMaxTasksPerFilePerWorker() per file.
-
Danilo Piparo authored
and correct inconsistency in help printout.
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Jan 18, 2019
-
-
Danilo Piparo authored
-
Enric Tejedor Saavedra authored
Otherwise libcppyy and libcppyy_backend are generated with the .dylib suffix on OSX. This causes a crash when importing cppyy, since it tries to load "libcppyy_backend.so" using ctypes.
-
Olivier Couet authored
-