Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
parallel Directory Reference
Directory dependency graph for parallel:

Files

 mp_parallelHistoFill.C
  View in nbviewer Open in SWAN
Fill histogram in parallel with a multiprocessing approach using TProcessExecutor and TExecutor::MapReduce.
 
 mp_processSelector.C
  View in nbviewer Open in SWAN
Illustrate the usage of the multiprocessing TTreeProcessorMP and TSelector interfaces with the h1analysis.C example.
 
 mt_fillHistos.C
  View in nbviewer Open in SWAN
Fill histograms in parallel and write them on file with a multithreaded approach using std::thread.
 
 mt_parallelHistoFill.C
  View in nbviewer Open in SWAN
Fill histogram in parallel with a multithreaded approach using TThreadedObject and TThreadedObject::SnapshotMerge.
 
 mtbb_fillHistos.C
  View in nbviewer Open in SWAN
Fill histograms in parallel and write them on file with a multithreaded approach using TThreadExecutor and TExecutor::Map.
 
 mtbb_parallelHistoFill.C
  View in nbviewer Open in SWAN
Fill histogram in parallel with a multithreaded approach using TThreadExecutor and TExecutor::MapReduce.