Zhentao Wang (汪臻涛)

Results 26 comments of Zhentao Wang (汪臻涛)

https://software.intel.com/en-us/articles/intel-guide-for-developing-multithreaded-applications

Hi there, more than a year has passed, and it seems the bug is still there (I still hit it recently on Ubuntu 22.04 with autotools 20220109.1). I see that...

Another quick follow up question: why is Eigen even required in the build?

> @wztzjhn don't hesitate to submit a PR to fix it :) Sorry not an expert on autotools... I naively tried replacing ```if test x"$enable_icb_exmm" != x"no"; then``` by ```AS_IF([test...

> I'll have no time for that these days, and, I have no way to reproduce this at my side (OK at my side). Yes, you probably need to manually...

> > Tried it but did not work (when eigen3 is not present). For the record, I used the following: > > FFLAGS="-m64 -I${MKL_INC_DIR}" > > Can you try without...