Skip to content

Merge kernel and property writer#551

Merged
icui merged 2 commits into
issue-493from
issue-550
Mar 5, 2025
Merged

Merge kernel and property writer#551
icui merged 2 commits into
issue-493from
issue-550

Conversation

@icui

@icui icui commented Mar 4, 2025

Copy link
Copy Markdown
Collaborator

Description

Merge kernel and property writer.

Issue Number

Closes #550

Checklist

Please make sure to check developer documentation on specfem docs.

  • I ran the code through pre-commit to check style
  • My code passes all the integration tests
  • I have added sufficient unittests to test my changes
  • I have added/updated documentation for the changes I am proposing
  • I have updated CMakeLists to ensure my code builds
  • My code builds across all platforms

@icui icui changed the base branch from issue-493 to issue-525 March 4, 2025 23:14
@icui icui changed the title Issue-550 Merge kernel and property writer Mar 4, 2025

@Rohit-Kakodkar Rohit-Kakodkar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Minor comment.

Comment thread include/IO/impl/medium_writer.tpp Outdated
#include <Kokkos_Core.hpp>

template <typename OutputLibrary, typename ContainerType>
void specfem::IO::impl::medium_writer(const std::string &output_folder, const std::string &output_namespace, const specfem::compute::assembly &assembly, ContainerType &container) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should this be named "write_container"? I also think assembly struct shouldn't be directly passed into it. Just pass mesh, and element_types.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yes

@icui icui requested a review from Rohit-Kakodkar March 5, 2025 18:14

@Rohit-Kakodkar Rohit-Kakodkar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@icui icui changed the base branch from issue-525 to issue-493 March 5, 2025 21:06
@icui icui merged commit 7923695 into issue-493 Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants