| /petsc/config/BuildSystem/ |
| H A D | sourceDatabase.py | 13 Dependencies: A tuple of files upon which this entry depends 56 (checksum, mtime, timestamp, dependencies) = self[source] 61 output += ' Deps: '+str(dependencies)+'\n' 90 (checksum, mtime, timestamp, dependencies) = value 101 if not isinstance(dependencies, tuple): 102 … raise ValueError('Invalid dependencies for source database, '+str(type(dependencies))+' given') 168 dependencies = () 170 (checksum, mtime, timestamp, dependencies) = self[source] 178 self[source] = (checksum, SourceDB.getModificationTime(source), time.time(), dependencies) 182 '''This removes source information, but preserved dependencies''' [all …]
|
| /petsc/src/sys/objects/device/tests/output/ |
| H A D | ex7_with_info_sycl.out | 3 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 8 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 10 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 12 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 14 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 16 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 34 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 36 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 39 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 47 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies [all …]
|
| H A D | ex7_with_info_cuda.out | 3 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 8 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 10 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 12 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 14 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 16 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 34 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 36 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 39 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 47 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies [all …]
|
| H A D | ex7_with_info_hip.out | 3 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 8 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 10 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 12 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 14 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 16 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 34 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 36 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 39 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 47 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies [all …]
|
| H A D | ex7_with_info_host_no_device.out | 3 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 8 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 10 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 12 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 14 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 16 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 34 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 36 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 39 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 47 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies [all …]
|
| H A D | ex7_with_info_host_with_device.out | 3 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 8 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 10 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 12 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 14 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 16 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 34 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 36 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 39 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies 47 …COMPATIBLE with default mode (PETSC_MEMORY_ACCESS_READ), serializing then clearing (0) dependencies [all …]
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 40 …eys, const PetscMemoryAccessMode *modes, const std::size_t *ndeps, const PetscEvent **dependencies) in MarkedObjectMapView() argument 55 PetscCall(PetscViewerASCIISynchronizedPrintf(vwr, "dependencies:\n")); in MarkedObjectMapView() 58 const auto event = dependencies[i][j]; in MarkedObjectMapView() 74 …MemoryAccessMode *modes, const std::size_t *ndeps, const PetscEvent **dependencies, const char *fo… in CheckMarkedObjectMap_Private() argument 89 PetscCall(MarkedObjectMapView(vwr, nkeys, keys, modes, ndeps, dependencies)); in CheckMarkedObjectMap_Private() 95 …SELF, dctx, nkeys, keys, modes, ndeps, const_cast<const PetscEvent **>(dependencies), __VA_ARGS__); 121 PetscEvent **dependencies; in TestAllCombinations() local 126 PetscCall(PetscGetMarkedObjectMap_Internal(&nkeys, &keys, &modes, &ndeps, &dependencies)); in TestAllCombinations() 149 …PetscCall(CheckMarkedObjectMap(ndeps[key_idx] == 1, "unexpected number of dependencies %zu, expect… in TestAllCombinations() 150 …arkedObjectMap(dependencies[key_idx][0]->dtype == dtype, "unexpected device type on event: %s, exp… in TestAllCombinations() [all …]
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 256 dependency_type dependencies{}; member 359 …tscObjectId **keys, PetscMemoryAccessMode **modes, std::size_t **ndeps, PetscEvent ***dependencies) in PetscGetMarkedObjectMap_Internal() argument 366 PetscCall(PetscMalloc4(size, keys, size, modes, size, ndeps, size, dependencies)); in PetscGetMarkedObjectMap_Internal() 373 (*ndeps)[i] = it.second.dependencies.size(); in PetscGetMarkedObjectMap_Internal() 374 (*dependencies)[i] = nullptr; in PetscGetMarkedObjectMap_Internal() 375 PetscCall(PetscMalloc1((*ndeps)[i], (*dependencies) + i)); in PetscGetMarkedObjectMap_Internal() 376 for (auto &&dep : it.second.dependencies) (*dependencies)[i][j++] = dep.event(); in PetscGetMarkedObjectMap_Internal() 382 …tscObjectId **keys, PetscMemoryAccessMode **modes, std::size_t **ndeps, PetscEvent ***dependencies) in PetscRestoreMarkedObjectMap_Internal() argument 385 for (std::size_t i = 0; i < nkeys; ++i) PetscCall(PetscFree((*dependencies)[i])); in PetscRestoreMarkedObjectMap_Internal() 386 PetscCall(PetscFree4(*keys, *modes, *ndeps, *dependencies)); in PetscRestoreMarkedObjectMap_Internal() [all …]
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 294 …s, PetscObjectId **keys, PetscMemoryAccessMode **modes, size_t **ndeps, PetscEvent ***dependencies) in PetscGetMarkedObjectMap_Internal() argument 301 PetscAssertPointer(dependencies, 5); in PetscGetMarkedObjectMap_Internal() 306 *dependencies = NULL; in PetscGetMarkedObjectMap_Internal() 310 …etscMemoryAccessMode **modes, PETSC_UNUSED size_t **ndeps, PETSC_UNUSED PetscEvent ***dependencies) in PetscRestoreMarkedObjectMap_Internal() argument 316 PetscAssertPointer(dependencies, 5); in PetscRestoreMarkedObjectMap_Internal() 320 if (*dependencies) *dependencies = NULL; in PetscRestoreMarkedObjectMap_Internal()
|
| /petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/ |
| H A D | LaunchScreen.xib | 3 <dependencies> 6 </dependencies>
|
| H A D | Main.storyboard | 3 <dependencies> 5 </dependencies>
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 9 You can use :program:`pip` to install :mod:`petsc4py` and its dependencies:: 69 Install the documentation dependencies::
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | pkg_consistency_checks.py | 46 toml_reqs = toml_data['project']['dependencies'] 48 …raise RuntimeError(f'Number of requirements don\'t match. {toml_file}::[project][dependencies] has…
|
| /petsc/lib/petsc/bin/maint/petsclinter/ |
| H A D | pyproject.toml | 5 dependencies = [
|
| /petsc/src/binding/petsc4py/ |
| H A D | README.rst | 11 Dependencies chapter
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 109 dependencies between cached variables are not tracked, so that even if 226 A simple way to do this is by explicitly declaring dependencies, 282 involved, which is also used to track dependencies between them. It 298 dependencies between the child modules, and provides a partial order on
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | jacobian.m | 9 % The dependencies of this function are based on executing the AD
|
| /petsc/ |
| H A D | .gitlab-alcf-ci.yml | 12 dependencies: []
|
| H A D | gmakefile.test | 193 @$(PETSC_GENDEPS.cu) $(abspath $<) -o $(@:%.o=%.d) # Generate the dependencies for later 233 # manually list some library dependencies to check for circular dependencies 549 -@echo "All makefile targets and their dependencies:"
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | FEniCS-DOLFINx.py | 64 …void having the Python FEniCS-DOLFINx build its dependencies --no-deps is passed to pip (the depen…
|
| H A D | ExodusII.py | 54 # exodiff requires a whole new set of dependencies so it is now disabled
|
| /petsc/config/PETSc/options/ |
| H A D | languages.py | 52 …self.logPrint('PetscDevice language will be determined once all package dependencies have been con…
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 150 def addMakeRule(self, name, dependencies, rule = []): argument 152 …self.logPrint('Defined make rule "'+name+'" with dependencies "'+str(dependencies)+'" and code '+s… 154 self.makeRules[name] = [dependencies,rule]
|
| H A D | framework.py | 4 track dependencies between them. It initiates the run, compiles the results, and 19 dependencies between the child modules, and provides a partial order on the 97 self.dependencies = {} 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(): 788 def outputMakeRule(self, f, name, dependencies,rule): argument 790 f.write(name+': '+dependencies+'\n') 795 f.write(name+': '+dependencies+'\n\n')
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 102 With all dependencies installed, navigate to a suitable directory on your machine and pull 126 While PETSc is equipped to handle these errors, other installed dependencies may not be 320 [^id6]: Should you be missing any of these dependencies or would like to update them, either
|