Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Caffeine to reflect PRIF v0.3 #112

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ktras
Copy link
Collaborator

@ktras ktras commented May 2, 2024

Closes #110
Closes #111.

Copy link
Member

@bonachea bonachea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on source inspection

module procedure prif_local_data_size
call unimplemented("prif_local_data_size")
module procedure prif_size_bytes
call unimplemented("prif_size_bytes")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly off-topic, but FWIW I think the implementation here is trivially:

Suggested change
call unimplemented("prif_size_bytes")
data_size = coarray_handle%info%coarray_size

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bonachea. I have added issue #113 so this can not be forgot but be addressed in a different PR.

@ktras ktras force-pushed the update-caffeine-to-reflect-prif-0.3 branch from 9275d37 to 6771ca5 Compare May 22, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants