Help with choosing compute instance for adjoint optimization (Meep Parallel ) on AWS/GCP platform #2584
-
Hi, I am rather new to AWS and GCP and have just started learning. I wish to run adjoint optimization of a Silicon Photonic device on it. For example let's take the dimension of the device is 10um x 10um and the resolution is, say 50 pixels/um.
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, not quite. Do not use If you just want to distribute a single simulation, then just launch it with |
Beta Was this translation helpful? Give feedback.
No, not quite. Do not use
divide_parallel_processes
, unless you want groups of processors doing different things (like entirely different simulations).If you just want to distribute a single simulation, then just launch it with
mpirun
(along with the number of cores etc) and meep will automatically distribute things under the hood.