Open MPI logo

PLPA Users' Mailing List Archives

  |   Home   |   Support   |   FAQ   |   all PLPA Users mailing list

Subject: Re: [PLPA users] svn:plpa r135
From: Bert Wesarg (bert.wesarg_at_[hidden])
Date: 2008-02-14 14:11:20


Hi,

> +static void set_union(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *a,
> PLPA_NAME(cpu_set_t) *b);
> static void set_copy(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *in);
> +static void set_union(PLPA_NAME(cpu_set_t) *out, PLPA_NAME(cpu_set_t) *a,
> + PLPA_NAME(cpu_set_t) *b);
double declaration of set_union

Regards
Bert