Debug: thread_num 16, core_num 32, ompTid 0, ompTid + core_num 32 Error: kmp_set_affinity(0, &new_omp_mask) ret 22 OMP: Info #242: KMP_AFFINITY: pid 1390 tid 1467 thread 34 bound to OS proc set Thus the problem seems that the OS proc ID is not from 1 ...
OMP:Error#134: Cannot set thread affinity mask.OMP:Systemerror#87: The parameter is incorrect. The issue can be avoided by: operating with Numpy arrays, e.g. x=(df['a']-df['b']).values/(df['c']-df['d']).values or by setting ...