BerkeleyLab / caffeine

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

Add to `prif_image_index` ability to handle cases of invalid cosubscripts #56

Closed ktras closed 9 months ago

ktras commented 9 months ago

Add to prif_image_index ability to handle cases of invalid cosubscripts by returning zero. Add case in image_index test

ktras commented 9 months ago

This functionality breaks the more complicated test for image_index. I am not sure how to update that test so that the complicated image_index case can still be tested successfully when not actually running on enough nodes.