On Do, 2016-10-13 at 16:40 -0400, Michael Orlitzky wrote:
> On 10/13/2016 04:35 PM, David Seifert wrote:
> > 
> > +           ewarn "Your current compiler does not support
> > OpenMP"
> > +
> > +           ...
> > +
> > +           die "Active compiler does not have required
> > support
> 
> Hey, a message that isn't about comrel. Since you're going to die(),
> isn't eerror more accurate than ewarn?
> 
> 
> 

Merged, with ewarn replaced by eerror as requested. Please use this
function in future if you need to assert a working OpenMP toolchain,
and not check for OpenMP yourself and print some self-built error
message (think of the clang users!).

Reply via email to