cc-hpc-itwm / GPI-2

GPI-2

Home Page:http://www.gpi-site.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong signature of gaspi_state_vec_get

Flamefire opened this issue · comments

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)