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

Enable message passing of a photon struct with MPI #50

Closed
EdHone opened this issue Jan 23, 2024 · 3 comments
Closed

Enable message passing of a photon struct with MPI #50

EdHone opened this issue Jan 23, 2024 · 3 comments
Assignees

Comments

@EdHone
Copy link
Collaborator

EdHone commented Jan 23, 2024

In order to scale the capability of the model beyond a single process node, MPI needs to be integrated into the infrastructure of the model. The base form of this is enabling the Photon struct to be passed from process to process using MPI.

@EdHone
Copy link
Collaborator Author

EdHone commented Jan 23, 2024

Development branch created: photon-buffer

@EdHone EdHone self-assigned this Jan 23, 2024
@EdHone
Copy link
Collaborator Author

EdHone commented Jan 23, 2024

PR created #51

@EdHone
Copy link
Collaborator Author

EdHone commented Jan 23, 2024

Code snippet for managing environment variables with Spack:

from spack import *

class AetherusEnv(BundlePackage):

    version("test")

    depends_on("hdf5")
    depends_on("netcdf-c")

    def setup_run_environment(self, env):
        env.set("HDF5_DIR", f"{self.spec['hdf5'].prefix}")

@EdHone EdHone closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant