justinquinn I did look this up and did the following to point to the library:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 matlab
I now do not get the missing libstdc++.so.6 error. I do however get this:
Invalid MEX-file
'/home/dell/issm-files/ISSM/lib/IssmConfig_matlab.mexa64':
/home/dell/issm-files/ISSM/externalpackages/petsc/install/lib/libparmetis.so:
undefined symbol: MPI_Comm_f2c
Error in IssmConfig (line 14)
value = IssmConfig_matlab(string);
Error in issmversion (line 19)
disp([IssmConfig('PACKAGE_NAME') ' Version ' IssmConfig('PACKAGE_VERSION')]);
I looked around at the forum and saw someone had a similar issue with library, so I ran:
!ldd $ISSM_DIR/lib/IssmConfig_matlab.mexa64
In this output, I see libparmetis.so => /home/dell/issm-files/ISSM/externalpackages/petsc/install/lib/libparmetis.so (0x00007440024e1000), which should be the right place?