BerkeleyLab / caffeine

A parallel runtime library for Fortran compilers
https://berkeleylab.github.io/caffeine/
Other
37 stars 7 forks source link

Ensure all PRIF calls with an optional stat argument actually set it when present #87

Open bonachea opened 5 months ago

bonachea commented 5 months ago

Most of the PRIF calls accept an optional stat argument, and many/most are currently completely ignoring it which is non-compliant. We should audit all PRIF entry points to ensure they include code like :

if (present(stat)) stat=0