Katherine Rasmussen
Katherine Rasmussen
Closes #110 Closes #111.
After the new PRIF spec version is ready, make associated changes in Caffeine to match the follow naming changes: - [x] Update `local_buffer` and `local_buffer_stride` arguments (in multiple procedures) `current_image_buffer`...
- [ ] Add all subroutines - [ ] Add all constants from `iso_fortran_env` module - [ ] After `iso_fortran_env` module constants are added, remove any `use-stmts` for `iso_fortran_env` and...
Rework the `prif_co_reduce` implementation to stop using the current strategy involving the abstract interfaces for the various C interoperable types. This may be a prerequisite to supporting non-blocking `co_reduce`.
Add script to automate creation of C signature declarations from BIND(C) interfaces in `caffeine_h_m`. Script only needs to be general enough to handle interfaces in `caffeine_h_m`.
- [ ] Add `num_imgs` and `this_img` as private components to `prif_team_type` - [ ] Change definitions of versions of `this_image` and `num_images` that do not use optional arguments to...
- [ ] Add a distributed conduit to Github CI for testing purposes (probably udp-conduit) - [ ] Add argument to install script to pick the conduit (have default be...
Expand MacOS version testing in CI