-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two ways in which the default for mpi_memory_alloc_kinds can be interpreted #773
Comments
although this is in the process creation chapter, i've not been very involved in the memory kind allocation portion. reassigning to @jdinan |
It was intended that libraries can include implementation-defined kinds in addition to the default. This is specified further down in the section, but I do agree it needs to be clarified here. Here's one way to clarify this:
|
This passed a no-no vote.
|
This passed a errata vote.
|
Problem
The new
mpi_memory_alloc_kinds
can be used to request and to query support for different. If it is used to query what the default is, current wording ('string, default: "mpi,system"') can be read asProposal
It might not make sense to restrict libraries to only offer (default) support for "mpi,system". Then 2. would be better.
Changes to the Text
Add in section 11.4.3 in the definition of
mpi_memory_alloc_kinds
text similar to:The default is treated as if the user had requested it.
References and Pull Requests
The text was updated successfully, but these errors were encountered: