[OMPI devel] OMPI developer meeting cancelled

2025-06-24 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone Today’s dev. meeting is canceled. We don't have agenda items and several RMs are unable to attend. We'll reconvene on our next scheduled call. Thanks, Tommy — Tomislav Janjusic To unsubscribe from this group and stop receiving emails from it, send an email to devel+unsubscr...@li

[OMPI devel] OMPI developer call

2025-06-09 Thread 'Tomislav Janjusic' via Open MPI devel
Hi, Everyone We'll have our developer call tomorrow 10am central US. If you have agenda items, please let me know on slack, or via e-mail. See you tomorrow. Thanks, Tommy To unsubscribe from this group and stop receiving emails from it, send an email to devel+unsubscr...@lists.open-mpi.org.

[OMPI devel] Open MPI development call

2025-05-19 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone Just a friendly reminder that we will have our development call tomorrow during regular time 10am Central US. This will be a one off since we had to push our last week's meeting due to technical issues. If you have any agenda items please reply to the mailing list or reply in our

[OMPI devel] ompi dev call cancelled

2025-04-21 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone No critical agenda items for tomorrow so we'll cancel the call. Again, Coverity is up and running, please continue reviewing it. Thanks, Tommy To unsubscribe from this group and stop receiving emails from it, send an email to devel+unsubscr...@lists.open-mpi.org.

[OMPI devel] OMPI Development call

2025-04-21 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone Our bi-monthly meeting is scheduled for tomorrow; however, if we don't get agenda items from the community I will cancel the meeting. If you have items that you want to discuss, please let us know. If I don't receive any items I will cancel the meeting. Also, Coverity is working aga

[OMPI devel] Question around MPI_Comm_spawn, proc flags and btl/sm

2025-04-10 Thread 'Florent GERMAIN' via Open MPI devel
Hi, I have a question regarding MPI_Comm_spawn and proc flags. What I understand about procs and spawns in ompi: Processes are identified by the proc structure. proc structure stores proc_name and proc_flags (and many other things). proc_flags defines locality related to the actual process. proc_

[OMPI devel] OMPI development call

2025-04-10 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone We will have the development call tomorrow at 10am central US. If you have agenda items, please send them our way via e-mail or slack. WeeklyTelcon_04082025 · open-mpi/ompi Wiki See you tomorrow, Tommy To unsubscribe fr

[OMPI devel] Re: Access to the Open MPI tests repository and question about MTT

2025-04-09 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
7;re not really tracking other metrics via MTT. From: 'Florent GERMAIN' via Open MPI devel Sent: Tuesday, April 8, 2025 8:28 AM To: Open MPI Developers Cc: dl-rd-herons ; VAN MAN NGUYEN Subject: [OMPI devel] RE: Access to the Open MPI tests repository and q

Re: [OMPI devel] Question around MPI_Comm_spawn, proc flags and btl/sm

2025-04-09 Thread Gilles Gouaillardet
Florent, Long story short, yes, this is a known limitation. btl/sm cannot be used for intra-nodes communications between processes from different "jobs" (MPI_Comm_spawn() creates a new job), so you will use the interconnect (if it allows it) or btl/tcp (assuming pml/ob1 had been selected). IIRC,

[OMPI devel] Re: New Defects reported by Coverity Scan for Open MPI

