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

Wrong signature of gaspi_state_vec_get #43

Open
Flamefire opened this issue Jun 1, 2018 · 0 comments
Open

Wrong signature of gaspi_state_vec_get #43

Flamefire opened this issue Jun 1, 2018 · 0 comments

Comments

@Flamefire
Copy link

GASPI requires gaspi_return_t gaspi_state_vec_get ( gaspi_state_vector_t *state_vector ) but GPI2 has it as gaspi_return_t gaspi_state_vec_get ( gaspi_state_vector_t state_vector )

Hence for GPI2 the user has to manage the memory which is filled by GPI2 but the GASPI spec says that the vector is returned instead (memory not managed by the user)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant