| Use '-n' instead of '-np' option in documentation, examples, and tests Signed-off-by: Christoph Niethammer <niethammer@hlrs.de> | 4 年前 |
| Remove the Open MPI Java MPI bindings The Java MPI bindings were always experimental, were never part of the MPI standard, and are no longer maintained. Remove them in their entirety. Deleted: - the ompi/mpi/java tree (Java sources and the JNI C glue) - the mpijavac wrapper compiler (mpijavac.pl.in) - the Java example programs (Hello/Ring/Connectivity.java) - the LANL macosx-dynamic-java contrib platform files, whose sole purpose was building the Java bindings Removed the Java build machinery: the --enable-mpi-java configure option, the ompi_setup_java / ompi_setup_mpi_java m4 macros, the OMPI_WANT_JAVA_BINDINGS automake conditional and preprocessor define, the libmpi_java shared-library versioning, and the related Makefile.am hooks. Removed the now-dead Java op-callback infrastructure from ompi/op (the java_data union member, the OMPI_OP_FLAGS_JAVA_FUNC flag, the ompi_op_set_java_callback() setter, and the reduction dispatch branch). The "Java bindings" line in ompi_info is retained but hard-coded to "no" so anything parsing that field keeps working. Updated all documentation to drop references to the Java bindings, and added a v6.0.0 changelog entry recording the removal. Signed-off-by: Jeff Squyres <jeff@squyres.com> | 2 个月前 |
| Remove the Open MPI Java MPI bindings The Java MPI bindings were always experimental, were never part of the MPI standard, and are no longer maintained. Remove them in their entirety. Deleted: - the ompi/mpi/java tree (Java sources and the JNI C glue) - the mpijavac wrapper compiler (mpijavac.pl.in) - the Java example programs (Hello/Ring/Connectivity.java) - the LANL macosx-dynamic-java contrib platform files, whose sole purpose was building the Java bindings Removed the Java build machinery: the --enable-mpi-java configure option, the ompi_setup_java / ompi_setup_mpi_java m4 macros, the OMPI_WANT_JAVA_BINDINGS automake conditional and preprocessor define, the libmpi_java shared-library versioning, and the related Makefile.am hooks. Removed the now-dead Java op-callback infrastructure from ompi/op (the java_data union member, the OMPI_OP_FLAGS_JAVA_FUNC flag, the ompi_op_set_java_callback() setter, and the reduction dispatch branch). The "Java bindings" line in ompi_info is retained but hard-coded to "no" so anything parsing that field keeps working. Updated all documentation to drop references to the Java bindings, and added a v6.0.0 changelog entry recording the removal. Signed-off-by: Jeff Squyres <jeff@squyres.com> | 2 个月前 |
| Remove the Open MPI Java MPI bindings The Java MPI bindings were always experimental, were never part of the MPI standard, and are no longer maintained. Remove them in their entirety. Deleted: - the ompi/mpi/java tree (Java sources and the JNI C glue) - the mpijavac wrapper compiler (mpijavac.pl.in) - the Java example programs (Hello/Ring/Connectivity.java) - the LANL macosx-dynamic-java contrib platform files, whose sole purpose was building the Java bindings Removed the Java build machinery: the --enable-mpi-java configure option, the ompi_setup_java / ompi_setup_mpi_java m4 macros, the OMPI_WANT_JAVA_BINDINGS automake conditional and preprocessor define, the libmpi_java shared-library versioning, and the related Makefile.am hooks. Removed the now-dead Java op-callback infrastructure from ompi/op (the java_data union member, the OMPI_OP_FLAGS_JAVA_FUNC flag, the ompi_op_set_java_callback() setter, and the reduction dispatch branch). The "Java bindings" line in ompi_info is retained but hard-coded to "no" so anything parsing that field keeps working. Updated all documentation to drop references to the Java bindings, and added a v6.0.0 changelog entry recording the removal. Signed-off-by: Jeff Squyres <jeff@squyres.com> | 2 个月前 |
| Clean up unnecessary header includes Signed-off-by: Christoph Niethammer <niethammer@hlrs.de> | 3 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| example: whitespace and comment cleanup | 11 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| oshmem: add C++ wrappers though there are no C++ bindings for oshmem, we need C++ wrappers since a C compiler might not be able to compile a C++ source. the C++ wrappers are : - shmemc++ / oshc++ - shmemcxx / oshcxx - shmemCC / oshCC (on case sensitive filesystems) also add the examples/hello_oshmem_cxx.cc example Thanks Bert Wesarg for bringing this to our attention Fixes open-mpi/ompi#2097 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> | 8 年前 |
| oshmem: Align OSHMEM API with spec v1.2 (change examples) | 10 年前 |
| examples: add return 0 to sessions smoke test Signed-off-by: Howard Pritchard <howardp@lanl.gov> | 1 年前 |
| example: whitespace and comment cleanup | 11 年前 |
| example: whitespace and comment cleanup | 11 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| Rename relevant "master" references Change to "main" when referring to Open MPI git branch / URL things, and "manager" when referring to a primary process (e.g., in a "manager / worker" scheme in documentation). Signed-off-by: Jeff Squyres <jsquyres@cisco.com> | 4 年前 |
| Rename relevant "master" references Change to "main" when referring to Open MPI git branch / URL things, and "manager" when referring to a primary process (e.g., in a "manager / worker" scheme in documentation). Signed-off-by: Jeff Squyres <jsquyres@cisco.com> | 4 年前 |
| examples/test: format using clang-format This commit runs clang-format on the test and examples directories. Signed-off-by: Nathan Hjelm <hjelmn@google.com> | 5 年前 |
| OSHMEM: added bunch of examples according to SPEC 1.0 fixed by Roman, reviewed by Igor/Mike cmr=v1.8.2:reviewer=ompi-rm1.8 This commit was SVN r31449. | 12 年前 |
| Rename relevant "master" references Change to "main" when referring to Open MPI git branch / URL things, and "manager" when referring to a primary process (e.g., in a "manager / worker" scheme in documentation). Signed-off-by: Jeff Squyres <jsquyres@cisco.com> | 4 年前 |
| Rename relevant "master" references Change to "main" when referring to Open MPI git branch / URL things, and "manager" when referring to a primary process (e.g., in a "manager / worker" scheme in documentation). Signed-off-by: Jeff Squyres <jsquyres@cisco.com> | 4 年前 |
| Remove variable 'ret' that was never checked. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de> | 3 年前 |