Alternative VE Offloading
2.7.1
|
VEO requires 32 Huge Pages per VE context. Make sure the system is configured with huge pages by checking /proc/meminfo
.
VEO does not support quadruple precision real number and variable length character strings as arguments of Fortran subroutines and functions.
VEO does not support quadruple precision real number and variable length character strings as return values of Fortran functions.
When veo_proc_create() is invoked, multiple threads for a OpenMP program are created on VE side in the default context. If you do not use OpenMP, set the environment variable VE_OMP_NUM_THREADS=1.
If using more VE contexts inside one proc, restrict the contexts to use only one OpenMP thread. Multiple contexts with multiple OpenMP threads do not work.
Synchronous APIs wait the completion of previous requests submitted by asynchronous APIs. Synchronous APIs are below:
The size of arguments passed to functions is limited to 63MB, since the size of the initial stack is 64MB. Allocate and use memory buffers on heap when you have huge argument arrays to pass.