-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel version #176
Comments
You can also add --blas to speed it up when compiling. |
Right, the timing is not correct in case of OMP. As to BLAS, it is very important to use optimized blas, most probably MKL but for this we need to fix GIMIC issues on Intel. |
Ok, thanks. Possibly it might be useful to print an extra line with the number of threads in use but this is of course just a suggestion. |
Just to let you know that I added a line to print the ETA in hours in my fork. It looks like this:
I could make a pull request in case you find it useful. You don't have to, of course, since it's barely significant. |
I think this is useful. |
This issue should have been closed by #178. My fault that I didn't mark it. |
This is not an issue but a question. I compiled with the
--omp
flag and submitted a calculation of the current density in 3D on 8 cores, specifyingIs it supposed to print that it indeed is running on 8 cores? The job is rather big, and ETA does not fit into the format specifier, so I won't be able to tell if it indeed ran faster than serial.
The text was updated successfully, but these errors were encountered: