Skip to content

Conversation

@nrgraham23
Copy link
Contributor

Added the bindings for MPI_GET_VERSION and MPI_GET_LIBRARY_VERSION.

Signed-off-by: Nathaniel Graham ngraham@lanl.gov

@hppritcha @jsquyres

Added the bindings for MPI_GET_VERSION and MPI_GET_LIBRARY_VERSION.

Signed-off-by: Nathaniel Graham <ngraham@lanl.gov>
Copy link
Member

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...?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

Copy link
Member

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?

Copy link
Contributor Author

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.

@hppritcha
Copy link
Member

Looks like mlnx jenkins is getting timeouts again on some of its multi-threaded bw tests.

@hppritcha
Copy link
Member

👍

hppritcha added a commit that referenced this pull request Jul 24, 2015
@hppritcha hppritcha merged commit 1631ad7 into open-mpi:master Jul 24, 2015
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
@nrgraham23 nrgraham23 deleted the environment_java_bindings branch February 10, 2017 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants