On 17 Sep 2010, at 11:36, Pascal Deveze wrote:
> Hi all,
>
> In charge of ticket 1888 (see at
> https://svn.open-mpi.org/trac/ompi/ticket/1888) ,
> I have put the resulting code in bitbucket at:
> http://bitbucket.org/devezep/new-romio-for-openmpi/
>
> The work in this repo consisted in refreshi
Here is the problem. The PGI compiler is especially paranoid regarding post
declared structures typedefs. It looks like the include ordering makes the
nidmap.h file being included before orte_jmap_t typedefs and siblings have been
done.
/opt/cray/xt-asyncpe/4.0/bin/cc: INFO: linux target is be
I have no way of testing this as I don't have access to a PGI compiler - so if
you do, by all means feel free to change the ordering to make them happy.
On Sep 29, 2010, at 1:45 PM, Aurélien Bouteiller wrote:
> Here is the problem. The PGI compiler is especially paranoid regarding post
> decla