Re: [mpich-discuss] [PATCH] test: add attrdeleteget, MPI_Attr_get called from delete_fn
17 May
2013
17 May
'13
11:49 p.m.
Jed Brown <[email protected]> writes:
+ MPI_Attr_get(comm,key,&ptr,&flg); + return MPI_SUCCESS;
Looks like I consolidated too much from the version Satish actually ran. MPI_Attr_get is not aborting, it's just returning nonzero. Rewriting the above as return MPI_Attr_get(comm,key,&ptr,&flg); is sufficiont. Updated version of the patch coming.
4813
Age (days ago)
4813
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown