Package | Description |
---|---|
claw.wani.x2t.configuration.openacc |
Modifier and Type | Method and Description |
---|---|
static OpenAccLocalStrategy |
OpenAccLocalStrategy.fromString(java.lang.String value)
Get enum value from configuration string.
|
OpenAccLocalStrategy |
OpenAccConfiguration.getLocalStrategy()
Get the OpenACC local array strategy value.
|
static OpenAccLocalStrategy |
OpenAccLocalStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenAccLocalStrategy[] |
OpenAccLocalStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|