isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

Undefined symbol: omp_get_thread_num #3

Closed stoormgeo closed 4 years ago

stoormgeo commented 4 years ago

Hi, I tried to estimate wrapped phase time-series (DS) with sequential.py and got the error with omp_get_thread_num.

writing /home/insar/slc/Sequential/miniStacks/20170201_20170520/stack/stack.vrt -1 True 0 True 1 True 2 True 3 True 4 True 5 True 6 True 7 True 8 True 9 True Traceback (most recent call last): File "/opt/fringe/bin/sequential.py", line 199, in runEvd(inps, miniStack.stackVRT, weightDS, outDir, miniStackCount, compSlcDir, compressedSlcName) File "/opt/fringe/bin/sequential.py", line 52, in runEvd import evdlib ImportError: /opt/fringe/python/evdlib.so: undefined symbol: omp_get_thread_num

piyushrpt commented 4 years ago

Could you try the changes to src/evd/CMakelists.txt file in #4

stoormgeo commented 4 years ago

Ok, issue is fix. Thx