Resume the simulation from previously created checkpoint. When the simulation finishes, all simulation data will be saved to the current simulation file. The updated simulation file will then be re-loaded by the GUI.
Syntax |
Description |
---|---|
resume; |
Launch the simulation in parallel mode as defined in the resource manager. This function does not return any data. |
resume(option1); |
Option1 (default: 3) can be:
|
Requirements to resume
- Project must be identical with the exception of "auto shutoff min" and "auto shutoff max".
- Project can be in either layout or analysis mode. Simulation can still be resumed after switching to layout.
- Each of multiple/distributed/MPI processes must have access to its particular checkpoint file. User may need to specify process rank allocation.
- Processor layout, MPI technology (mpich or impi etc), platform (linux/mac/windows), CPU architecture, and Lumerical build number must be the same
Memory usage
- Checkpointing or resuming from checkpoint does not require extra memory
Supported Objects
- All source and monitors types.
- To resume a movie monitor, the previous movie file must still exist on disk. Otherwise the movie monitor will be ignored.
See Also