Lines Matching refs:module
56 per module, are organized explicitly into a directed acyclic graph
130 module for the package itself. For example, PETSc contains
168 The `config/package/Configure.py` module determines how the tree of
170 The `configure()` method of the module will be run by the `Framework`
209 The `Package` configure module has two other main functions. First, top
250 dependency graph for configure modules, and returns the module object so
270 The provider modules customize the information given to the module based
295 `require()`. Here a module is requested, as in `getChild()`, but it
296 is also required to run before another module, usually the one executing
310 module requires another, it merely executes a `require()`. For
311 instance, the PETSc configure module for hypre requires information
319 module will run before the hypre module. Furthermore, we save the
323 order to link a test object, the module can use `self.mpi.lib`.