-
Notifications
You must be signed in to change notification settings - Fork 929
Java Environment Variable Bindings #740
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
Java Environment Variable Bindings #740
Conversation
Added the bindings for MPI_GET_VERSION and MPI_GET_LIBRARY_VERSION. Signed-off-by: Nathaniel Graham <ngraham@lanl.gov>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment: Seems like weird indenting...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is weird indenting, but I believe it follows the indenting of the rest of the java files. If you like I can easily change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could also fix the indenting for all of the other Java files if you
like. Its very very simple in eclipse.
On Thu, Jul 23, 2015 at 3:03 PM, Jeff Squyres notifications@github.com
wrote:
In ompi/mpi/java/java/Version.java
#740 (comment):
- * File : Version.java
- * Author : Nathaniel Graham
- * Created : Thu Jul 23 09:25 2015
- /
+
+package mpi;
+
+/*- * Version and Subversion for MPI
- */
+public final class Version
+{
+private final int version;
+private final int subVersion;Minor comment: Seems like weird indenting...?
—
Reply to this email directly or view it on GitHub
https://github.com/open-mpi/ompi/pull/740/files#r35371038.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the "Normal" Java way? To my C-trained eye, this looks weird. But if it's The Way Java People Do It, it's fine.
If it's not the normal way java people do it, then you might as well keep the indenting here in this PR and make a separate PR for just all the whitespace/indenting changes. Cool?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the normal way. The normal way indents everything inside the class as well. I will fix the indentation in a separate PR.
|
Looks like mlnx jenkins is getting timeouts again on some of its multi-threaded bw tests. |
|
👍 |
Java Environment Variable Bindings
btl/openib: fix access flags
Added the bindings for MPI_GET_VERSION and MPI_GET_LIBRARY_VERSION.
Signed-off-by: Nathaniel Graham ngraham@lanl.gov
@hppritcha @jsquyres