shoshia
shoshia
yes they are from same distribution $ gfortran --version GNU Fortran (Rev1, Built by MSYS2 project) 7.2.0 Copyright (C) 2017 Free Software Foundation, Inc.
dows it make sense to try `make BINARY=64 TARGET=HASWELL DYNAMIC_ARCH=1 HOSTCC=g++ NUM_THREADS=64 CC=gcc FC=x86_64-w64-mingw32-gfortran USE_THREAD=1 USE_OPENMP=1 OPENBLAS_COMPLEX_STRUCT=1 -j8 tests`? I'll check out
it did tests without error. Now I cleaned and recompiling without `DYNAMIC_ARCH`
yes . I'm using visual studio 2013 with armadillo. If I dont define LAPACK_COMPLEX_STRUCTURE I get errors. I thought they were related
and one more question...will -O3 option give more speed up?
test passed without 'DYNAMIC_ARCH=1'...i'l doing now without OPENBLAS_COMPLEX_STRUCT=1
when try to run program it loads libgomp-1.dll is that normal?
will try to build using gcc not msvc tomorrow
i mean program(using mingw builds with ms visual studio right now)