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

Runtime class #26

Open
TomNicholas opened this issue Aug 16, 2024 · 0 comments
Open

Runtime class #26

TomNicholas opened this issue Aug 16, 2024 · 0 comments
Labels
design top-level design question enhancement New feature or request

Comments

@TomNicholas
Copy link
Member

I would like to see a more abstract representation of the system on which we are running CStar.

I'm not sure exactly what form this should take, but I think the scientific configuration should be specified as separately as possible from the specifics of the HPC system.

One idea in this direction is to have a class to represent the "runtime" or "executor", which is passed to the case.run() method, and contains all information about the machine. However if we also need to use machine-specific arguments during compilation then I guess we have to pass the machine information in earlier too.

@TomNicholas TomNicholas added enhancement New feature or request design top-level design question labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design top-level design question enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant