adjtomo / seisflows

An automated workflow tool for full waveform inversion and adjoint tomography
http://seisflows.readthedocs.org
BSD 2-Clause "Simplified" License
172 stars 122 forks source link

HPC PJM/Wisteria system module #161

Closed bch0w closed 1 month ago

bch0w commented 1 year ago

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:

bch0w commented 1 month ago

This was added in #176