Heike Fliegl
Heike Fliegl
Did you think of ''omp_get_wtime()'' ?
https://gcc.gnu.org/onlinedocs/libgomp/omp_005fget_005fwtime.html
For the test cases?
During a new attempt to install gimic on my Mac I ended up doing a cleanup of unused code. Afterwards I was able to compile. The problem with the Mac...
The following was helpful in my case: 1. use Anaconda and install everything needed in requirements.txt 2. gfortran, gcc, g++ have to be in /usr/local/bin/ 3. in the .bashrc I...
I tried several things using MacPorts and Brew and XCode. The main problem was to set the PATH correct such that gimic cmake finds what it should. I am sure...
The setup --omp stuff was also working, but not the --blas option. This is because it does not find the Blas and Lapack libraries. Any idea on how to install...
By the way I used Anaconda 2.
I was thinking about this issue. Is it really a good idea to support different operating systems? Should we not instead concentrate on improving gimic?