Logo coherent WaveBurst  
Config Reference Guide
Logo
Namespaces | Functions | Variables
parallelNotebooks.py File Reference

Namespaces

 parallelNotebooks
 

Functions

def parallelNotebooks.parallel (input)
 
def parallelNotebooks.processInput (inputFile)
 

Variables

 parallelNotebooks.dependenciesgraph = dagger.dagger()
 
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()]
 
 parallelNotebooks.iterator = dependenciesgraph.iter()
 
list parallelNotebooks.newinputs = []
 
 parallelNotebooks.num_cores = multiprocessing.cpu_count()
 
 parallelNotebooks.outDir = os.environ["DOXYGEN_NOTEBOOK_PATH_PARALLEL"]
 
 parallelNotebooks.todo = iterator.next(10000)