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
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)
The text was updated successfully, but these errors were encountered:
GASPI requires
gaspi_return_t gaspi_state_vec_get ( gaspi_state_vector_t *state_vector )
but GPI2 has it asgaspi_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)
The text was updated successfully, but these errors were encountered: