-
Notifications
You must be signed in to change notification settings - Fork 634
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
Total dft_chunks size does not agree with size allocated for output array #2896
Comments
That seems like a bug. Can you post a minimal script that triggers it? (i.e. delete as much as possible from your script) |
Hello @stevengj, Here is the minimal script and the command line arguments that triggers the error.
It works without any error with -resol 32. (MPI version is 4.1 and MEEP version is 1.28.0)
|
try force_all_components=True in the Simulation for the normalization run. |
Hello everyone,
I’m encountering the following error with Meep:
The issue arises in a Python script that first runs a simulation without a structure. After calling reset_meep() to reset the simulation environment, the script sets up a structure and runs the simulation again. The first part of the script works as expected. However, after the first part completes, Meep aborts with the error mentioned above.
The code runs without issues at low resolution, but the error occurs when the resolution is increased. The only parameter that changes is the resolution; everything else remains the same. I am running Meep on 4 nodes, each with 112 cores and 256 GB of RAM.
Has anyone encountered a similar issue or have any suggestions for resolving this
The text was updated successfully, but these errors were encountered: