You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement prif_num_images_with_team
- Implement prif_this_image_no_coarray(team)
- Cache this_image/num_images in the Fortran-level team_data
- Use that everywhere instead of caf_this_image/caf_num_images
- Cosmetic fixes to caf_this_image/caf_num_images
Fixes issue BerkeleyLab#59
num_imgs
andthis_img
as private components toprif_team_type
this_image
andnum_images
that do not use optional arguments to use the above componentscaffeine.c
NOTE: All of the above are in reference to the initial state/ initial team and any identifiers should be named carefully to make this clear.
The text was updated successfully, but these errors were encountered: