-
Notifications
You must be signed in to change notification settings - Fork 3
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
MUSICA Tutorial Chapter 2 #141
Conversation
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.
Looks good! Could you merge main
into your branch? I'd like to see the failed tests can pass
|
||
target_link_libraries(test_micm_box_model | ||
PRIVATE | ||
musica::musica-fortran | ||
) |
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.
I think you might need to add this line:
add_exectuable(test_micm_box_model test_micm_box_model.F90)
unless I'm just missing where this is
Tutorial Chapter 2. Initial PR for comments.