added openmp flag to compiler call

This commit is contained in:
Franz Roters 2011-05-19 22:46:09 +00:00
parent 808a6d6ad6
commit e563d539a6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ else:
# Add the flag "-free" to the compile_fortran command below to use free-
# format FORTRAN 90 syntax.
compile_fortran = (fortCmd + " -c -fPIC -auto -extend_source -w90 -w95 " +
"-WB -I%I -free -heap-arrays 500000000 -O3 -fpp")
"-WB -I%I -free -heap-arrays 500000000 -O3 -fpp -openmp")
cae_no_parts_input_file=ON