dbekaert / StaMPS

Stanford Method for Persistent Scatterers
http://homepages.see.leeds.ac.uk/~earahoo/stamps/
GNU General Public License v3.0
226 stars 119 forks source link

mt_prep_snap on Mac #14

Open redagalal opened 5 years ago

redagalal commented 5 years ago

I'm running the mt_prep_snap on Mac for the first time. It runs now for over 8 hours and there is no results or any error messages or even any change in the Terminal window? I do not know if the process still running or how long it takes to be completed? any idea?

dbekaert commented 5 years ago

This sounds very suspicious. mt_prep scripts should be giving output to both the terminal and in terms of generating PATCH folders with content.

Perhaps @mdelgadoblasco has inputs as code-developer for snap2stamps

redagalal commented 5 years ago

Thank you so much for your reply. There is no PATCH folder yet, but there are some files include: clamp.in; f; processor.txt; ps_load; ps+param; rsc.text; and width.text. Do you think the process still running to create the PATCH folder?

liulinan commented 2 years ago

Hi there, I've installed the StaMPS on macOS Mojave and encountered an issue on the mt_prep_snap command, hoping to get some help. The GCC version has been set as gcc-7 to avoid compiler issues. However, the following issues poped up. Could you help me to have a look at it? Thank you!

Screen Shot 2021-08-03 at 4 29 00 PM Screen Shot 2021-08-03 at 4 22 14 PM
mariosgeo commented 2 years ago

You have a segmentation fault. It seems (to me) that you didn't compile with gcc-7. Edit Makefile and replace cc=g++ to cc=g++-7

david-tmotus commented 2 months ago

I have this same issue in Ubuntu 22 and in Ubuntu18, where in this last one I used gcc-7 to compile STAMPS, and still I am getting the core dumped error. Anybody knows how to fix it? image

david-tmotus commented 2 months ago

sorry, I created a separated docker to run this specific compiler and it works, thank you