Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 80) sorted by relevance

1234

/petsc/src/vec/vec/tests/
H A Dex48.c10 /* sequence of unique absolute paths */
19 /* sequence of paths (absolute or relative); "<" encodes Pop */
20 static const char *paths[np] = { variable
48 /* corresponding expected absolute paths - positions in abspath */
360 PetscCall(isPop(paths[p], &flg)); in testGroupsDatasets()
361 PetscCall(isDot(paths[p], &flg1)); in testGroupsDatasets()
366 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testGroupsDatasets()
368 …if (verbose) PetscCall(PetscPrintf(comm, "%-32s => %4s => %-32s should exist? %s\n", paths[p], fl… in testGroupsDatasets()
403 PetscCall(isPop(paths[p], &flg)); in testGroupsDatasets()
407 PetscCall(PetscViewerHDF5PushGroup(viewer, paths[p])); in testGroupsDatasets()
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DABIDump.pm202 if(my @Paths = sort keys(%UndefinedLibs))
206 foreach (@Paths)
233 writeFile($In::Opt{"ExtraInfo"}."/lib-paths", join("\n", sort keys(%KnownLibs)));
785 my @Paths = ();
790 push(@Paths, $_);
793 return sort @Paths;
1242 { # registered paths
1246 { # registered paths
1250 { # ldconfig default paths
1255 # and then in all system paths
[all …]
H A DSysFiles.pm2 # A module to find system files and automatically generate include paths
152 # These paths are needed if the tool cannot detect them automatically
238 if(my @Paths = keys(%{$In::Opt{"TargetTools"}}))
240 foreach my $Path (@Paths)
594 { # additional search paths
649 foreach (my @Paths = @{$In::Opt{"SysPaths"}{"bin"}})
676 { # using linker to get system paths
782 # GCC standard paths
793 # users include paths
853 { # get first element from the list of available paths
[all …]
H A DPath.pm2 # A module with functions to handle paths
/petsc/lib/petsc/bin/maint/abi-compliance-checker/doc/
H A DXml-Descriptor.html46 The library descriptor is a simple XML-file that specifies version number, paths to header files an…
67 /* The list of paths to header files or/and
72 /* The list of paths to shared libraries or/and
84 /* The list of paths to be searched for header files
87 will not automatically detect include paths */
91 /* The list of include paths that should be added
92 to the automatically detected include paths, one per
97 /* The list of include paths that will be removed from
98 the list of automatically generated include paths, one
166 generate include paths, one per line */
H A DChangelog.html171 Added a module to find system files and automatically generate include paths
219 Fixed automatic generation of include paths
993 Corrected handling of relative paths in the descriptor options
1068 Corrected processing of default paths to system libraries
1143 Corrected order of user-defined include paths
1347 Fixed a bug with auto-detection of include paths when comparing two XML descriptors
1713 Incorrect order of include paths
1767 Fixed incorrect automatic include paths
1854 Corrected automatic include paths for headers
1863 Corrected automatic detection of include paths for header files
[all …]
/petsc/src/sys/fileio/
H A Dgrpath.c35 Systems that use the automounter often generate absolute paths
57 /* Algorithm: we move through the path, replacing links with the real paths. */ in PetscGetRealPath()
H A Dfpath.c24 On Microsoft Windows full paths may begin with DriveLetter\: so these must be properly handled
/petsc/doc/changes/
H A D213.md10 with Borland compilers, and with Cygwin paths.
H A D35.md30 recommend passing full paths or paths from the project root to the
H A D316.md61 support absolute paths (starting with `/`)
62 and paths relative to the current pushed group
/petsc/lib/petsc/bin/maint/
H A Dfindbadfiles8 # Look for bad paths
H A Dcheck_header_guard.py422 for path in args.paths:
458 parser.add_argument('paths', nargs='+', type=pathlib.Path, help='paths to check/convert')
/petsc/lib/petsc/bin/
H A DconfigureTAS.py6 The dict filePath holds key value pairs for file paths:
/petsc/src/ksp/ksp/tutorials/output/
H A Dex55_hypre_device_alt.out33 Number of paths for aggressive coarsening 1
H A Dex55_hypre_device.out35 Number of paths for aggressive coarsening 1
H A Dex49_hypre_nullspace_alt.out28 Number of paths for aggressive coarsening 1
H A Dex49_hypre_nullspace.out29 Number of paths for aggressive coarsening 1
/petsc/src/ksp/ksp/tests/output/
H A Dex3_hypre.out21 Number of paths for aggressive coarsening 1
H A Dex3_hypre_alt.out21 Number of paths for aggressive coarsening 1
/petsc/
H A D.gitlab-ci.yml105 paths:
256 paths:
280 paths:
353 paths:
953 paths:
1210 paths:
1234 paths:
1309 paths:
1332 paths:
H A D.gitlab-alcf-ci.yml36 paths:
/petsc/doc/manual/
H A Dversionchecking.md55 may be used in the source code to choose different code paths or error out depending on the PETSc v…
/petsc/config/BuildSystem/config/packages/
H A DElemental.py37 args.append('-DEL_USE_QT5=OFF') # otherwise we would need Qt5 include paths to compile
H A Dml.py37 # older versions of Trilinos require passing rpath with the various library paths

1234