Eric Wheeler

Results 13 comments of Eric Wheeler

FYI, this link describes how to patch configure.ac to support OpenBLAS and ATLAS and (probably) fix this issue: https://stackoverflow.com/a/69095758/14055985 I was able to copy the configure.ac content and include PSFEX's...

In case it is helpful, here is the .c file that xnec2c uses to support LAPACK, OpenBLAS and Intel MKL as shared objects to auto-detect and dynamically link as available:...

@asreimer, you might want -l**t**atlas because its multithreaded, but that depends on what you're doing I suppose.