| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 346 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 D | petscdevice_cuda.h | 78 "Reports not initialized or alloc failed; " \ 136 "Reports not initialized or alloc failed; " \ 153 "Reports not initialized or alloc failed; " \
|
| H A D | petscdevice_hip.h | 97 …, PETSC_COMM_SELF, PETSC_ERR_GPU_RESOURCE, "hipSPARSE errorcode %d (%s): Reports not initialized o…
|
| /petsc/src/sys/error/tests/ |
| H A D | ex2.c | 28 …TODO: reports Mistook invalid pointer 0xfffffffffffffff0 for valid or Free'd pointer is still acce…
|
| /petsc/doc/developers/ |
| H A D | communication.md | 23 this allows better tracking of long-term bug reports and feature requests.
|
| /petsc/doc/miscellaneous/ |
| H A D | acknowledgements.md | 5 We thank all PETSc/Tao/petsc4py users for their many suggestions, bug reports, and encouragement.
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | HDF5.py | 12 # David Moulton reports that HDF5 configure can fail on NERSC systems and this can be worked around…
|
| /petsc/doc/community/ |
| H A D | mailing.md | 40 ## Guidelines For Bug Reports
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 101 reports: 349 reports: 1158 # job for analyzing the coverage results and generating the various reports 1214 reports:
|
| /petsc/doc/ |
| H A D | petsc.bib | 5038 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 D | performance.md | 577 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 D | profiling.md | 200 Object Type Creations Destructions (Reports information only for process 0.) 700 Note: The Nsight GUI can open profiling reports from elsewhere. For
|
| H A D | getting_started.md | 741 Reports information only for process 0.
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_4.out | 91 Reports information only for process 0.
|
| H A D | ex19_tut_6.out | 94 Reports information only for process 0.
|
| H A D | ex19_tut_7.out | 106 Reports information only for process 0.
|
| H A D | ex19_tut_5.out | 99 Reports information only for process 0.
|
| /petsc/include/petsc/private/ |
| H A D | cupmblasinterface.hpp | 27 "%s error %d (%s). Reports not initialized or alloc failed; " \
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/doc/ |
| H A D | Changelog.html | 228 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 D | performance_xml2html.xsl | 8 * reports with nested timers. *
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | TUDump.pm | 834 $In::ABI{$LVer}{"NameSpaces"}{$NS} = 1; # for future use in reports
|
| H A D | SysCheck.pm | 704 …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 D | ex64.cxx | 386 …, 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 D | guide_to_stokes.md | 735 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 D | abi-compliance-checker.pl | 528 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");
|