removed option -extend_source from compile_fortran command definition as it also seems to influence allowed line length for free format files

This commit is contained in:
Franz Roters 2011-11-28 08:19:55 +00:00
parent e738bee1e3
commit 12bf99c2f9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ else:
# "-fpp" use FORTRAN preprocessor on source code
# "-openmp" build with openMP support
compile_fortran = (fortCmd + " -c -fPIC -auto -extend_source -w90 -w95 " +
compile_fortran = (fortCmd + " -c -fPIC -auto -w90 -w95 " +
"-WB -I%I -free -heap-arrays 500000000 -O3 -fpp -openmp")
# Do not use parts in input file