Skip to content

Commit 8a2127b

Browse files
authored
Merge pull request #7984 from abouteiller/bugfix/java-errh
Missing function to populate java errors_abort handler
2 parents efbc6ff + e6c7731 commit 8a2127b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mpi/java/java/Errhandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
33
* University Research and Technology
44
* Corporation. All rights reserved.
5-
* Copyright (c) 2004-2005 The University of Tennessee and The University
5+
* Copyright (c) 2004-2020 The University of Tennessee and The University
66
* of Tennessee Research Foundation. All rights
77
* reserved.
88
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -55,6 +55,7 @@ public final class Errhandler
5555
protected long handle;
5656

5757
protected static native long getFatal();
58+
protected static native long getAbort();
5859
protected static native long getReturn();
5960

6061
protected Errhandler(long handle)

0 commit comments

Comments
 (0)