OpenMP-Validation-and-Verification / OpenMP_VV

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
https://crpl.cis.udel.edu/ompvvsollve/
Other
54 stars 19 forks source link

make report_summary failing for 5.2 tests #786

Closed brianwhitney59 closed 10 months ago

brianwhitney59 commented 10 months ago

Describe the bug After running the 5.2 tests, attempting to create a report_summary (make report_summary) the summary fails.

Test that it applies to This happens when summarizing 5.2 only results.

Looking at sys/scripts/createSummary.py, around line 341 there is acceptable_extensions = (".cpp", ".c", ".f90")
if I add ".f" to the list of acceptable_extensions, acceptable_extensions = (".cpp", ".c", ".f90", ".f")
it will create a report.

The other alternative is to change the test name from test_omx_fixed.F to test_omx_fixed.F90 in 5.2/implementation_defined