-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add new fpm subproject icar-trainer
#108
Conversation
Add new fpm subproject, icar-trainer, which removes dependencies from inference-engine. This commit contains a working solution for an fpm build of inference-engine. The icar-trainer fpm toml file and associated setup script are not yet complete, and need to be edited to be buildable.
using the previous strategy (generating a build/run-fpm.sh script that is necessary to use) but in this new subdir structure.
@ktras I'm getting a seg fault with the trailing output below when I run
|
@rouson Thanks for letting me know. I do not get that segfault though. Can you tell me what compiler and version you are using? |
In another branch, I'll edit the README.md to indicate that gfortran 13 is the minimum requirement (because gfortran 12 seg faults). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ktras I made a few more comments
cloud-microphysics subdir.
to setup script.
Co-authored-by: Damian Rouson <rouson@lbl.gov>
Co-authored-by: Damian Rouson <rouson@lbl.gov>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Damian Rouson <rouson@lbl.gov>
top level dir setup script.
Co-authored-by: Damian Rouson <rouson@lbl.gov>
Co-authored-by: Damian Rouson <rouson@lbl.gov>
Co-authored-by: Damian Rouson <rouson@lbl.gov>
@ktras I think this has been completed and merged into main so I'm closing this issue. Feel free to reopen it if you think it's still an unresolved issue. |
@ktras oops... this was already closed. :) |
Add new fpm subproject, icar-trainer, which removes dependencies from inference-engine.