LLNL / benchpark

An open collaborative repository for reproducible specifications of HPC benchmarks and cross site benchmarking environments
https://software.llnl.gov/benchpark/
Apache License 2.0
25 stars 23 forks source link

remove step to remove gcc 13 #248

Closed scheibelp closed 3 months ago

scheibelp commented 3 months ago

Trying to resolve CI failures like https://github.com/LLNL/benchpark/actions/runs/9130896803/job/25108882636?pr=246 in https://github.com/LLNL/benchpark/pull/246

alecbcs commented 3 months ago

This looks good to me. @scheibelp did you check to see what versions of GCC are present on the latest Ubuntu image?

I'd excluded gcc@13 before since they didn't have a corresponding g++ for it at the time. We might want to check to make sure there's a compatible g++ for all of the versions of gcc in the image now.