Subject: Re: [OMPI users] PGI 8.0-4 doesn't like ompi/mca/op/op.h From: Samuel Sarholz (sarholz_at_[hidden]) Date: 2009-03-16 04:43:49
Hi,
I am pretty sure that C++ has no restrict keyword (only C99), so IMHO it's not the compilers fault is not compiling. You probably want to turn restricts off for C++ by default, unless you know the compiler supports it.
best regards, Samuel