flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

Support for ATS

Open jameshcorbett opened this issue 3 years ago • 2 comments

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.

jameshcorbett avatar Mar 31 '22 21:03 jameshcorbett

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

  • python38-devel
  • python38-cffi, plus its dependencies:
    • python38-ply
    • python38-pycparser
  • python38-pyyaml

grondo avatar Apr 04 '22 18:04 grondo

@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.

jameshcorbett avatar Jul 21 '22 23:07 jameshcorbett