• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

c/H18-Mar-2020-10,1487,944

java/H18-Mar-2020-15,9258,485

Makefile.amH A D18-Mar-2020232 131

Makefile.inH A D18-Mar-202089.5 KiB2,0131,920

READMEH A D18-Mar-20202.1 KiB5439

README

1***************************************************************************
2
3Note about the Open MPI Java bindings
4
5The Java bindings in this directory are not part of the MPI specification,
6as noted in the README.JAVA.txt file in the root directory. That file also
7contains some information regarding the installation and use of the Java
8bindings. Further details can be found in the paper [1].
9
10We originally took the code from the mpiJava project [2] as starting point
11for our developments, but we have pretty much rewritten 100% of it. The
12original copyrights and license terms of mpiJava are listed below.
13
14 [1] O. Vega-Gisbert, J. E. Roman, and J. M. Squyres. "Design and
15     implementation of Java bindings in Open MPI". Parallel Comput.
16     59: 1-20 (2016).
17
18 [2] M. Baker et al. "mpiJava: An object-oriented Java interface to
19     MPI". In Parallel and Distributed Processing, LNCS vol. 1586,
20     pp. 748-762, Springer (1999).
21
22***************************************************************************
23
24            mpiJava - A Java Interface to MPI
25            ---------------------------------
26                    Copyright 2003
27
28        Bryan Carpenter, Sung Hoon Ko, Sang Boem Lim
29        Pervasive Technology Labs, Indiana University
30        email {shko,slim,dbc}@grids.ucs.indiana.edu
31
32                       Xinying Li
33                   Syracuse University
34
35                       Mark Baker
36             CSM, University of Portsmouth
37             email mark.baker@computer.org
38
39      (Bugfixes/Additions, CMake based configure/build)
40                      Blasius Czink
41               HLRS, University of Stuttgart
42
43Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
45You may obtain a copy of the License at
46
47   http://www.apache.org/licenses/LICENSE-2.0
48
49Unless required by applicable law or agreed to in writing, software
50distributed under the License is distributed on an "AS IS" BASIS,
51WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52See the License for the specific language governing permissions and
53limitations under the License.
54