Installation of parallel MEEP with openmp without root access #2635
olibasquette
started this conversation in
General
Replies: 1 comment 1 reply
-
If the bottleneck is computing a Near2Far transform, then OpenMP will help. But OpenMP isn't going to speed up the main timestepping. Currently there is too much cache contention with the current implementation, and MPI will consistently give better performance. I would keep this in mind before going through the hassle of rebuilding everything. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using parallel MEEP for the last few weeks to model far field reflections from certain 3D structures of interest. This is getting rather slow as the structures I create get more complicated. I have tried to build MEEP from source on my group's server with openmp support to hopefully speed things up, as suggested in the docs. Unfortunately I don't have root access, so the majority of the scripts given at https://meep.readthedocs.io/en/latest/Build_From_Source/#building-from-source don't work.
I was wondering if anyone here has had experience with something similar and how they got around it? Alternatively, if there are any pre-compiled conda files available that would be really useful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions