Home
last modified time | relevance | path

Searched full:dependencies (Results 1 – 25 of 59) sorted by relevance

123

/petsc/config/BuildSystem/
H A DsourceDatabase.py13 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 Dex7_with_info_sycl.out3 …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 Dex7_with_info_cuda.out3 …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 Dex7_with_info_hip.out3 …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 Dex7_with_info_host_no_device.out3 …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 Dex7_with_info_host_with_device.out3 …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 Dex11.cxx40 …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 Dmark_dcontext.cxx256 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 Ddevice.c294 …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 DLaunchScreen.xib3 <dependencies>
6 </dependencies>
H A DMain.storyboard3 <dependencies>
5 </dependencies>
/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst9 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 Dpkg_consistency_checks.py46 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 Dpyproject.toml5 dependencies = [
/petsc/src/binding/petsc4py/
H A DREADME.rst11 Dependencies chapter
/petsc/doc/developers/
H A Dbuildsystem.md109 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 Djacobian.m9 % The dependencies of this function are based on executing the AD
/petsc/
H A D.gitlab-alcf-ci.yml12 dependencies: []
H A Dgmakefile.test193 @$(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 DFEniCS-DOLFINx.py64 …void having the Python FEniCS-DOLFINx build its dependencies --no-deps is passed to pip (the depen…
H A DExodusII.py54 # exodiff requires a whole new set of dependencies so it is now disabled
/petsc/config/PETSc/options/
H A Dlanguages.py52 …self.logPrint('PetscDevice language will be determined once all package dependencies have been con…
/petsc/config/BuildSystem/config/
H A Dbase.py150 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 Dframework.py4 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 Dinstall_tutorial.md102 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

123