meep plugin requires fixing for MPI
See original GitHub issuepytest gdsfactory/simulation/gmeep/test_write_sparameters_meep.py
is not working with gdstk backend
the failing code is coming from
write_sparameters_meep_mpi.py
We can’t pickle gdstk Cells so maybe it’s cleaning writing and reading them using GDS instead of pickle
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
how to run meep remotely? · Discussion #2071 - GitHub
Just log onto the remote server (with ssh or similar) and then run python my-meep-script.py ? Do you mean interactively with Jupyter notebooks?...
Read more >Parallel Meep - MEEP Documentation
Meep supports distributed-memory parallelism via MPI. This allows it to scale up from single multi-core machines to multi-node clusters and supercomputers, ...
Read more >101 questions with answers in MPI | Scientific method
I am trying to run a protein-ligand MD simulation using slurm script on the HPC system. But I am getting the following error...
Read more >Updated Debian 7: 7.3 released - Google Groups
meep -lam4 Move /usr/include/meep-lam4 to /usr/ include/meep; fixes building against the -dev package meep-mpi-default Move /usr/include/meep-mpi-default
Read more >ChangeLog.txt - SlackBuilds.org
... Fix github tarball handling. development/geany-plugins: Updated for version ... MD5SUMs. graphics/xdot: Fix deps. libraries/Geraldo: Update REQUIRES for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m on it
fixed, the ports were missing
write_gds_with_metadata
instead ofwrite_gds
fixed the issue