BerkeleyLab / caffeine

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

Update puts and gets for prif v0.4 #121

Closed everythingfunctional closed 1 month ago

everythingfunctional commented 1 month ago

This changes the names and interfaces of the existing put/get routines to match PRIF 0.4, removes prif_base_pointer from the public interface, and fixes #67

bonachea commented 1 month ago

When convenient, please rebase onto main to hide the common commits from PR #120

everythingfunctional commented 1 month ago

Is the intent to merge this as-is and start a new PR for the remaining interface declarations?

That was my thought, but I could be convinced to add the other interfaces as part of this PR if you think it would be better.