Package | Description |
---|---|
claw.tatsu.directive.generator | |
claw.tatsu.directive.generator.openacc | |
claw.wani.x2t.configuration.openacc |
Modifier and Type | Method and Description |
---|---|
void |
OpenAcc.setExecutionMode(OpenAccExecutionMode mode) |
Modifier and Type | Method and Description |
---|---|
static OpenAccExecutionMode |
OpenAccExecutionMode.fromString(java.lang.String value)
Get enum value from a string.
|
static OpenAccExecutionMode |
OpenAccExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenAccExecutionMode[] |
OpenAccExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpenAccExecutionMode |
OpenAccConfiguration.getMode()
Get the OpenACC execution mode value.
|