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

dynamicCode #9

Open
stuart23 opened this issue Mar 5, 2017 · 3 comments
Open

dynamicCode #9

stuart23 opened this issue Mar 5, 2017 · 3 comments

Comments

@stuart23
Copy link
Owner

stuart23 commented Mar 5, 2017

  • Investigate the use of libgccjit for compiling user supplied code
  • Also look at precompiling the openfoam headers so that they are packaged in one single location and speeds up compilation
  • Linking to headers/libs maybe able to be accomplised using cmake properties such as INTERFACE_INCLUDE_DIRECTORIES, therefore getting rid of the need for compiling paths into binaries in the includePaths.H
@stuart23
Copy link
Owner Author

stuart23 commented Mar 5, 2017

Although cmake build is working fine for dynamicCode, there are still some other objects using the old wmake methods (grep -R setMakeOptions *), so the old methods have been left in the dynamicCode obj

@stuart23
Copy link
Owner Author

stuart23 commented Mar 5, 2017

Also, optimisation is not turned on for dynamic code yet

@stuart23
Copy link
Owner Author

merge to V4 introduced more unknown files

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

No branches or pull requests

1 participant