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

HPC PJM/Wisteria system module #161

Closed
3 tasks
bch0w opened this issue Mar 1, 2023 · 1 comment
Closed
3 tasks

HPC PJM/Wisteria system module #161

bch0w opened this issue Mar 1, 2023 · 1 comment

Comments

@bch0w
Copy link
Member

bch0w commented Mar 1, 2023

Yoshi Kaneko's group (@ykane @mishuyetsam) at Kyoto University has access to Wisteria, a Fujitsu-based cluster hosted at the University of Tokyo, on which they would like to run SeisFlows.

The Fujitsu system has its own workload manager that we'll call PJM, it seems to be very similar to PBS, but different enough that it requires its own submodule. We will have to overwrite the Cluster class and create a general PJM module, and a more specific Wisteria module.

Tasks to accomplish are therefore:

  • Create a generalized PJM system module, which inherits from Cluster and provides interface for Fujitsu based workload managers
  • Create a specialized Wisteria system module, which inherits from Fujitsu, that provides an interface for Wisteria
  • Test using TestFlow and run one of the SPECFEM2D example problems
@bch0w bch0w changed the title HPC Wisteria system module HPC Wisteria PBS-style system module Mar 1, 2023
@bch0w bch0w changed the title HPC Wisteria PBS-style system module HPC PJM/Wisteria system module Mar 1, 2023
@bch0w
Copy link
Member Author

bch0w commented May 9, 2024

This was added in #176

@bch0w bch0w closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant