Skip to content

Commit

Permalink
Changed flags for setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordjeDangic committed Feb 8, 2024
1 parent decd343 commit ac511dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"FModules/third_order_cond_centering.f90",
"FModules/get_lf.f90"],
libraries= ["lapack", "blas"],
extra_f90_compile_args = ["-cpp", "-fcheck=all", "-fopenmp", "-lgomp"],
#extra_f90_compile_args = ["-cpp", "-O2", "-fopenmp", "-lgomp"],
#extra_f90_compile_args = ["-cpp", "-fcheck=all", "-fopenmp", "-lgomp"],
extra_f90_compile_args = ["-cpp", "-O2", "-fopenmp", "-lgomp"],
extra_link_args = ["-fopenmp"]
)

Expand Down

0 comments on commit ac511dd

Please sign in to comment.