2025-04-08 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
Note that this email only shows 20 defects - but the first scan actually found over 80 defects (and there's a bunch of "high" / serious-looking defects). I found (i.e., re-discovered) that you can use the hamburger menu in the top-left corner of the web UI (under scan.coverity.com) to select "Al

[OMPI devel] Fw: New Defects reported by Coverity Scan for Open MPI

2025-04-08 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
As I mentioned on the dev call today, our nightly Coverity scanning (static analysis) has been broken since October. We finally fixed it about 2 weeks ago. Recall that we're in the free tier for Coverity, so we only get scanning on a single git branch (i.e., main). Below is the first Coverity r

[OMPI devel] RE: Access to the Open MPI tests repository and question about MTT

2025-04-08 Thread 'Florent GERMAIN' via Open MPI devel
Hello, As far as I know, we did not receive any answer on mtt-users mailing list. Does anyone have the information we are looking for? Thanks, Florent GERMAIN Ingénieur de développement – BDS-R&D 2 rue de la Piquetterie – Bruyères le Chatel – France eviden.com [LinkedIn ico

[OMPI devel] ompi dev call

2025-04-05 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, Everyone Our next scheduled call is tomorrow, Tuesday March 25th. However, I don't have any critical agenda items on my list. If you have agenda items you wish to discuss please let me know. If we do not have any agenda items then I will cancel the meeting. Let me know by COB (Pacific US) eit

[OMPI devel] ompi dev call

2025-03-24 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, everyone I did not receive any agenda items for tomorrow's call. I'm cancelling tomorrow's call. See you next time. Best, Tommy To unsubscribe from this group and stop receiving emails from it, send an email to devel+unsubscr...@lists.open-mpi.org.

Re: [OMPI devel] Question about auto-vectorization behavior for OpenMPI OP components across architectures

2025-02-22 Thread 'George Bosilca' via Open MPI devel
Sorry for the late answer. Most of the things above are correct, when building for a specific architecture the compiler does wonders, give or take a few years. But as Gilles pointed out we are seeking the best performance across different family of processors, so we helped the compiler a little. I

Re: [OMPI devel] Question about auto-vectorization behavior for OpenMPI OP components across architectures

2025-01-31 Thread Gilles Gouaillardet
Marco, these are some fair points, and I guess George (who initially authored this module iirc) will soon shed some light Cheers, Gilles On Fri, Jan 31, 2025 at 9:08 PM Marco Vogel wrote: > Gilles, > > Thank you for your response. I understand that distro-provided OpenMPI > binaries are typic

Re: [OMPI devel] Question about auto-vectorization behavior for OpenMPI OP components across architectures

2025-01-31 Thread Marco Vogel
Gilles, Thank you for your response. I understand that distro-provided OpenMPI binaries are typically built for broad compatibility, often targeting only baseline instruction sets. For x86, this makes sense—if OpenMPI is compiled with a target instruction set like `x86-64-v2` (no AVX), the `

Re: [OMPI devel] Question about auto-vectorization behavior for OpenMPI OP components across architectures

2025-01-31 Thread Gilles Gouaillardet
Marco, The compiler may vectorize if generating code optimised for a given platform. A distro provided Open MPI is likely to be optimised only for "common" architectures (e.g. no AVX512 on x86 - SSE only? - and no SVE on aarch64) Cheers, Gilles On Fri, Jan 31, 2025, 18:06 Marco Vogel wrote: >

[OMPI devel] Question about auto-vectorization behavior for OpenMPI OP components across architectures

2025-01-31 Thread Marco Vogel
Hello, I implemented a new OP component for OpenMPI targeting the RISC-V vector extension, following existing implementations for x86 (AVX) and ARM (NEON). During testing, I aimed to reproduce results from a paper discussing the AVX512 OP component, which stated that OpenMPI’s default compile

Re: [OMPI devel] ompi development call

2025-01-28 Thread Christoph Niethammer
b.com/open-mpi/ompi/pull/13039 - Original Message - From: "Open MPI Developers" To: "Open MPI Developers" Sent: Tuesday, 28 January, 2025 00:59:58 Subject: [OMPI devel] ompi development call Hey everyone, Just a reminder that we will have our development meeting tomorrow

[OMPI devel] ompi development call

2025-01-27 Thread 'Tomislav Janjusic' via Open MPI devel
Hey everyone, Just a reminder that we will have our development meeting tomorrow at 10am central US time. If you have specific PRs or Issues to go over please reply here or add them to the wiki. See you tomorrow. -Tommy To unsubscribe from this group and stop receiving emails from it, send an

Re: [OMPI devel] Question about new component submission

2025-01-23 Thread Howard Pritchard
t; Florent > > ------ > *De :* Howard Pritchard > *Envoyé :* mercredi 22 janvier 2025 17:16 > *À :* devel@lists.open-mpi.org > *Objet :* Re: [OMPI devel] Question about new component submission > > Hello Florent, > > Would you be opening a PR for both P

RE: [OMPI devel] Question about new component submission

2025-01-23 Thread 'Florent GERMAIN' via Open MPI devel
é : mercredi 22 janvier 2025 17:16 À : devel@lists.open-mpi.org Objet : Re: [OMPI devel] Question about new component submission Hello Florent, Would you be opening a PR for both PML and OSC components? The reason I ask is if you don’t have the OSC component ready to include in a PR how will you

RE: [OMPI devel] Question about new component submission

2025-01-22 Thread 'Florent GERMAIN' via Open MPI devel
ercredi 22 janvier 2025 16:34 À : devel@lists.open-mpi.org Cc : dl-rd-herons Objet : Re: [OMPI devel] Question about new component submission Florent, With such specific hardware needs the community would not be able to provide any guarantee (compile or test) about these component. Are you p

Re: [OMPI devel] Question about new component submission

2025-01-22 Thread Howard Pritchard
yres)' via Open MPI devel < >> devel@lists.open-mpi.org> >> *Envoyé :* mercredi 22 janvier 2025 15:18 >> *À :* devel@lists.open-mpi.org >> *Cc :* dl-rd-herons >> *Objet :* Re: [OMPI devel] Question about new component submission >> >> Additi

Re: [OMPI devel] Question about new component submission

2025-01-22 Thread 'George Bosilca' via Open MPI devel
> *À :* devel@lists.open-mpi.org > *Cc :* dl-rd-herons > *Objet :* Re: [OMPI devel] Question about new component submission > > Additionally, we will want some assurances that you will continue to > support the code over time. We are not looking for one-time dumps of > softw

RE: [OMPI devel] Question about new component submission

2025-01-22 Thread 'Florent GERMAIN' via Open MPI devel
: 'Jeff Squyres (jsquyres)' via Open MPI devel Envoyé : mercredi 22 janvier 2025 15:18 À : devel@lists.open-mpi.org Cc : dl-rd-herons Objet : Re: [OMPI devel] Question about new component submission Additionally, we will want some assurances that you will continue to support the code over

Re: [OMPI devel] Question about new component submission

2025-01-22 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
components will do? E.g., do they support some specific networking hardware? From: Gilles Gouaillardet Sent: Wednesday, January 22, 2025 9:00 AM To: devel@lists.open-mpi.org Cc: dl-rd-herons Subject: Re: [OMPI devel] Question about new component submission Florent

Re: [OMPI devel] Question about new component submission

2025-01-22 Thread Gilles Gouaillardet
Florent, All you need is to issue a Pull Request and make sure the commits are signed off (and you understand the legal implications of doing that) Cheers, Gilles On Wed, Jan 22, 2025, 19:28 'Florent GERMAIN' via Open MPI devel < devel@lists.open-mpi.org> wrote: > Hello, > We are working on an

[OMPI devel] Question about new component submission

2025-01-22 Thread 'Florent GERMAIN' via Open MPI devel
Hello, We are working on an external communication component. We plan to work on an open version of this external communication component to test it outside of our infrastructure. To use it with Open MPI, we developed a PML component (and are developing an OSC component). We would like to submit

[OMPI devel] OMPI development call

2025-01-13 Thread 'Tomislav Janjusic' via Open MPI devel
Hey, everyone Our scheduled monthly meeting is tomorrow. We have several topics to discuss, the most important is the v6.0.0 timeline - we need to revisit where we are. Please plan to attend, and if you have PRs and/or issues to discuss, time permitting we'll address those last. Here is the wiki

[OMPI devel] Still having mailing list problems

2025-01-06 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
Folks -- We're still having problems with the mailing lists. Please bear with us... -- Jeff Squyres To unsubscribe from this group and stop receiving emails from it, send an email to devel+unsubscr...@lists.open-mpi.org.

[OMPI devel] Re: Open MPI list migration to Google Groups (test send!)

2025-01-04 Thread 'Jeff Squyres (jsquyres)' via Open MPI devel
Let's try one more send, and see if a few settings updates have taken effect yet. From: 'Jeff Squyres (jsquyres)' via Open MPI devel Sent: Saturday, January 4, 2025 1:42 PM To: Open MPI Developers Subject: Open MPI list migration to Google Groups (test send!) Pe

[OMPI devel] Problems with mailing lists again

2024-12-21 Thread Jeff Squyres (jsquyres) via devel
(I sent this in Slack; just for giggles, I'm going to try to send this across the devel list — I'm genuinely not sure if this will successfully be sent across the list or not) We are having problems with our mailman list server again. Basically, all of our lists were down for a while (a month

Re: [OMPI devel] Github CI on main and v5.0.x branches

2024-12-04 Thread Jeff Squyres (jsquyres) via devel
(jsquyres) Subject: [OMPI devel] Github CI on main and v5.0.x branches FYI: * There is a known issue with the Jenkins running on OMPI PRs right now. * You'll notice that all the "continuous-integration" PR CI entries are perpetually in the yellow-dot state. * Brian is wo

[OMPI devel] Github CI on main and v5.0.x branches

2024-12-04 Thread Jeff Squyres (jsquyres) via devel
FYI: * There is a known issue with the Jenkins running on OMPI PRs right now. * You'll notice that all the "continuous-integration" PR CI entries are perpetually in the yellow-dot state. * Brian is working to fix it (thanks Brian!). Stay tuned. * We just made a bunch of CI tests ma

[OMPI devel] OMPI development call

2024-10-01 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that our scheduled development call is on every SECOND Tuesday of the month. If there is a need to meet in-between the calls, please shout it out and we'll schedule a call. Please continue to add topics via the wiki, or message me via slack/e-mail, and I'll carry

[OMPI devel] OMPI dev call cancelled

2024-09-24 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Thanks,

[OMPI devel] OMPI dev call cancelled

2024-09-16 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Than

[OMPI devel] ompi development call

2024-09-10 Thread Tomislav Janjusic via devel
Hey, everyone Apologies for last minute notice. Reminder that we WILL have the meeting as scheduled. Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240909 · open-mpi/ompi Wiki (github.com) See you soon, Tom

[OMPI devel] OMPI development call

2024-09-03 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is cancelled. As a reminder we regularly meet every second Tuesday of the month. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com

[OMPI devel] OMPI dev call cancelled

2024-08-26 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Than

[OMPI devel] ompi dev call

2024-08-13 Thread Tomislav Janjusic via devel
Hey, everyone Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240813 · open-mpi/ompi Wiki (github.com) If you have other last minute topics to discuss, please add them to the wiki, send an e-mail, or send a me

[OMPI devel] ompi development call (cancelled)

2024-08-05 Thread Wang, Wenduo via devel
Hi everyone, This is a confirmation that the developer meeting is canceled on 8/6. Please continue to add topics via the wiki, or message me via slack/e-mail. We will carry them over to the monthly meeting on 8/13. Regards, Wenduo

[OMPI devel] OMPI development call

2024-07-29 Thread Wang, Wenduo via devel
Hey everyone, This is the confirmation that we WILL have the developer meeting tomorrow as scheduled. Here is the link to the wiki with links to PRs and Issues: https://github.com/open-mpi/ompi/wiki/WeeklyTelcon_20240730 If you have major topics to discuss, please add it to the wiki, send a

[OMPI devel] ompi development call (cancelled)

2024-07-23 Thread Wang, Wenduo via devel
Hi everyone, Apologies for the short notice. The developer meeting is canceled on 7/23. Please continue to add topics via the wiki, or message me via slack/e-mail. We will carry them over to the next meeting. Regards, Wenduo

[OMPI devel] ompi development call cancelled

2024-07-15 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Thank

[OMPI devel] [Open MPI Announce] Open MPI v5.0.4rc1 is available

2024-07-12 Thread Wang, Wenduo via devel
Dear Open MPI Users, Open MPI v5.0.4rc1 is now available for testing at https://www.open-mpi.org/software/ompi/v5.0/ . Please test and send feedback either via the user mailing lists or create an issue at https://github.com/open-mpi/ompi/issues/ . Thank you, v5.0 Release Managers

[OMPI devel] OMPI development call

2024-07-08 Thread Wang, Wenduo via devel
Hey everyone, This is the confirmation that we WILL have the developer meeting tomorrow as scheduled. Here is the link to the wiki with links to PRs and Issues: https://github.com/open-mpi/ompi/wiki/WeeklyTelcon_20240709 If you have major topics to discuss, please add it to the wiki, send a

[OMPI devel] ompi development call

2024-07-01 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Thank

[OMPI devel] ompi development call (cancelled)

2024-06-25 Thread Tomislav Janjusic via devel
Hey, Everyone Apologies for the short notice, Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com)

[OMPI devel] ompi development call (cancelled)

2024-06-17 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is canceled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Thank

[OMPI devel] OMPI development call

2024-06-10 Thread Tomislav Janjusic via devel
Hey, everyone Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240611 · open-mpi/ompi Wiki (github.com) If you have other topics to discuss, please add them to the wiki, send an e-mail, or send a message via sl

[OMPI devel] ompi development call cancelled

2024-06-03 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) Than

[OMPI devel] OMPI development call cancelled

2024-05-27 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that tomorrow's call is cancelled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) [Image

[OMPI devel] OMPI dev call cancelled

2024-05-20 Thread Tomislav Janjusic via devel
External email: Use caution opening links or attachments Hey, Everyone Just a reminder that tomorrow's call is canceled. Please continue to add topics via the wiki, or message me via slack/e-mail. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com)

[OMPI devel] OMPI development call

2024-05-13 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240514 · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to the wiki, send an e-mail, or send a message via sla

[OMPI devel] OMPI development call

2024-05-07 Thread Tomislav Janjusic via devel
Hey everyone, My delayed said didn't trigger - sorry about that. Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240507 · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to

[OMPI devel] Updated prrte submodule on "main" branch

2024-05-02 Thread Jeff Squyres (jsquyres) via devel
https://github.com/open-mpi/ompi/pull/12449 has just been merged, meaning that the PRRTE git submodule on Open MPI's main branch now points to the Open MPI fork of PRRTE, not the upstream/community PRRTE. You will either need to get a new github clone to pick up the new submodule change, or you

[OMPI devel] OMPI development call cancelled

2024-04-30 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. I'll carry them over to the next call. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) [https://opengraph

[OMPI devel] OMPI development call cancelled

2024-04-23 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) [https://opengraph.githubassets.com/cfee3e67fd266e354d230

[OMPI devel] OMPI development call cancelled

2024-04-16 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) I'll carry them over to the next call. Thanks, Tommy

[OMPI devel] OMPI development call

2024-04-08 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_20240409 · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to the wiki, send an e-mail, or send a message via sl

[OMPI devel] [Open MPI Announce] Open MPI v5.0.3rc1 is available

2024-03-26 Thread Wang, Wenduo via devel
Open MPI v5.0.3rc1 is now available for testing at https://www.open-mpi.org/software/ompi/v5.0/. Please test and send feedback either via the user mailing lists or create an issue at https://github.com/open-mpi/ompi/issues/. Thank you, v5.0 Release Managers

[OMPI devel] ompi development meeting (reminder)

2024-03-26 Thread Tomislav Janjusic via devel
Hey everyone, Just a friendly reminder. Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon 2024 · open-mpi/ompi Wiki (github.com) If you have other topics: add them or just raise them during the call. See you soon,

[OMPI devel] ompi development meeting tomorrow

2024-03-25 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon 2024 · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to the wiki, send an e-mail, or send a message via slack. Rem

[OMPI devel] Development call cancelled

2024-03-19 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. I'll carry them over to the next call. Thanks, Tommy

[OMPI devel] wiki link posted

2024-03-18 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the wiki with links to PRs and Issues. WeeklyTelcon_next · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to the wiki, send an e-mail, or send a message via slack. Unl

[OMPI devel] Devel Call March 12th

2024-03-11 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the latest wiki with links to PRs and Issues. WeeklyTelcon_20240312 * open-mpi/ompi Wiki (github.com) Please add additional topics directly to the wiki, send an e-mail, or send a message via slack. A

[OMPI devel] OMPI Devel-call cancelled

2024-03-05 Thread Tomislav Janjusic via devel
Hey everyone, Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. I'll carry them over to the next call. Thanks, Tommy

[OMPI devel] Devel-call March 5th

2024-03-04 Thread Tomislav Janjusic via devel
Hey everyone, Here is the link to the latest wiki with links to PRs and Issues. WeeklyTelcon_20240305 · open-mpi/ompi Wiki (github.com) If you have major topics to discuss, please add it to the wiki, send an e-mail, or send a message

[OMPI devel] ompi call canceled 2/27

2024-02-27 Thread Tomislav Janjusic via devel
Hey, Everyone Just a reminder that today's call is canceled. Please continue to add topics via the wiki, or message me directly. I'll carry them over to the next call. Thanks, Tommy

[OMPI devel] OMPI call for Feb 27

2024-02-26 Thread Tomislav Janjusic via devel
Hey, Everyone WeeklyTelcon_20240227 · open-mpi/ompi Wiki (github.com) Here is the link to the latest wiki with links to PRs and Issues. If you have major topics to discuss, please add it to the wiki or message me. Unless there is a maj

[OMPI devel] dev-call

2024-02-20 Thread Tomislav Janjusic via devel
Hi everyone, Since I didn't get around sending a dev-call e-mail notice for this week we'll proceed to have the call as usual. We'll continue aggregating topics. Sorry about the last minute notice. -Tommy

[OMPI devel] A question about how to monitor the underlying communication process of MPI

2024-02-19 Thread 李怿曈 Yitong LI via devel
Hi, I have a question regarding the underlying communication process of MPI. For research purpose, I want to understand the detail about entire communication process. For example, assuming we use ob1 and tcp here, different functions are invoked from pml layer (mca_pml_ob1_send) to btl layer(bt

Re: [OMPI devel] Github Action to auto-close stale/abandoned Github Issues

2024-02-16 Thread Jeff Squyres (jsquyres) via devel
The auto-close-GitHub-issues bot has been merged (https://github.com/open-mpi/ompi/pull/12329). If you apply the label "State: Awaiting user information" to a Github issue and there's no reply in 4 weeks, the issue will be closed with a polite message. From: Jeff

[OMPI devel] Github Action to auto-close stale/abandoned Github Issues

2024-02-13 Thread Jeff Squyres (jsquyres) via devel
Looking for feedback on auto-closing Github Issues: https://github.com/open-mpi/ompi/pull/12329. The rough idea is: 1. OMPI community member puts the "State: Awaiting User Information" label on a Github Issue (this does not apply to PRs) 2. If there's no reply in X=14 days, the bot will emi

[OMPI devel] OMPI Weekly call

2024-02-13 Thread Tomislav Janjusic via devel
Hi everyone, The wiki for today's call is posted. https://github.com/open-mpi/ompi/wiki/WeeklyTelcon_20240213 Feel free to add any additional items to the agenda by replying here, or on slack. See you soon, - Tommy

[OMPI devel] [Open MPI Announce] Open MPI v5.0.2rc2 is available

2024-01-31 Thread Wang, Wenduo via devel
Open MPI v5.0.2rc2 is now available for testing at https://www.open-mpi.org/software/ompi/v5.0/ . Please test and send feedback either via the user mailing lists or create an issue at https://github.com/open-mpi/ompi/issues/ . Thank you, v5.0 Release Managers

[OMPI devel] ompi call 1/30/24

2024-01-29 Thread Tomislav Janjusic via devel
Hi everyone, The wiki for tomorrow's call is posted. https://github.com/open-mpi/ompi/wiki/WeeklyTelcon_20240130 Feel free to add any additional items to the agenda by replying here, or on slack. See you tomorrow, - Tommy

[OMPI devel] [Open MPI Announce] Open MPI v5.0.2rc1 is available

2024-01-25 Thread Wang, Wenduo via devel
Open MPI v5.0.2rc1 is now available for testing at https://www.open-mpi.org/software/ompi/v5.0/ . Please test and send feedback either via the user mailing lists or create an issue at https://github.com/open-mpi/ompi/issues/ . Thank you, v5.0 Release Managers

[OMPI devel] Open MPI weekly telecon 1/23/2024

2024-01-22 Thread Tomislav Janjusic via devel
Hi everyone, The tentative agenda for today's weekly meeting is posted: WeeklyTelcon_20240123 · open-mpi/ompi Wiki (github.com) Please add any additional items by replying here, in slack general, or message me directly. See you soo

[OMPI devel] Open MPI weekly telecon 1/16/2024

2024-01-16 Thread Tomislav Janjusic via devel
Hi everyone, The tentative agenda for today's weekly meeting is posted: WeeklyTelcon_20240116 · open-mpi/ompi Wiki (github.com) See you soon, Tommy

[OMPI devel] Tuesday Webex meeting schedule

2023-12-19 Thread Jeff Squyres (jsquyres) via devel
Here's the schedule for our next few weekly Webex meetings: * December 26, 2023: canceled (happy holidays!) * January 2, 2024: canceled (happy holidays!) * January 9, 2024: first meeting of 2024 There is a new Webex link for the 2024 meetings; it has been published the developer Sla

[OMPI devel] Basic doubt - btl and pml usage

2023-12-18 Thread Manu Shantharam via devel
Hi All, While evaluating various OpenMPI runtime parameters (OMPI v 5.0), there were some combinations like uct btl with ob1 pml that worked. For example, the following command: mpirun --map-by core --bind-to core -np 2 -mca coll tuned,libnbc,basic --mca pml ob1 -mca opal_common_ucx_tls any  --m

[OMPI devel] Open MPI BOF at SC'23

2023-11-06 Thread Jeff Squyres (jsquyres) via devel
We're excited to see everyone next week in Denver, Colorado, USA at SC23! Open MPI will be hosting our usual State of the Union Birds of a Feather (BOF) session on Wednesday, 15, November, 2023, from 12:15-1:15pm US Mounta

[OMPI devel] Fw: MPI 4.1 Published

2023-11-04 Thread Jeff Squyres (jsquyres) via devel
FYI. From: mpi-forum on behalf of Martin Schulz via mpi-forum Sent: Friday, November 3, 2023 7:26 AM To: Pritchard Jr., Howard via mpi-forum Subject: [Mpi-forum] MPI 4.1 Published Dear MPI Forum Community, For all of you who could not join us yesterday, I

Re: [OMPI devel] Question about the future of C++ API support

2023-10-30 Thread Orion Poplawski via devel
half of Orion Poplawski via devel > *Sent:* Thursday, October 26, 2023 11:15 PM > *To:* Open MPI Development > *Cc:* Orion Poplawski > *Subject:* [OMPI devel] Question about the future of C++ API support > > I see that openmpi 5.0.0 drops the C++ API.  I'm trying to find so

Re: [OMPI devel] Question about the future of C++ API support

2023-10-30 Thread Jeff Squyres (jsquyres) via devel
over time. From: devel on behalf of Orion Poplawski via devel Sent: Thursday, October 26, 2023 11:15 PM To: Open MPI Development Cc: Orion Poplawski Subject: [OMPI devel] Question about the future of C++ API support I see that openmpi 5.0.0 drops the C++ API. I'm

Re: [OMPI devel] Question about the future of C++ API support

2023-10-26 Thread Orion Poplawski via devel
On 10/26/23 21:15, Orion Poplawski via devel wrote: I see that openmpi 5.0.0 drops the C++ API.  I'm trying to find some background on this. Never mind - I see now that it has been deprecated since 2.0.0, although I'm sure it will catch some projects off guard still :) MUSIC has had a bug

[OMPI devel] Question about the future of C++ API support

2023-10-26 Thread Orion Poplawski via devel
I see that openmpi 5.0.0 drops the C++ API. I'm trying to find some background on this. In particular, is this likely to be a permanent change? Also, have there been discussions of users of the C++ API? In Fedora we seem to have: MUSIC-1.1.16-13.20201002git8c6b77a.fc39.src.rpm boost-1.81.0

Re: [OMPI devel] Asking for a letter of support

2023-10-06 Thread Jeff Squyres (jsquyres) via devel
your specific work. You might also want to give them more than 1 day to respond. From: devel on behalf of Diao, Xiaoxu via devel Sent: Friday, October 6, 2023 11:44 AM To: devel@lists.open-mpi.org Cc: Diao, Xiaoxu Subject: [OMPI devel] Asking for a letter of su

[OMPI devel] Asking for a letter of support

2023-10-06 Thread Diao, Xiaoxu via devel
Dear Sir/Madam, My name is Xiaoxu Diao. I am a research associate at The Ohio State University. We are in the process of developing a proposal for an SBIR/STTR program. We are planning to use your library (Open MPI) in our application. Please let us know whom we should contact to obtain a forma

Re: [OMPI devel] Open MPI v5.0.0rc13 is available for testing

2023-10-04 Thread Tomislav Janjusic via devel
_ From: devel on behalf of Christoph Niethammer via devel Sent: Wednesday, October 4, 2023 2:40 AM To: Austen Lauria Cc: Christoph Niethammer ; Open MPI Developers Subject: Re: [OMPI devel] [Open MPI Announce] Open MPI v5.0.0rc13 is available for testing External email: Use caution opening li

Re: [OMPI devel] [Open MPI Announce] Open MPI v5.0.0rc13 is available for testing

2023-10-04 Thread Christoph Niethammer via devel
Hello Austen, Unfortunately I could not attend the last telco and therefore I do not know if this was discussed. So I'd like to bring up attention for https://github.com/mpi-forum/mpi-issues/issues/765 It is not voted on yet but seems to have support to go in. As Partitioned communication is int

[OMPI devel] Open MPI v5.0.0rc13 is available for testing

2023-09-29 Thread Austen Lauria via devel
Open MPI v5.0.0rc13 is now available for testing at https://www.open-mpi.org/software/ompi/v5.0/ . NOTE: This is expected to be the last v5.0.0 release candidate before release unless any issues arise. Please test and send feedback either via the user mailing lists or create an issue at https:

[OMPI devel] Open MPI 4.1.6rc3 posted

2023-09-25 Thread Barrett, Brian via devel
Open MPI 4.1.6rc3 is posted at https://www.open-mpi.org/software/ompi/v4.1/. Assuming MTT looks good tonight and there are no other regressions found, we’re going to ship 4.1.6 later this week. Brian

Re: [OMPI devel] Open MPI 4.1.6rc1 release candidate posted

2023-09-06 Thread Orion Poplawski via devel
On 8/8/23 07:34, Jeff Squyres (jsquyres) via devel wrote: There have been enough minor fixes to warrant a 4.1.6 release.  We've posted 4.1.6rc1 tarballs in the usual location: https://www.open-mpi.org/software/ompi/v4.1/ .. We would welcome and

Re: [OMPI devel] MPI ABI effort

2023-08-29 Thread Jeff Squyres (jsquyres) via devel
PM To: Open MPI Developers Cc: Jeff Squyres (jsquyres) Subject: Re: [OMPI devel] MPI ABI effort LANL would be interested in supporting this feature as well. Howard On Mon, Aug 28, 2023 at 9:58 AM Jeff Squyres (jsquyres) via devel mailto:devel@lists.open-mpi.org>> wrote: We got a presentati

Re: [OMPI devel] MPI ABI effort

2023-08-29 Thread Howard Pritchard via devel
-- > *From:* devel on behalf of Gilles > Gouaillardet via devel > *Sent:* Saturday, August 26, 2023 2:20 AM > *To:* Open MPI Developers > *Cc:* Gilles Gouaillardet > *Subject:* [OMPI devel] MPI ABI effort > > Folks, > > Jeff Hammond and al. published &quo

  1   2   3   4   5   6   7   8   9   10   >