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
CMR4926 #2
Merged
Merged
CMR4926 #2
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
Correct the classpath to correctly include the local directory so Java programs find the application class SVN r32823 Cover the remaining code paths for Java apps to define class path
|
@osvegis - can you please review? |
|
reviewed |
|
RM-approved |
mike-dubman
added a commit
to mike-dubman/ompi-release
that referenced
this pull request
Oct 28, 2014
…rom_gerrit Merge from mellanox-v1.8 internal branch
This was referenced Aug 6, 2015
Closed
Merged
rhc54
pushed a commit
that referenced
this pull request
Nov 10, 2015
orte proc_info.h: use symbolic names
artpol84
added a commit
to artpol84/ompi-release
that referenced
this pull request
Dec 9, 2015
Previous commit f279474 reverts Nathans changes. However it turns out that I was unable to trace his logic until I started investigation of icsplit hang. Bug was triggered when splitting Intercom was giving a group where on side of the communicator was empty (icsplit, intercom create open-mpi#2). in this case remote_size == 0 and there is no way to distinguish between inter- and intra-communicator. Conclusion: We do need to distinguish between intra- and inter-communicators. So we should use ompi_mpi_group_null.group. (cherry picked from commit open-mpi/ompi@7690f40)
alinask
pushed a commit
to alinask/ompi-release
that referenced
this pull request
Dec 10, 2015
Split the list of subroutines into cases open-mpi#1 and open-mpi#2, just for clarity.
alinask
pushed a commit
to alinask/ompi-release
that referenced
this pull request
Dec 10, 2015
Previous commit f279474 reverts Nathans changes. However it turns out that I was unable to trace his logic until I started investigation of icsplit hang. Bug was triggered when splitting Intercom was giving a group where on side of the communicator was empty (icsplit, intercom create open-mpi#2). in this case remote_size == 0 and there is no way to distinguish between inter- and intra-communicator. Conclusion: We do need to distinguish between intra- and inter-communicators. So we should use ompi_mpi_group_null.group.
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.
SVN r32817
Correct the classpath to correctly include the local directory so Java programs find the application class
SVN r32823
Cover the remaining code paths for Java apps to define class path