Hello Geoffrey Paulsen,
Can you share new release date of 5.0? I wonder what it means.
2. Open-MPI v5.0 branch date pushed back to May 14th
(Geoffrey Paulsen)
-----Original Message-----
From: devel <[email protected]> On Behalf Of
[email protected]
Sent: Wednesday, April 29, 2020 11:00 AM
To: [email protected]
Subject: [EXTERNAL] devel Digest, Vol 3819, Issue 1
Send devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.open-mpi.org%2Fmailman%2Flistinfo%2Fdevel&data=02%7C01%7Cjuhlee%40microsoft.com%7C200454a614e5439e658a08d7ec672dae%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637237800205157248&sdata=xIrcUAxLFXlVHuFJv%2BXf63RDDHFl5ZDwRJwODMuxkoE%3D&reserved=0
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific than "Re:
Contents of devel digest..."
Today's Topics:
1. ORTE->PRRTE: some consequences to communicate to users
(Ralph Castain)
2. Open-MPI v5.0 branch date pushed back to May 14th
(Geoffrey Paulsen)
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Apr 2020 19:28:23 +0000
From: Ralph Castain <[email protected]>
To: OpenMPI Devel <[email protected]>
Subject: [OMPI devel] ORTE->PRRTE: some consequences to communicate to
users
Message-ID:
<01010171c2430206-899d2eeb-6b32-442c-a60e-33ce860d1ec1-000...@us-west-2.amazonses.com>
Content-Type: text/plain; charset=UTF-8
So here is an interesting consequence of moving from ORTE to PRRTE. In ORTE,
you could express any mapping policy as an MCA param - e.g., the following:
OMPI_MCA_rmaps_base_mapping_policy=core
OMPI_MCA_rmaps_base_display_map=1
would be the equivalent of a cmd line that included "--map-by core
--display-map"
When defining what we wanted on the OMPI v5 cmd line, we removed some options
like --display-map and replaced them with modifiers, so the above would have
been replaced with:
OMPI_MCA_rmaps_base_mapping_policy=core:display
The move to PRRTE, however, means more than just changing the "OMPI" to
"PRRTE". PRRTE doesn't support setting the default mapping policy to include
"report" as that would mean we would be reporting the map for every job that
was ever launched. Definitely not something the persistent DVM users would
appreciate!
So if you put:
PRRTE_MCA_rmaps_default_mapping_policy=core:display
(note the name change!!!) in your environment, you are going to get an error
when you execute "mpirun":
=====
A mapping policy modifier was provided that is not supported as a default value:
Modifier: display
You can provide this modifier on a per-job basis, but it cannot be the default
setting.
=======
And you will error out. However, it is perfectly okay to put "--map-by
core:display" on your cmd line - that is legit and understood as it only
applies to that specific job.
It's these changes, plus the name changes (e.g., we replace "base" with
"default" to emphasize these are ONLY the default settings), that will need to
be communicated.
Ralph
------------------------------
Message: 2
Date: Tue, 28 Apr 2020 21:12:47 +0000
From: "Geoffrey Paulsen" <[email protected]>
To: [email protected]
Subject: [OMPI devel] Open-MPI v5.0 branch date pushed back to May
14th
Message-ID:
<of380319dc.53c55b7a-on00258558.007144aa-00258558.00748...@notes.na.collabserv.com>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.open-mpi.org%2Fmailman%2Fprivate%2Fdevel%2Fattachments%2F20200428%2F26c49175%2Fattachment.html&data=02%7C01%7Cjuhlee%40microsoft.com%7C200454a614e5439e658a08d7ec672dae%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637237800205157248&sdata=Q4WopXRNM5tqt%2Bht773yY6mu%2BwMcPVTbm5Ng2gFi7q4%3D&reserved=0>
------------------------------
Subject: Digest Footer
_______________________________________________
devel mailing list
[email protected]
https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.open-mpi.org%2Fmailman%2Flistinfo%2Fdevel&data=02%7C01%7Cjuhlee%40microsoft.com%7C200454a614e5439e658a08d7ec672dae%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637237800205157248&sdata=xIrcUAxLFXlVHuFJv%2BXf63RDDHFl5ZDwRJwODMuxkoE%3D&reserved=0
------------------------------
End of devel Digest, Vol 3819, Issue 1
**************************************