Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 32) sorted by relevance

12

/petsc/lib/petsc/bin/maint/
H A Dgcov.py346 Search BASE_PATH for a list of tarballs containing gcovr reports, unpack them and merge their
362 reports = [report for report in reports_path.iterdir() if report.name.endswith('.json')]
363 assert len(reports) > 0, 'no gcovr reports in {}'.format(reports_path)
365 gcov_logger.log('found', len(reports), 'report(s):')
366 gcov_logger.log('- '+'\n- '.join(map(str, reports)))
368 if len(reports) == 1:
369 gcov_logger.log('copying', reports[0], 'to', dest_path)
371 return shutil.copy2(reports[0], dest_path)
373 gcov_logger.log('merging reports to', dest_path)
377 for report in reports:
[all …]
/petsc/include/
H A Dpetscdevice_cuda.h78 "Reports not initialized or alloc failed; " \
136 "Reports not initialized or alloc failed; " \
153 "Reports not initialized or alloc failed; " \
H A Dpetscdevice_hip.h97 …, PETSC_COMM_SELF, PETSC_ERR_GPU_RESOURCE, "hipSPARSE errorcode %d (%s): Reports not initialized o…
/petsc/src/sys/error/tests/
H A Dex2.c28 …TODO: reports Mistook invalid pointer 0xfffffffffffffff0 for valid or Free'd pointer is still acce…
/petsc/doc/developers/
H A Dcommunication.md23 this allows better tracking of long-term bug reports and feature requests.
/petsc/doc/miscellaneous/
H A Dacknowledgements.md5 We thank all PETSc/Tao/petsc4py users for their many suggestions, bug reports, and encouragement.
/petsc/config/BuildSystem/config/packages/
H A DHDF5.py12 # David Moulton reports that HDF5 configure can fail on NERSC systems and this can be worked around…
/petsc/doc/community/
H A Dmailing.md40 ## Guidelines For Bug Reports
/petsc/
H A D.gitlab-ci.yml101 reports:
349 reports:
1158 # job for analyzing the coverage results and generating the various reports
1214 reports:
/petsc/doc/
H A Dpetsc.bib5038 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P743.pdf},
6059 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P788.ps.Z},
6071 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P776.ps.Z},
6215 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P745.ps.Z},
6238 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P796.ps.Z},
8969 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P834.ps.Z},
8985 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P731.ps.Z},
9004 % url = "ftp://info.mcs.anl.gov/pub/tech_reports/reports/P634.ps.Z"
9054 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P820.ps.Z},
9117 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P727.ps.Z},
[all …]
/petsc/doc/manual/
H A Dperformance.md577 is `-malloc_view`, which reports memory usage in all routines at the conclusion of the program.
692 The PETSc option `-malloc_view` reports all
H A Dprofiling.md200 Object Type Creations Destructions (Reports information only for process 0.)
700 Note: The Nsight GUI can open profiling reports from elsewhere. For
H A Dgetting_started.md741 Reports information only for process 0.
/petsc/src/snes/tutorials/output/
H A Dex19_tut_4.out91 Reports information only for process 0.
H A Dex19_tut_6.out94 Reports information only for process 0.
H A Dex19_tut_7.out106 Reports information only for process 0.
H A Dex19_tut_5.out99 Reports information only for process 0.
/petsc/include/petsc/private/
H A Dcupmblasinterface.hpp27 "%s error %d (%s). Reports not initialized or alloc failed; " \
/petsc/lib/petsc/bin/maint/abi-compliance-checker/doc/
H A DChangelog.html228 Fixed source-compatibility reports
369 Improved generation of quick empty reports
1971 …Corrected reports about added/withdrawn members in the structure types and added/withdrawn paramet…
/petsc/share/petsc/xml/
H A Dperformance_xml2html.xsl8 * reports with nested timers. *
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DTUDump.pm834 $In::ABI{$LVer}{"NameSpaces"}{$NS} = 1; # for future use in reports
H A DSysCheck.pm704 …nd <a href='".$TestResults{$LName_Short}{"Source"}{"path"}."'>source</a> compatibility reports)\n";
836 # for joined and -binary-only reports
/petsc/src/sys/tests/
H A Dex64.cxx386 …, map.contains(key), PETSC_COMM_SELF, PETSC_ERR_PLIB, "map.contains(key) reports false, even thoug… in test_find()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md735 Finally, the SNES viewer reports the system matrix and matrix from which the preconditioner is cons…
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl528 Print analysis results (compatibility reports and ABI dumps) to stdout
777 Compare two ABI dumps of a system. Create compatibility reports for
914 # Reports
8405 my $Report = "<reports>\n";
8408 $Report .= "</reports>\n";
9269 printMsg("INFO", "Compatibility reports have been generated to stdout");

12