AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
518 stars 339 forks source link

Revert range based for-loop with OMP #3839

Closed roelof-groenewald closed 5 months ago

roelof-groenewald commented 5 months ago

Summary

WarpX CI build with OMP < 5 fails due to unsupported range based for-loop. This PR reverts the breaking for-loop to a normal one.

Additional background

Checklist

The proposed changes: