Hello John,
* John R. Cary wrote on Mon, Mar 23, 2009 at 08:02:43PM CET:
> But on another note, I was using
>
> b0201.bassi$ automake --version
> automake (GNU automake) 1.10.2
>
> and it seems that --tag showed up for f77 code, but not for f90 (--tag=FC).
Thanks for mentioning that. It looks li
Thanks, Ralf.
Sounds like what I am doing is at least okay, since the wrapper
just wraps the configured compiler.
But on another note, I was using
b0201.bassi$ automake --version
automake (GNU automake) 1.10.2
and it seems that --tag showed up for f77 code, but not for f90 (--tag=FC).
FYI.
T
Hello John,
* John R. Cary wrote on Sun, Mar 22, 2009 at 04:50:20PM CET:
> I am in a situation where due to flakey compilers (pgi)
> I had to write a compiler wrapper such that if code
> does not compile, I reduce the optimization level, then
> try again.
>
> My way of dealing with this is to crea
I am in a situation where due to flakey compilers (pgi)
I had to write a compiler wrapper such that if code
does not compile, I reduce the optimization level, then
try again.
My way of dealing with this is to create a compiler
wrapper as a wrapper.sh.in file with
c...@cc@
and so forth so that a