amnonjw
Subscriber
Thanks for the detailed response.

I updated geometry.py to use the remote server resource. However I see that the "-mesh-only" option isn't passed on and the server starts running a simulation after meshing.
The remote server uses job manager where I submit sh files, in which the Lumerical execution is done via the commands:

MPIRUN2=/usr/local/lumerical-2021R2.5/mpich2/nemesis/bin/mpiexec
MY_PROG=/usr/local/lumerical-2021R2.5/bin/fdtd-engine-mpich2nem
INPUT={PROJECT_FILE_PATH}
$MPIRUN2 -np 1 $MY_PROG $INPUT

Is there a flag I should add to instruct mpiexec or fdtd-engine-mpich2nem to only perform meshing?