| /petsc/src/sys/objects/device/tests/output/ |
| H A D | ex7_with_info_hip.out | 4 …tFromID_Private(): dctx 53 (global root) - obj 58 (memory allocation): dependency list is empty, c… 5 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency 6 … we matched the previous write dependency's (intent PETSC_MEMORY_ACCESS_WRITE) device type (hip), … 7 …romID_Private(): dctx 53 (global root) - obj 58 (memory deallocation): dependency list is empty, c… 9 …tFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency list is empty, c… 11 …tFromID_Private(): dctx 53 (global root) - obj 64 (memory allocation): dependency list is empty, c… 13 …tFromID_Private(): dctx 53 (global root) - obj 65 (memory allocation): dependency list is empty, c… 15 …tFromID_Private(): dctx 53 (global root) - obj 66 (memory allocation): dependency list is empty, c… 17 …tFromID_Private(): dctx 53 (global root) - obj 67 (memory allocation): dependency list is empty, c… 18 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency [all …]
|
| H A D | ex7_with_info_cuda.out | 4 …tFromID_Private(): dctx 53 (global root) - obj 58 (memory allocation): dependency list is empty, c… 5 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency 6 …we matched the previous write dependency's (intent PETSC_MEMORY_ACCESS_WRITE) device type (cuda), … 7 …romID_Private(): dctx 53 (global root) - obj 58 (memory deallocation): dependency list is empty, c… 9 …tFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency list is empty, c… 11 …tFromID_Private(): dctx 53 (global root) - obj 64 (memory allocation): dependency list is empty, c… 13 …tFromID_Private(): dctx 53 (global root) - obj 65 (memory allocation): dependency list is empty, c… 15 …tFromID_Private(): dctx 53 (global root) - obj 66 (memory allocation): dependency list is empty, c… 17 …tFromID_Private(): dctx 53 (global root) - obj 67 (memory allocation): dependency list is empty, c… 18 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency [all …]
|
| H A D | ex7_with_info_sycl.out | 4 …entFromID_Private(): dctx 2 (global root) - obj 8 (memory allocation): dependency list is empty, c… 5 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency 6 …we matched the previous write dependency's (intent PETSC_MEMORY_ACCESS_WRITE) device type (sycl), … 7 …tFromID_Private(): dctx 2 (global root) - obj 8 (memory deallocation): dependency list is empty, c… 9 …ntFromID_Private(): dctx 2 (global root) - obj 12 (memory allocation): dependency list is empty, c… 11 …ntFromID_Private(): dctx 2 (global root) - obj 13 (memory allocation): dependency list is empty, c… 13 …ntFromID_Private(): dctx 2 (global root) - obj 14 (memory allocation): dependency list is empty, c… 15 …ntFromID_Private(): dctx 2 (global root) - obj 15 (memory allocation): dependency list is empty, c… 17 …ntFromID_Private(): dctx 2 (global root) - obj 16 (memory allocation): dependency list is empty, c… 18 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency [all …]
|
| H A D | ex7_with_info_host_no_device.out | 4 …tFromID_Private(): dctx 53 (global root) - obj 56 (memory allocation): dependency list is empty, c… 5 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency 6 …we matched the previous write dependency's (intent PETSC_MEMORY_ACCESS_WRITE) device type (host), … 7 …romID_Private(): dctx 53 (global root) - obj 56 (memory deallocation): dependency list is empty, c… 9 …tFromID_Private(): dctx 53 (global root) - obj 60 (memory allocation): dependency list is empty, c… 11 …tFromID_Private(): dctx 53 (global root) - obj 61 (memory allocation): dependency list is empty, c… 13 …tFromID_Private(): dctx 53 (global root) - obj 62 (memory allocation): dependency list is empty, c… 15 …tFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency list is empty, c… 17 …tFromID_Private(): dctx 53 (global root) - obj 64 (memory allocation): dependency list is empty, c… 18 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency [all …]
|
| H A D | ex7_with_info_host_with_device.out | 4 …tFromID_Private(): dctx 53 (global root) - obj 56 (memory allocation): dependency list is empty, c… 5 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency 6 …we matched the previous write dependency's (intent PETSC_MEMORY_ACCESS_WRITE) device type (IMPL), … 7 …romID_Private(): dctx 53 (global root) - obj 56 (memory deallocation): dependency list is empty, c… 9 …tFromID_Private(): dctx 53 (global root) - obj 60 (memory allocation): dependency list is empty, c… 11 …tFromID_Private(): dctx 53 (global root) - obj 61 (memory allocation): dependency list is empty, c… 13 …tFromID_Private(): dctx 53 (global root) - obj 62 (memory allocation): dependency list is empty, c… 15 …tFromID_Private(): dctx 53 (global root) - obj 63 (memory allocation): dependency list is empty, c… 17 …tFromID_Private(): dctx 53 (global root) - obj 64 (memory allocation): dependency list is empty, c… 18 … NOT COMPATIBLE with old mode (PETSC_MEMORY_ACCESS_WRITE), serializing then clearing (1) dependency [all …]
|
| /petsc/config/BuildSystem/ |
| H A D | sourceDatabase.py | 197 def addDependency(self, source, dependency): argument 205 if not dependency in dependencies: 206 …self.logPrint('Adding dependency '+dependency+' to source '+source+' in source database', 3, 'sour… 207 dependencies = dependencies+(dependency,)
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 398 def addPackageDependency(self, dependency, depPath = None): argument 399 if not dependency: 401 if isinstance(dependency, str): 402 framework = self.loadFramework(dependency) 406 framework = dependency 408 dependency = depPath 410 dependency = os.path.dirname(dependency.__file__) 411 self.dependencies[dependency] = checksum_algo( pickle.dumps(framework) ).hexdigest() 412 …self.logPrint('Added configure dependency from '+dependency+'('+str(self.dependencies[dependency])… 422 for dependency, digest in self.dependencies.items(): [all …]
|
| /petsc/doc/changes/ |
| H A D | 320.md | 21 - Add support for external package SLATE, optional dependency for STRUMPACK 22 - Add support for external package ZFP, optional dependency for STRUMPACK 23 - Add support for external package ButterflyPACK, optional dependency for STRUMPACK
|
| H A D | 323.md | 23 - Update `--download-pastix` to use CMake build, with additional dependency on LAPACKE and CBLAS, c…
|
| H A D | 33.md | 248 available for a complete build, including dependency tracking.
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 61 dependency, achieving test and result encapsulation simply. 79 straightforward method exists to add this dependency. 108 compiler or library dependency may be upgraded on the system. Moreover, 250 dependency graph for configure modules, and returns the module object so
|
| /petsc/src/binding/petsc4py/ |
| H A D | CHANGES.rst | 310 - Removed the dependency on ``numpy.distutils``, just use core Python
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 51 import dependency (for example, checks imports stuff from classes). Therefore, it is
|
| /petsc/doc/ |
| H A D | petsc.bib | 6726 keywords = {cluster, parallelization, spatial dataset, dependency, data partitioning},
|