-
Notifications
You must be signed in to change notification settings - Fork 861
WeeklyTelcon_20210406
Geoffrey Paulsen edited this page Apr 7, 2021
·
1 revision
- Dialup Info: (Do not post to public mailing list or public wiki)
- Austen Lauria (IBM)
- Brendan Cunningham (Cornelis Networks)
- Brian Barrett (AWS)
- Christoph Niethammer (HLRS)
- David Bernhold (ORNL)
- Edgar Gabriel (UH)
- Geoffrey Paulsen (IBM)
- George Bosilca (UTK)
- Harumi Kuno (HPE)
- Hessam Mirsadeghi (UCX/nVidia)
- Jeff Squyres (Cisco)
- Joseph Schuchart
- Josh Hursey (IBM)
- Marisa Roman (Cornelius)
- Matthew Dosanjh (Sandia)
- Michael Heinz (Cornelis Networks)
- Naughton III, Thomas (ORNL)
- Raghu Raja (AWS)
- William Zhang (AWS)
- Akshay Venkatesh (NVIDIA)
- Artem Polyakov (nVidia/Mellanox)
- Aurelien Bouteiller (UTK)
- Brandon Yates (Intel)
- Charles Shereda (LLNL)
- Erik Zeiske
- Geoffroy Vallee (ARM)
- Howard Pritchard (LANL)
- Joshua Ladd (nVidia/Mellanox)
- Mark Allen (IBM)
- Matias Cabral (Intel)
- Nathan Hjelm (Google)
- Noah Evans (Sandia)
- Ralph Castain (Intel)
- Scott Breyer (Sandia?)
- Shintaro iwasaki
- Todd Kordenbrock (Sandia)
- Tomislav Janjusic
- Xin Zhao (nVidia/Mellanox)
CUDA Build problems - https://github.com/open-mpi/ompi/issues/8736
- master /
- AWS can install CUDA and prevent build breakage.
- And ask nVidia/Mellanox to add this to their MTT.
- MPICH datatype stuff that came in from IBM
- Sessions branch is pretty big, But howard wants to wait until v5.0.0 has been released for a while.
- So plan was to wait for rest of formatting until sessions is rebased, and then format master.
- Howard's having a few more issues on sessons, so is okay with us reformatting
- Reformatted opal, but still more reformatting to be done on master/v5.0.x
- But reformatting v4.0.x and v4.1.x seems too risky.
- clang-format instructions are in the format file.
- also ran clang-tidy, and we don't have directions for that yet.
- Requires clang-format at least v11 (Different version clang-format than clang compiler)
- Nathan will try to make it compatible with older v8
- Geoff posted draft PR (https://github.com/open-mpi/ompi/pull/8748) to make it work with v10
- Any opinions?
- Require a C11 compiler to support 32bit platforms.
- Debian is the only Linux distro that supports 32bit.
- Can be done in PMIx or PRRTE if desirable.
- 32bit atomics stay, because we still support 32bit datatypes.
- 32bit only architectures are removed.
- blocking on UCX issues (see New topics above)
- George, will get to it soon.
- Too many Open Issues (50)
- Geoff and Howard will continue to go over v4.0.x issues,
and try to close or address many of them.
- May need to label some as wont_fix, and then close
- Geoff and Howard will continue to go over v4.0.x issues,
and try to close or address many of them.
- Same boat, waiting for George's datatype fix.
- Any blockers please bring to Josh's attention.
- Also some changes with libcurl, especially since this breaks OMPI built.
- PMIx can interface with REST interfaces (used by libcurl)
- JSON
- Trying to do an RC this or next week.
- Read the docs/sphynx - Come up with a plan with Jeff.
- OMPI docs and manpages, but persistant problem that mpirun is really prrterun
- Docs might not be ready, but perhaps a cheat-sheet
- Packagers need some advice, and need a README, few more weeks at minimum.
- We could role it as an rc, as an alpha.
- NOT ready for anything close to an actual release canidate
- Jeff will discuss absoft to upgrade gcc (need C11 compiler for 32bit support)
- PMIx and PRRTE are close to a release canidate.
- This week ( First full week of April)
- What do we do with the mpirun Manpage?
- Didn't want OMPI requiring Sphynx, but if PRRTE and PMIx in same tar
- Ralph almost has singleton comm spawn working
- Single node without the mpirun process
- ECP talk went well.
- Some opinions about restructured text vs Markdown.
- We're sticking with restructured text
- PR 8329 - convert README, HACKING, and possibly Manpages to restructured text.
- Uses https://www.sphinx-doc.org/en/master/ (Python tool, can pip install)
- Intent this is for v5.0
- mpirun / prrterun - we had quite a bit of details in orte, but are updating as much as possible.
- Ralph has asked about this for PMIx/PRRTE since this is turning out to work
- No update - 3/16
- Could be independent of PMIx and PRRTE.
- PMIx and PRRTE want to follow suite, and not require both pandoc and sphynx.