Lahey Support
08-15-2003, 01:19 AM
In a message dated 2/9/99 9:56:54 PM Pacific Standard Time,
[address removed] writes:
<< The compiling options in the LF95:
-c -Nchk -trace -g -co -f95 -lst -sav -stchk -w -xref
how to reduce the execution
time >>
Make sure you've patched at least to lf5.0d. Remove some of the options,
particularly -g, -sav, -stchk. Lahey compilers are not intended to give
reasonable execution speed in debug mode. Switch to lf4.50g if you're not
using f90 syntax.
[address removed] writes:
<< The compiling options in the LF95:
-c -Nchk -trace -g -co -f95 -lst -sav -stchk -w -xref
how to reduce the execution
time >>
Make sure you've patched at least to lf5.0d. Remove some of the options,
particularly -g, -sav, -stchk. Lahey compilers are not intended to give
reasonable execution speed in debug mode. Switch to lf4.50g if you're not
using f90 syntax.