flux-framework / flux-core

core services for the Flux resource management framework
GNU Lesser General Public License v3.0
167 stars 50 forks source link

Support for ATS #4256

Open jameshcorbett opened 2 years ago

jameshcorbett commented 2 years ago

Dong and I met with @davidbloss and @dawson6 on Monday to discuss how best to support ATS. @dongahn wanted to have an issue to discuss next steps and issues that come up.

We agreed to build (and have built) flux for them on TOSS3 systems with Python3.8 for single-user tests. Next steps are to build Flux with py3.8 on an el-cap-like system (e.g. RZNevada) and to provide a system-level py3.8 Flux install on a TOSS4 system (perhaps rzalastor or rzwiz) for them to test.

Both will require TOSS 4 to add the python3.8-devel package, and possibly more.

grondo commented 2 years ago

I've opened a ticket to have the following packages added to TOSS4:

jameshcorbett commented 2 years ago

@wihobbs established basic support for Flux within ATS in https://github.com/LLNL/ATS/pull/89. There is still more that could be done, but I think they are in a pretty good place.