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.