In other places, initialization looks like
opal_mutex_t mutex = {{0}};
Btw, opal_condition is a standalone binary (e.g. Not part of ompi library),
so I do not think uninitialized common hurts here.
Cheers,
Gilles
On Wednesday, July 1, 2015, Nathan Hjelm wrote:
>
> PGI no longer suprises me w
PGI no longer suprises me with how bad it is. The lines in question look
ok to me. We can fix this (and remove the common symbols) by removing
the initializers and making the variables static. I will go ahead and do
this.
-Nathan
On Wed, Jul 01, 2015 at 05:41:59AM -0700, Paul Hargrove wrote:
>
I find that PGI version 9, 10, 11, 12, 13 and 14 all fail "make check" with
last night's master tarball. All expect 9 fail with pretty much the same
message:
CC opal_condition.o
PGC-S-0155-Empty initializer not supported
(/scratch/scratchdirs/hargrove/OMPI/openmpi-master-linux-x86_64-pg