Hello all,
I am trying to run Lumerical through Matlab on Linux (Ubuntu 16.04 LTS) with no success.
In the extreme case appopen(‘fdtd’) crashes my Matlab session! I have added the correct paths for the interface, so Matlab knows where to look for the appopen function. The lumerical GUI for FDTD runs smoothly. The matlab crash report points to a segmentation fault from libinterop-api.so.1
############### part of matlab crash report ##############################################
[ 0] 0x00007fcd6b0dedc0 /opt/lumerical/fdtd/api/matlab/libinterop-api.so.1+00232896 appOpen+00000048
[ 1] 0x00007fcd6b319d4d /opt/lumerical/fdtd/api/matlab/libmatlab-interop.so.1+00007501 _ZN10SessionMgr10newSessionEPKcPKm+00000013
[ 2] 0x00007fcd6b51be99 /opt/lumerical/fdtd/api/matlab/appopen.mexa64+00003737 mexFunction+00000265
[ 3] 0x00007fce25a658b0 /usr/local/MATLAB/R2016a/bin/glnxa64/libmex.so+00149680 mexRunMexFile+00000064
#######################################################################################
Sometimes, I also have the 'Unable to launch the requested application" error.
Has anyone manage to interface Matlab with Lumerical on Linux?