We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efbc6ff + e6c7731 commit 8a2127bCopy full SHA for 8a2127b
ompi/mpi/java/java/Errhandler.java
@@ -2,7 +2,7 @@
2
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
3
* University Research and Technology
4
* Corporation. All rights reserved.
5
- * Copyright (c) 2004-2005 The University of Tennessee and The University
+ * Copyright (c) 2004-2020 The University of Tennessee and The University
6
* of Tennessee Research Foundation. All rights
7
* reserved.
8
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -55,6 +55,7 @@ public final class Errhandler
55
protected long handle;
56
57
protected static native long getFatal();
58
+ protected static native long getAbort();
59
protected static native long getReturn();
60
61
protected Errhandler(long handle)
0 commit comments