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

New architecture + Kokkos #6

Merged
merged 12 commits into from
Sep 3, 2024
Merged

New architecture + Kokkos #6

merged 12 commits into from
Sep 3, 2024

Conversation

Benncs
Copy link
Owner

@Benncs Benncs commented Sep 3, 2024

Summary

This pull request introduces a new code architecture that enhances type safety and allows for compile-time optimization of the particle model. It also facilitates dispatching particle loads to the kernel, making the Monte Carlo library more efficient. The library is now built on the Kokkos dependency.

MonteCarlo and Model

Refactored the particle model for better type safety
Biological model API updated to align with the new particle structure. New concept that models should implement

Buildscript

Removed options related to CUDA.
Added a wrapper script for using Kokkos with NVCC and Meson, if needed.

Post-Processing Tool:

Improved analysis functions for post-processing tools.

Models

Fully functional model: "Monod," which has been tested.

Content

  • Scope:
    • Code: if relevant, add affected target
    • Build script: if relevant, add affected target
    • Documentation
    • CI
    • Repository
    • Other: ...
  • Type of change:
    • New feature(s)
    • Fix: if relevant, add issue #...
    • Testing
    • Refactor
    • Revert
    • Chore
  • Other:
    • Breaking change
    • New dependency
  • Necessary follow-up:
    • Needs documentation
    • Needs testing
    • Other: ...

@Benncs Benncs merged commit 8fc6495 into main Sep 3, 2024
0 of 5 checks passed
@Benncs Benncs deleted the dev-0.0.7-kokkos branch January 6, 2025 15:19
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.

1 participant