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:
parent
e738bee1e3
commit
12bf99c2f9
|
@ -34,7 +34,7 @@ else:
|
||||||
# "-fpp" use FORTRAN preprocessor on source code
|
# "-fpp" use FORTRAN preprocessor on source code
|
||||||
# "-openmp" build with openMP support
|
# "-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")
|
"-WB -I%I -free -heap-arrays 500000000 -O3 -fpp -openmp")
|
||||||
|
|
||||||
# Do not use parts in input file
|
# Do not use parts in input file
|
||||||
|
|
Loading…
Reference in New Issue