[cfe-commits] [PATCH] Compile-time MPI_Datatype checking, type arguments in attributes
Dmitri Gribenko
gribozavr at gmail.com
Sun May 13 09:15:44 PDT 2012
Hi Hal,
On Sun, May 13, 2012 at 6:56 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> As I said previously, I would really like to take 'mpi' out of the
> attribute names and have all of the attributes take an arbitrary tag
> instead. There are other important APIs that could use this feature as
> well.
Thank you for the examples. After having a quick look at these
libraries and functions I think that we can easily generalize to
support them. I will update my patch and will post it when it is
ready.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list