To enable marawacc threads:
-Dastx.marawacc.threads=true
Disable with:
-Dastx.marawacc.threads=false
Enable PArrays in marshal and unmarshal
-Dastx.marawacc.usePArrays=true
-Dastx.marawacc.optimizeRSequence=true
-Dastx.marawacc.useTypeOfSequences=true
-Dastx.marawacc.primArrays=true
-Dastx.marawacc.printast=true # False by default
-Dastx.marawacc.profiler=true # false by default
-Dmarawacc.printOCLKernel=true
-Dmarawacc.printGraalIR=true
-Dmarawacc.printOCLInfo=true
-Dmarawacc.dumpGraph=true
Choose a specific OpenCL vendor for CPU
$ export GRAAL_CPU_PLATFORM="INTEL"
Chosse a specific OpenCL vendor for GPU
$ export GRAAL_GPU_PLATFORM="NVIDIA"