-
Notifications
You must be signed in to change notification settings - Fork 2
Notes 2019 08 01
Marc-Andre Hermanns edited this page Aug 8, 2019
·
1 revision
- Chris Chambreau
- Marc-Andre Hermanns
- Amit Ruhela
- Josh Cottingham
- Kathryn Mohror
- Pouya Kousha
- Bharath Ramesh
- Sessions & Tools just need functionality for user<->implementation communication via MPI_Info objects
- Only FT needs
MPI_INFO_ENV
to be available for the user to query error handling and thread level before init
- Only FT needs
-
MPI_INFO_ENV
is currently usually populated withinMPI_Init
because it has access toargc
andargv
- It was unclear whether MPI would be able to infer values without
argc
andargv
- Wesley Bland will provide a new proposal of a call that will set up
MPI_INFO_ENV
takingargc
andargv
(or NULL) as arguments- No values parsed if NULL
- It was unclear whether MPI would be able to infer values without
- No updates
- Everyone to check state of PR#33
- Instead of moving the whole interface to strings, just propose a single String_to_Int Function to translate ID_Names into Integers
- Inspired by Error Classes / Codes
- Integer Values need to be comparable
- Check whether both direction would be needed or only String->Int