Displaying 3 results from an estimated 3 matches for "115781".
Did you mean:
11578
2010 Oct 06
0
[LLVMdev] dragonegg vs -ffast-math?
...der gcc 4.5.2 with that option produces the error...
>
> f951: Unknown command line argument '--enable-finite-only-fp-math'. Try: 'f951 -help'
>
> The standard gcc 4.5.2 gfortran compiler has no problem with that option.
> Jack
I've fixed this in commit 115781. The fix will be in the dragonegg 2.8 release,
which should come out sometime this week.
Ciao,
Duncan.
2010 Oct 06
2
[LLVMdev] dragonegg vs -ffast-math?
I am finding that llvm 2.8 rc3 with dragonegg svn built against current
gcc-4_5-branch doesn't appear to allow gfortran to use -ffast-math. Attempting
to compile code using the dragonegg plugin under gcc 4.5.2 with that option produces the error...
f951: Unknown command line argument '--enable-finite-only-fp-math'. Try: 'f951 -help'
The standard gcc 4.5.2 gfortran compiler
2010 Oct 06
3
[LLVMdev] dragonegg vs -ffast-math?
...duces the error...
> >
> > f951: Unknown command line argument '--enable-finite-only-fp-math'. Try: 'f951 -help'
> >
> > The standard gcc 4.5.2 gfortran compiler has no problem with that option.
> > Jack
>
> I've fixed this in commit 115781. The fix will be in the dragonegg 2.8 release,
> which should come out sometime this week.
>
> Ciao,
>
> Duncan.
Duncan,
Thanks. I can confirm this is in fact fixed in current dragonegg svn. On a different
question, what are the prospects getting aermod to compile under dragon...