You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a little project where I will need to run many simulations with simulateDSM and it would be very beneficial for me to minimise execution time. Unfortunately I am stuck with the slowest implementation:
Hi!
I am working on a little project where I will need to run many simulations with
simulateDSM
and it would be very beneficial for me to minimise execution time. Unfortunately I am stuck with the slowest implementation:Environment Information
I am on macOS Catalina 10.15.6 (19G2021) and running python3:
$ uname -a Darwin MacBook-Pro-10.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64
I installed
openblas
andlapack
as follows:While I installed deltasigma as follows:
In order to prevent warnings due to headers not being found upon importing deltasigma in python I made the following symlinks:
Unfortunately I cannot get deltasigma to use BLAS:
Any idea?
The text was updated successfully, but these errors were encountered: