proxystore / taps

Benchmarking suite for distributed/parallel task executors
https://taps.proxystore.dev/
MIT License
9 stars 4 forks source link

Add DragonHPC support #160

Open gpauloski opened 1 month ago

gpauloski commented 1 month ago

I'd like to add support for DragonHPC. In practice, it should be easy since DragonHPC can be used by just changing the multiprocessing backend.

However, the install process isn't really conducive to the standard Python packaging system we use for CI/CD.

Related: https://github.com/DragonHPC/dragon/issues/17