Hi all,
I am trying to use _nassert() inside of the #pragma omp target region, to make sure the data is properly aligned. But the compiler yields the errors
undefined reference to `_nassert'
It seems that I missed a header file, or linker option. Could you please point me out?
Cheng