Searched refs:Framework (Results 1 – 14 of 14) sorted by relevance
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 151 …framework = config.framework.Framework(['--configModules='+package+'.Configure', '--optionsModule=… 170 The `configure()` method of the module will be run by the `Framework` 249 managed. The `Framework.require()` method creates an edge in the 278 ### Framework subsection 280 The `config.framework.Framework` object serves as the central control 293 Children may be added to the Framework using `addChild()` or 299 the children to the Framework. 309 suggested interaction of a new build system with the Framework. If a 329 that allow the Framework to initialize it correctly. The Framework will 331 `require()` calls should be made in that method. The Framework will
|
| /petsc/config/BuildSystem/config/compile/ |
| H A D | C.py | 56 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 109 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 207 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | Cxx.py | 49 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 103 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | CUDA.py | 50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | SYCL.py | 63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | HC.py | 50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | HIP.py | 63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | FC.py | 38 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | SysFiles.pm | 1396 my ($Header, $Framework, $LVer) = @_; 1398 if(defined $Cache{"findInFramework"}{$LVer}{$Framework}{$Header}) { 1399 return $Cache{"findInFramework"}{$LVer}{$Framework}{$Header}; 1403 if(getFilename($Dependency) eq $Framework 1405 … return ($Cache{"findInFramework"}{$LVer}{$Framework}{$Header} = getDirname($Dependency)); 1408 return ($Cache{"findInFramework"}{$LVer}{$Framework}{$Header} = "");
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeframework | 39 install_name_tool -id /Library/Frameworks/PETSc-OSX/$1/PETSc.Framework/PETSc PETSc
|
| /petsc/config/ |
| H A D | configure.py | 457 …framework = config.framework.Framework(['--configModules=PETSc.Configure','--optionsModule=config.…
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 441 framework = config.framework.Framework(sys.argv[1:])
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 57 class Framework(config.base.Configure, script.LanguageProcessor): class
|
| /petsc/doc/ |
| H A D | petsc.bib | 1152 title = {{PETSc:} An Advanced Math and Computing Framework for Rapidly Developing Parallel 2018 title = {{Framework for Modular, Flexible and Efficient Solving the Cardiac Bidomain 2596 the {FACETS} Framework}, 2607 title = {{FACETS}: A Framework for Parallel Coupling of Fusion Components}, 2768 title = {Parallel Implementation of a {PETSc-Based} Framework for the General Curvilinear 4759 title = {Object-Oriented Framework for Large Scale Air Pollution Modeling}, 7388 Implemented in an Object-Oriented Programming Framework}, 8170 chapter = {{SIFFEA}:Scalable Integrated Framework for Finite Element Analysis}, 8819 title = {The COOLFluiD Framework: Design Solutions for High Performance Object Oriented 12879 title = {{PDELab}: An Object-Oriented Framework for Building Problem Solving Environments [all …]
|