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

17 Setup MUSICA for CCPP #19

Merged
merged 31 commits into from
May 30, 2023
Merged

Conversation

K20shores
Copy link
Collaborator

@K20shores K20shores commented May 24, 2023

This stubs out an infrastructure to create a C interface to musica components. Further, the beginnings of a CCPP module for micm is started. Lastly, I wrote a dockerfile that compiles all of MUSICA components and the C interface with GCC and then compiles the CCPP parts of MUSICA with the intel fortran compiler. A test is run to make sure the intel fortran compiled CCPP test can call the GCC compiled musica library.

  • All CCPP modules go in the ccpp directory. There is a cmake target for the musica::ccpp component
  • The C api will go in src

@K20shores K20shores requested a review from mattldawson May 24, 2023 21:44
@K20shores K20shores linked an issue May 24, 2023 that may be closed by this pull request
@@ -0,0 +1,67 @@
# on macOS this image requires rosetta 2 support for virtualization
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WardF this is the docker file that builds the intel compilers. You'd only need the first 35 lines

@K20shores K20shores changed the title 17 put musica in an environment module 17 Setup MICM for use in musica May 24, 2023
@K20shores K20shores changed the title 17 Setup MICM for use in musica 17 Setup MUSICA for CCPP May 24, 2023
@K20shores K20shores marked this pull request as draft May 24, 2023 22:15
@K20shores K20shores marked this pull request as ready for review May 26, 2023 19:28
@K20shores K20shores requested a review from boulderdaze May 26, 2023 19:29
@mattldawson mattldawson merged commit cebbb55 into main May 30, 2023
@K20shores K20shores deleted the 17-put-musica-in-an-environment-module branch October 17, 2023 15:39
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.

3 participants