[mpich-discuss] [PATCH] test: add attrdeleteget, MPI_Attr_get called from delete_fn

Jed Brown jedbrown at mcs.anl.gov
Fri May 17 23:49:35 CDT 2013


Jed Brown <jedbrown at mcs.anl.gov> 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.



More information about the discuss mailing list