public class Info
extends java.lang.Object
MPI_Info
.Modifier and Type | Field and Description |
---|---|
long |
handle |
Modifier and Type | Method and Description |
---|---|
void |
set(java.lang.String key,
java.lang.String value)
set Info variables.
|
public void set(java.lang.String key, java.lang.String value)
key
- keyvalue
- value
Java binding of the MPI operation MPI_Info_set
.
MPIException
- Points out that an MPI exception has occured.