Logo coherent WaveBurst  
Config Reference Guide
Logo
Functions | Variables
parallelNotebooks Namespace Reference

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)
 

Function Documentation

◆ parallel()

def parallelNotebooks.parallel (   input)

Definition at line 65 of file parallelNotebooks.py.

◆ processInput()

def parallelNotebooks.processInput (   inputFile)

Definition at line 57 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 44 of file parallelNotebooks.py.

◆ newinputs

list parallelNotebooks.newinputs = []

Definition at line 46 of file parallelNotebooks.py.

◆ num_cores

parallelNotebooks.num_cores = multiprocessing.cpu_count()

Definition at line 63 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 48 of file parallelNotebooks.py.