This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
v2.x: fortran: Fix many Fortran binding bugs #1083
Merged
hppritcha
merged 10 commits into
open-mpi:v2.x
from
kawashima-fj:pr/v2.x/fortran-binding-fix
Apr 15, 2016
Merged
v2.x: fortran: Fix many Fortran binding bugs #1083
hppritcha
merged 10 commits into
open-mpi:v2.x
from
kawashima-fj:pr/v2.x/fortran-binding-fix
Apr 15, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Though the `MPI_DUP_FN` subroutine is depricated, it is not yet removed as of MPI-3.1. (cherry picked from commit open-mpi/ompi@10c11ff)
Same order for `comm`, `type`, and `win`. No code change. (cherry picked from commit open-mpi/ompi@334c63c)
And insert necessary empty lines and remove unnecessary empty lines. No code change. (cherry picked from commit open-mpi/ompi@96e93a9)
(cherry picked from commit open-mpi/ompi@b6cb0bc)
(cherry picked from commit open-mpi/ompi@f3b9a49)
(cherry picked from commit open-mpi/ompi@6f09d53)
(cherry picked from commit open-mpi/ompi@5d32a60)
(cherry picked from commit open-mpi/ompi@d48c852)
This commit adds the following symbols MPI_Alloc_mem_cptr_f MPI_Alloc_mem_cptr_f08 PMPI_Alloc_mem_cptr_f PMPI_Alloc_mem_cptr_f08 These are implemented in the same way as other `_cptr` routines. (cherry picked from commit open-mpi/ompi@17d32ac)
No code change. These lines were introduced in my recent commit 17d32ac. I had a editing mistake and the order is different from other lines/files. (cherry picked from commit open-mpi/ompi@e854404)
Member
|
👍 |
Member
|
@hppritcha Good to go. |
|
Test FAILed. |
Member
|
@Di0gen This looks like some kind of local Mellanox jenkins failure. bot:retest |
|
Test PASSed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR for v2.0.0
@jsquyres please review
bot:label:bug
bot:milestone:v2.0.0
Not critical; can be delayed to v2.0.1
(cherry picked from commit open-mpi/ompi@4566286 and open-mpi/ompi@e854404)