Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vfproj): add missing VFFortranCompilerTool flags #152

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

john-kohout-e2g
Copy link

@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.

None yet

1 participant