added missing quotes
This commit is contained in:
parent
868984cb89
commit
339205c890
|
@ -31,7 +31,7 @@ fortCmd = "ifort"
|
|||
|
||||
compile_fortran = (fortCmd + " -c -fPIC -auto " +
|
||||
"-I%I -free -O2 -fpp -openmp " +
|
||||
"-ftz +
|
||||
"-ftz " +
|
||||
"-implicitnone -assume byterecl " +
|
||||
"-real-size 64 -integer-size 32 -DFLOAT=8 -DINT=4")
|
||||
|
||||
|
|
Loading…
Reference in New Issue