Thank you, I think it may be a problem with my Linux system, the path name may have changed because I switched the system language, I plan to reinstall the system.
To be honest, I don’t know where the problem is. I used Ubuntu 19.04 for temporary learning. Recently I bought a new and bigger hard drive, so I reinstalled Ubuntu 18.04.3 and related software, and the problem was solved. Maybe you can solve the problem by reinstalling the software without reinstalling ubuntu.
I had this issue, I would check the version of gcc and g++ you have. I had version 9 installed, but StaMPS needs version 7.
Install version 7 of both GCC and G++ as your default versions, then delete your StaMPS folder, and reinstall it.
Hi Matt,
I had the same problem. Your solution worked for me.
In my case, the default version of GCC and G++ was 8. I am working on a HPC system, and I do not have admin previledges to install new software. Luckily the system had version 7 of the software. So, I loaded them to replace the newer version.
Before the reinstall of StaMPS (with ‘make’ and ‘make install’) I made shure that I had version 7 for both GCC and G++.
I have tested the method in MATLAB version R2017b which also shown problem with libstdc++.so.6 package. I solved that by adding the following line in my ~/.bashrc file.
alias matlab=‘LD_PRELOAD=/usr/lib64/libstdc++.so.6.0.25 /cm/software/apps/matlab/R2017b/bin/matlab -desktop’
In future, I will test the solution in higer version of MATLAB.
Helllo everyone! I have problem with running this command mt_prep_snap. When I run “file name_mt_prep_snap_date_file name” does not recognize this command. Could it be because I installed StaMPS incorrectly? Thanks in advance!
For me worked after I run the folder of StaMPS in a Terminal, and then I run the command: source_StaMPS_CONFIG.bash.
Although I applied this when installing StaMPS, but every time I restart my Linux system this configuration was missed and I have to rerun source_StaMPS_CONFIG.bash.
dear matt, thanks for you sharing, I uninstalled my gcc and tried to reinstall the gcc -7 version, but I was prompted during the installation that the package was deprecated, how do I install gcc version7 now?
I cannot open the patch.list file. Also, inside every patch file, I cannot locate the file pscands.1.ij .
Let me know how to solve this. Its kind of urgent.