Re: [Numpy-discussion] Problem with compiling openacc with f2py

2016-10-30 Thread Vikram Singh
undefined symbol: __offload_func_table Seems to me I have to link another library. But where is __offload_func_table On Thu, Oct 27, 2016 at 1:30 PM, Vikram Singh wrote: > I am a newbie to f2py so I have been creating simple test cases. > Eventually I want to be able to use openacc subrou

[Numpy-discussion] Problem with compiling openacc with f2py

2016-10-27 Thread Vikram Singh
I am a newbie to f2py so I have been creating simple test cases. Eventually I want to be able to use openacc subroutine from python. So here's the test case module test use iso_c_binding, only: sp => C_FLOAT, dp => C_DOUBLE, i8 => C_INT use omp_lib use openacc implicit no