-
Notifications
You must be signed in to change notification settings - Fork 928
Remove some more symbols removed in MPI 3.0 #6625
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
Open
ggouaillardet
wants to merge
13
commits into
open-mpi:main
Choose a base branch
from
ggouaillardet:topic/remove_mpi30_removed_symbols
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6cf32ca
fortran: remove unused files related to removed interfaces
ggouaillardet 6d823b3
fortran: remove all references to MPI_Address (removed in MPI 3.0)
ggouaillardet 06bf36d
fortran: remove all references to MPI_Errhandler_create (removed in M…
ggouaillardet 88ebb37
fortran: remove all references to MPI_Errhandler_get (removed in MPI …
ggouaillardet 5eed846
fortran: remove all references to MPI_Errhandler_set (removed in MPI …
ggouaillardet f1c8e16
fortran: remove all references to MPI_Type_extent (removed in MPI 3.0)
ggouaillardet f0b7523
fortran: remove all references to MPI_Type_hindexed (removed in MPI 3.0)
ggouaillardet e0190b3
fortran: remove all references to MPI_Type_hvector (removed in MPI 3.0)
ggouaillardet a01054a
fortran: remove all references to MPI_Type_lb (removed in MPI 3.0)
ggouaillardet 2a16bfa
fortran: remove all references to MPI_Type_struct (removed in MPI 3.0)
ggouaillardet 24b71ee
fortran: remove all references to MPI_Type_ub (removed in MPI 3.0)
ggouaillardet 954f9ab
mpi: remove references to symbols removed in MPI 3.0
ggouaillardet 522ad12
mpi: remove references to MPI_LB and MPI_UB (removed in MPI 3.0)
ggouaillardet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
* reserved. | ||
* Copyright (c) 2011-2013 INRIA. All rights reserved. | ||
* Copyright (c) 2015 University of Houston. All rights reserved. | ||
* Copyright (c) 2015-2018 Research Organization for Information Science | ||
* and Technology (RIST). All rights reserved. | ||
* Copyright (c) 2015-2019 Research Organization for Information Science | ||
* and Technology (RIST). All rights reserved. | ||
* Copyright (c) 2017-2019 IBM Corporation. All rights reserved. | ||
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved. | ||
* $COPYRIGHT$ | ||
|
@@ -630,13 +630,10 @@ enum { | |
MPI_COMBINER_DUP, | ||
MPI_COMBINER_CONTIGUOUS, | ||
MPI_COMBINER_VECTOR, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we associate values we can cope with the holes in the enum. |
||
MPI_COMBINER_HVECTOR_INTEGER, | ||
MPI_COMBINER_HVECTOR, | ||
MPI_COMBINER_INDEXED, | ||
MPI_COMBINER_HINDEXED_INTEGER, | ||
MPI_COMBINER_HINDEXED, | ||
MPI_COMBINER_INDEXED_BLOCK, | ||
MPI_COMBINER_STRUCT_INTEGER, | ||
MPI_COMBINER_STRUCT, | ||
MPI_COMBINER_SUBARRAY, | ||
MPI_COMBINER_DARRAY, | ||
|
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.