Skip to content

fix(vfproj): add missing VFFortranCompilerTool flags#152

Open
john-kohout-e2g wants to merge 2 commits intopavelliavonau:developfrom
john-kohout-e2g:fix/missing-vfproj-flags
Open

fix(vfproj): add missing VFFortranCompilerTool flags#152
john-kohout-e2g wants to merge 2 commits intopavelliavonau:developfrom
john-kohout-e2g:fix/missing-vfproj-flags

Conversation

@john-kohout-e2g
Copy link
Copy Markdown

@john-kohout-e2g john-kohout-e2g commented Apr 26, 2024

Some Fortran procedures require that the compiler additional compiler flags to run correctly.

In Visual Studio, the .vfproj file contains options for the:

  • LocalSavedScalarsZero attribute to set Qzero/zero
  • LocalVariableStorage attribute to set Qsave/save
  • CommonElementAlignment, ArrayAlignment, AlignSEQUENCE attributes to set align
  • HeapArrays attribute to set heap-arrays
  • Parallelization to set parallel
  • PrefetchInsertionOpt to set Qopt-prefetch/qopt-prefetch

Have all been added.

@john-kohout-e2g john-kohout-e2g changed the title fix(vfproj): add Qsave/save and Qzero/zero support fix(vfproj): add missing VFFortranCompilerTool flags May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant