Functions | |
| def | parallel (input) |
| def | 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) | |
| def parallelNotebooks.parallel | ( | input | ) |
Definition at line 65 of file parallelNotebooks.py.
| def parallelNotebooks.processInput | ( | inputFile | ) |
Definition at line 57 of file parallelNotebooks.py.
| parallelNotebooks.dependenciesgraph = dagger.dagger() |
Definition at line 12 of file parallelNotebooks.py.
| 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.
| parallelNotebooks.iterator = dependenciesgraph.iter() |
Definition at line 44 of file parallelNotebooks.py.
| list parallelNotebooks.newinputs = [] |
Definition at line 46 of file parallelNotebooks.py.
| parallelNotebooks.num_cores = multiprocessing.cpu_count() |
Definition at line 63 of file parallelNotebooks.py.
| parallelNotebooks.outDir = os.environ["DOXYGEN_NOTEBOOK_PATH_PARALLEL"] |
Definition at line 8 of file parallelNotebooks.py.
| parallelNotebooks.todo = iterator.next(10000) |
Definition at line 48 of file parallelNotebooks.py.