openshmem-org / specification

OpenSHMEM Application Programming Interface
http://www.openshmem.org
51 stars 40 forks source link

Signal ADD and SET have `const` qualifier on the `src` argument by mistake #509

Closed wrrobin closed 6 days ago

wrrobin commented 7 months ago

Need to remove the const qualifiers for signal add and set as below:

void @\FuncDecl{shmem\_signal\_add}@(shmem_ctx_t ctx, **const** uint64_t *sig_addr, uint64_t signal, int pe);
jdinan commented 6 days ago

Closed by #514