Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
parallelNotebooks Namespace Reference

Functions

 parallel (input)
 processInput (inputFile)

Variables

 dependenciesgraph = dagger.dagger()
list inputs = [input.replace("../../tutorials/", "") for input in subprocess.check_output(["grep", "-r", "-l", "/// \\\\notebook\|## \\\\notebook", os.path.expandvars("$DOXYGEN_SOURCE_DIRECTORY/tutorials")]).split()]
 iterator = dependenciesgraph.iter()
list newinputs = []
 num_cores = multiprocessing.cpu_count()
 outDir = os.environ["DOXYGEN_NOTEBOOK_PATH_PARALLEL"]
 todo = iterator.next(10000)

Function Documentation

◆ parallel()

parallelNotebooks.parallel ( input)

Definition at line 64 of file parallelNotebooks.py.

◆ processInput()

parallelNotebooks.processInput ( inputFile)

Definition at line 56 of file parallelNotebooks.py.

Variable Documentation

◆ dependenciesgraph

parallelNotebooks.dependenciesgraph = dagger.dagger()

Definition at line 12 of file parallelNotebooks.py.

◆ inputs

list parallelNotebooks.inputs = [input.replace("../../tutorials/", "") for input in subprocess.check_output(["grep", "-r", "-l", "/// \\\\notebook\|## \\\\notebook", os.path.expandvars("$DOXYGEN_SOURCE_DIRECTORY/tutorials")]).split()]

Definition at line 10 of file parallelNotebooks.py.

◆ iterator

parallelNotebooks.iterator = dependenciesgraph.iter()

Definition at line 43 of file parallelNotebooks.py.

◆ newinputs

list parallelNotebooks.newinputs = []

Definition at line 45 of file parallelNotebooks.py.

◆ num_cores

parallelNotebooks.num_cores = multiprocessing.cpu_count()

Definition at line 62 of file parallelNotebooks.py.

◆ outDir

parallelNotebooks.outDir = os.environ["DOXYGEN_NOTEBOOK_PATH_PARALLEL"]

Definition at line 8 of file parallelNotebooks.py.

◆ todo

parallelNotebooks.todo = iterator.next(10000)

Definition at line 47 of file parallelNotebooks.py.