Last login: Thu Jun 22 00:09:25 on ttys000 rifasuhaz@rifasuhaz ~ % cd OpenSource rifasuhaz@rifasuhaz OpenSource % make mkdir -p lib mkdir -p include mkdir -p bin cd FFTlib ; /Library/Developer/CommandLineTools/usr/bin/make mkdir -p /Users/rifasuhaz/OpenSource/lib mkdir -p /Users/rifasuhaz/OpenSource/include cp -rp genfft.h /Users/rifasuhaz/OpenSource/include/genfft.h /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast cc1fft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a cc1fft.o ar: creating archive /Users/rifasuhaz/OpenSource/lib/libgenfft.a a - cc1fft.o rm -f cc1fft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast ccmfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a ccmfft.o a - ccmfft.o rm -f ccmfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast cc2dfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a cc2dfft.o a - cc2dfft.o rm -f cc2dfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast rc1fft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a rc1fft.o a - rc1fft.o rm -f rc1fft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast cr1fft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a cr1fft.o a - cr1fft.o rm -f cr1fft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast rcmfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a rcmfft.o a - rcmfft.o rm -f rcmfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast crmfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a crmfft.o a - crmfft.o rm -f crmfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast rc2dfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a rc2dfft.o a - rc2dfft.o rm -f rc2dfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast cr2dfft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a cr2dfft.o a - cr2dfft.o rm -f cr2dfft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast xt2wx.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a xt2wx.o a - xt2wx.o rm -f xt2wx.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast xt2wkx.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a xt2wkx.o a - xt2wkx.o rm -f xt2wkx.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast yxt2wkykx.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a yxt2wkykx.o a - yxt2wkykx.o rm -f yxt2wkykx.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wkx2xt.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a wkx2xt.o a - wkx2xt.o rm -f wkx2xt.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wkykx2yxt.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a wkykx2yxt.o a - wkykx2yxt.o rm -f wkykx2yxt.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wx2xt.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a wx2xt.o a - wx2xt.o rm -f wx2xt.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast pfafft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a pfafft.o a - pfafft.o rm -f pfafft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast kiss_fft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a kiss_fft.o a - kiss_fft.o rm -f kiss_fft.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fft_mayer.c fft_mayer.c:58:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fht(fz,n) ^ fft_mayer.c:210:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ifft(n,real,imag) ^ fft_mayer.c:231:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void realfft(n,real) ^ fft_mayer.c:250:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void fft(n,real,imag) ^ fft_mayer.c:271:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void realifft(n,real) ^ 5 warnings generated. ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a fft_mayer.o a - fft_mayer.o rm -f fft_mayer.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a wallclock_time.o a - wallclock_time.o rm -f wallclock_time.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast optnumber.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a optnumber.o a - optnumber.o rm -f optnumber.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast lib_fft.c ar rv /Users/rifasuhaz/OpenSource/lib/libgenfft.a lib_fft.o a - lib_fft.o rm -f lib_fft.o ar -s /Users/rifasuhaz/OpenSource/lib/libgenfft.a cd fdelmodc ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fdelmodc.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic2.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic4.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acousticSH4.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic4_qr.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic6.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast viscoacoustic4.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast elastic4.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast elastic4dc.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast elastic6.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast viscoelastic4.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast defineSource.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getParameters.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getModelInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applySource.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getRecTimes.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getBeamTimes.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeSnapTimes.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeRec.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeSrcRecPos.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast decomposition.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fileOpen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast recvPar.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readModel.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast sourceOnSurface.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletHeaders.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast boundaries.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writesufile.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast gaussGen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast spline3.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast CMWC4096.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast threadAffinity.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -Ofast -o fdelmodc fdelmodc.o acoustic2.o acoustic4.o acousticSH4.o acoustic4_qr.o acoustic6.o viscoacoustic4.o elastic4.o elastic4dc.o elastic6.o viscoelastic4.o defineSource.o getParameters.o getWaveletInfo.o getModelInfo.o applySource.o getRecTimes.o getBeamTimes.o writeSnapTimes.o writeRec.o writeSrcRecPos.o decomposition.o fileOpen.o recvPar.o readModel.o sourceOnSurface.o getWaveletHeaders.o boundaries.o verbosepkg.o writesufile.o gaussGen.o spline3.o CMWC4096.o wallclock_time.o name_ext.o atopkge.o docpkge.o threadAffinity.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft cp fdelmodc /Users/rifasuhaz/OpenSource/bin cd zfp ; /Library/Developer/CommandLineTools/usr/bin/make install static /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast bitstream.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode1i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode1l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode1f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode1d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode1i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode1l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode1f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode1d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode2i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode2l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode2f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode2d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode2i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode2l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode2f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode2d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode3i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode3l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode3f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode3d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode3i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode3l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode3f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode3d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode4i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode4l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode4f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast decode4d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode4i.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode4l.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode4f.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast encode4d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -std=c99 -I../include -Ofast zfp.c mkdir -p ../lib ar rc ../lib/libzfp.a bitstream.o decode1i.o decode1l.o decode1f.o decode1d.o encode1i.o encode1l.o encode1f.o encode1d.o decode2i.o decode2l.o decode2f.o decode2d.o encode2i.o encode2l.o encode2f.o encode2d.o decode3i.o decode3l.o decode3f.o decode3d.o encode3i.o encode3l.o encode3f.o encode3d.o decode4i.o decode4l.o decode4f.o decode4d.o encode4i.o encode4l.o encode4f.o encode4d.o zfp.o cp -rp include/* /Users/rifasuhaz/OpenSource/include cp -rp lib/* /Users/rifasuhaz/OpenSource/lib cd utils ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast makemod.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast diffraction.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast randdf.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast elipse.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fractint.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast grid.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast gridabove.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast interpolation.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast linearint.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast plotexample.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast polint.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast roughint.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast sinuousint.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast spline.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast allocs.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o makemod makemod.o wallclock_time.o diffraction.o randdf.o elipse.o fractint.o grid.o gridabove.o interpolation.o linearint.o plotexample.o polint.o roughint.o sinuousint.o spline.o name_ext.o allocs.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast makewave.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast freqwave.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o makewave makewave.o wallclock_time.o freqwave.o allocs.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast extendModel.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getModelInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o extendModel extendModel.o wallclock_time.o allocs.o getModelInfo.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fconv.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o fconv fconv.o getFileInfo.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast correigen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o correigen correigen.o getFileInfo.o readData.o writeData.o name_ext.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast green.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getrecpos.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o green green.o getFileInfo.o getrecpos.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast green3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getrecpos3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o green3D green3D.o getFileInfo.o getrecpos3D.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast basop.c basop.c:456:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] if (fabs(hdrs[0].fldr - ix) < killno) { ^ basop.c:456:9: note: use function 'abs' instead if (fabs(hdrs[0].fldr - ix) < killno) { ^~~~ abs basop.c:468:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] if (fabs(hdrs[0].fldr - ix) > killno) { ^ basop.c:468:9: note: use function 'abs' instead if (fabs(hdrs[0].fldr - ix) > killno) { ^~~~ abs 2 warnings generated. /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast kxwfilter.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o basop basop.o getFileInfo.o kxwfilter.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast syn2d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o syn2d syn2d.o getFileInfo.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast mat2su.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o mat2su mat2su.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast ftr1d.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o ftr1d ftr1d.o getFileInfo.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast mutesnap.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readSnapData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o mutesnap mutesnap.o getFileInfo3D.o writeData3D.o verbosepkg.o getpars.o wallclock_time.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast padmodel.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o padmodel padmodel.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast truncate.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o truncate truncate.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast combine.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o combine combine.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast combine_induced.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o combine_induced combine_induced.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast reshape_su.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o reshape_su reshape_su.o getFileInfo3D.o writeData3D.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast HomG.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o HomG HomG.o getFileInfo3D.o readData.o writeData3D.o verbosepkg.o getpars.o wallclock_time.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast snap2shot.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o snap2shot snap2shot.o getFileInfo3D.o writeData3D.o verbosepkg.o getpars.o wallclock_time.o atopkge.o docpkge.o name_ext.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast makeR1D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o makeR1D makeR1D.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast pwshift.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o pwshift pwshift.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast convhomg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o convhomg convhomg.o getFileInfo3D.o writeData3D.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o readSnapData3D.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast changevalue.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o changevalue changevalue.o wallclock_time.o getpars.o verbosepkg.o atopkge.o docpkge.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast extend3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o extend3D extend3D.o getFileInfo.o writeData.o polint.o spline.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast smooth.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o smooth smooth.o getFileInfo.o readData.o writeData.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp cp makemod /Users/rifasuhaz/OpenSource/bin cp makewave /Users/rifasuhaz/OpenSource/bin cp extendModel /Users/rifasuhaz/OpenSource/bin cp fconv /Users/rifasuhaz/OpenSource/bin cp correigen /Users/rifasuhaz/OpenSource/bin cp green /Users/rifasuhaz/OpenSource/bin cp green3D /Users/rifasuhaz/OpenSource/bin cp basop /Users/rifasuhaz/OpenSource/bin cp syn2d /Users/rifasuhaz/OpenSource/bin cp mat2su /Users/rifasuhaz/OpenSource/bin cp ftr1d /Users/rifasuhaz/OpenSource/bin cp mutesnap /Users/rifasuhaz/OpenSource/bin cp padmodel /Users/rifasuhaz/OpenSource/bin cp truncate /Users/rifasuhaz/OpenSource/bin cp combine /Users/rifasuhaz/OpenSource/bin cp combine_induced /Users/rifasuhaz/OpenSource/bin cp reshape_su /Users/rifasuhaz/OpenSource/bin cp HomG /Users/rifasuhaz/OpenSource/bin cp snap2shot /Users/rifasuhaz/OpenSource/bin cp makeR1D /Users/rifasuhaz/OpenSource/bin cp pwshift /Users/rifasuhaz/OpenSource/bin cp convhomg /Users/rifasuhaz/OpenSource/bin cp changevalue /Users/rifasuhaz/OpenSource/bin cp extend3D /Users/rifasuhaz/OpenSource/bin cp smooth /Users/rifasuhaz/OpenSource/bin cd marchenko ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fmute.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readTinvData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applyMute.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applyMute_plane.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast mapj.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o fmute fmute.o getFileInfo.o readData.o readTinvData.o applyMute.o applyMute_plane.o writeData.o wallclock_time.o mapj.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast marchenko.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast synthesis.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readShotData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applyMute_tshift.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeDataIter.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o marchenko marchenko.o synthesis.o getFileInfo.o readData.o readShotData.o readTinvData.o applyMute.o applyMute_tshift.o applyMute_plane.o writeData.o writeDataIter.o wallclock_time.o mapj.o name_ext.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast marchenko_primaries.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast findFirstBreak.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o marchenko_primaries marchenko_primaries.o synthesis.o getFileInfo.o readData.o readShotData.o readTinvData.o findFirstBreak.o writeData.o writeDataIter.o wallclock_time.o mapj.o name_ext.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft cp fmute /Users/rifasuhaz/OpenSource/bin cp marchenko /Users/rifasuhaz/OpenSource/bin cp marchenko_primaries /Users/rifasuhaz/OpenSource/bin cd corrvir ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast corrvir.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast correlate.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -Ofast -o corrvir corrvir.o getFileInfo.o correlate.o atopkge.o verbosepkg.o docpkge.o wallclock_time.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft cp corrvir /Users/rifasuhaz/OpenSource/bin cd raytime ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast raytime.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast JespersRayTracer.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast vidale.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getParameters.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeSrcRecPos.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readModel.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletHeaders.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getModelInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast recvPar.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writesufile.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast gaussGen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast threadAffinity.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -Ofast -o Raytime raytime.o JespersRayTracer.o vidale.o getParameters.o getWaveletInfo.o writeSrcRecPos.o readModel.o getWaveletHeaders.o verbosepkg.o getModelInfo.o wallclock_time.o recvPar.o writesufile.o gaussGen.o name_ext.o atopkge.o docpkge.o threadAffinity.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft cp Raytime /Users/rifasuhaz/OpenSource/bin cd fdelmodc3D ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fdelmodc3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic2_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic4_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic6_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acousticSH4_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast acoustic4_qr_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast elastic4dc_3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast defineSource3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getParameters3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletInfo3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getModelInfo3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applySource3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getRecTimes3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getBeamTimes3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeSnapTimes3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeRec3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeSrcRecPos3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast decomposition.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fileOpen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast recvPar3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readModel3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast sourceOnSurface3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getWaveletHeaders3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast boundaries3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writesufile3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writesufile.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast gaussGen.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast spline3.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast CMWC4096.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast threadAffinity.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast alloc3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -Ofast -o fdelmodc3D fdelmodc3D.o acoustic2_3D.o acoustic4_3D.o acoustic6_3D.o acousticSH4_3D.o acoustic4_qr_3D.o elastic4dc_3D.o defineSource3D.o getParameters3D.o getWaveletInfo3D.o getModelInfo3D.o applySource3D.o getRecTimes3D.o getBeamTimes3D.o writeSnapTimes3D.o writeRec3D.o writeSrcRecPos3D.o decomposition.o fileOpen.o recvPar3D.o readModel3D.o sourceOnSurface3D.o getWaveletHeaders3D.o boundaries3D.o verbosepkg.o writesufile3D.o writesufile.o gaussGen.o spline3.o CMWC4096.o wallclock_time.o name_ext.o atopkge.o docpkge.o threadAffinity.o alloc3D.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft cp fdelmodc3D /Users/rifasuhaz/OpenSource/bin cd marchenko3D ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast marchenko3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo3DW.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo3Dzfp.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readShotData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readShotData3Dzfp.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readTinvData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast synthesis3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast applyMute3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast makeWindow3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast ampest3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast imaging3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast Cost3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast homogeneousg3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readSnapData3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeDataIter3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o marchenko3D marchenko3D.o getFileInfo3D.o getFileInfo3DW.o getFileInfo3Dzfp.o readData3D.o readShotData3D.o readShotData3Dzfp.o readTinvData3D.o synthesis3D.o applyMute3D.o writeData3D.o makeWindow3D.o ampest3D.o imaging3D.o Cost3D.o homogeneousg3D.o readSnapData3D.o writeDataIter3D.o wallclock_time.o name_ext.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast fmute3D.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o fmute3D fmute3D.o getFileInfo3D.o readData3D.o applyMute3D.o writeData3D.o wallclock_time.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast TWtransform.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o TWtransform TWtransform.o getFileInfo3D.o writeData3D.o wallclock_time.o name_ext.o verbosepkg.o atopkge.o docpkge.o getpars.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -L/Users/rifasuhaz/OpenSource/lib -lgenfft -lzfp cp marchenko3D /Users/rifasuhaz/OpenSource/bin cp fmute3D /Users/rifasuhaz/OpenSource/bin cp TWtransform /Users/rifasuhaz/OpenSource/bin cd vmar ; /Library/Developer/CommandLineTools/usr/bin/make install /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast vmar.c vmar.c:320:50: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf(stderr," Number of steps .. : %d\n", nscl); ~~ ^~~~ %ld 1 warning generated. /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast atopkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast docpkge.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getpars.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readReflData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast readDataTD.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast writeData.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast Marchenko_Iterations.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast Cost.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast getFileInfo.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast verbosepkg.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast name_ext.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -Ofast wallclock_time.c /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -Ofast -Ofast -I/Users/rifasuhaz/OpenSource/include -I. -o vmar vmar.o atopkge.o docpkge.o getpars.o readReflData.o readDataTD.o writeData.o Marchenko_Iterations.o Cost.o getFileInfo.o verbosepkg.o name_ext.o wallclock_time.o -L/Users/rifasuhaz/OpenSource/lib -lgenfft -llapack -lblas cp vmar /Users/rifasuhaz/OpenSource/bin cd extrap ; /Library/Developer/CommandLineTools/usr/bin/make install cd lib ; /Library/Developer/CommandLineTools/usr/bin/make mkdir -p /Users/rifasuhaz/OpenSource/lib mkdir -p /Users/rifasuhaz/OpenSource/include ln -sf /Users/rifasuhaz/OpenSource/extrap/lib/optim.h /Users/rifasuhaz/OpenSource/include/optim.h /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast GaussWindow.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a GaussWindow.o ar: creating archive /Users/rifasuhaz/OpenSource/lib/libextrap2d.a a - GaussWindow.o rm -f GaussWindow.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast KaiserWindow.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a KaiserWindow.o a - KaiserWindow.o rm -f KaiserWindow.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast getFileInfo.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a getFileInfo.o a - getFileInfo.o rm -f getFileInfo.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast getModelInfo.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a getModelInfo.o a - getModelInfo.o rm -f getModelInfo.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast readData.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a readData.o a - readData.o rm -f readData.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast writeData.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a writeData.o a - writeData.o rm -f writeData.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast forwExtr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a forwExtr.o a - forwExtr.o rm -f forwExtr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast getrecextr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a getrecextr.o a - getrecextr.o rm -f getrecextr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast getrecvsp.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a getrecvsp.o a - getrecvsp.o rm -f getrecvsp.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast invExtr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a invExtr.o a - invExtr.o rm -f invExtr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast onewayextr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a onewayextr.o a - onewayextr.o rm -f onewayextr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast kxwfilter.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a kxwfilter.o a - kxwfilter.o rm -f kxwfilter.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast minmax.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a minmax.o a - minmax.o rm -f minmax.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast remez.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a remez.o a - remez.o rm -f remez.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast setzsrc.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a setzsrc.o a - setzsrc.o rm -f setzsrc.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast shortoper.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a shortoper.o a - shortoper.o rm -f shortoper.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast toeplitz.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a toeplitz.o a - toeplitz.o rm -f toeplitz.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast spline3.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a spline3.o a - spline3.o rm -f spline3.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast srcarray.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a srcarray.o a - srcarray.o rm -f srcarray.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast tablecalc_opt.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a tablecalc_opt.o a - tablecalc_opt.o rm -f tablecalc_opt.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast findBestOper.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a findBestOper.o a - findBestOper.o rm -f findBestOper.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast extrapEdge.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a extrapEdge.o a - extrapEdge.o rm -f extrapEdge.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast trunc1D.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a trunc1D.o a - trunc1D.o rm -f trunc1D.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast weightfunct.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a weightfunct.o a - weightfunct.o rm -f weightfunct.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwMigrOpl.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwMigrOpl.o a - xwMigrOpl.o rm -f xwMigrOpl.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwZoMigr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwZoMigr.o a - xwZoMigr.o rm -f xwZoMigr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwBeam.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwBeam.o a - xwBeam.o rm -f xwBeam.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwCFP.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwCFP.o a - xwCFP.o rm -f xwCFP.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwExtr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwExtr.o a - xwExtr.o rm -f xwExtr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwSnap.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwSnap.o a - xwSnap.o rm -f xwSnap.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwVSP.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwVSP.o a - xwVSP.o rm -f xwVSP.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast xwExtrG.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a xwExtrG.o a - xwExtrG.o rm -f xwExtrG.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast kwExtr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a kwExtr.o a - kwExtr.o rm -f kwExtr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast kwMigr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a kwMigr.o a - kwMigr.o rm -f kwMigr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast kwZoMigr.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a kwZoMigr.o a - kwZoMigr.o rm -f kwZoMigr.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast atopkge.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a atopkge.o a - atopkge.o rm -f atopkge.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast docpkge.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a docpkge.o a - docpkge.o rm -f docpkge.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast getpars.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a getpars.o a - getpars.o rm -f getpars.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast verbosepkg.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a verbosepkg.o a - verbosepkg.o rm -f verbosepkg.o /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -c -I/Users/rifasuhaz/OpenSource/include -I. -D_GNU_SOURCE -DREM -Ofast wallclock_time.c ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a wallclock_time.o a - wallclock_time.o rm -f wallclock_time.o /opt/homebrew/Cellar/gcc/13.1.0/bin/gfortran -c -I/Users/rifasuhaz/OpenSource/include optRemez.f optRemez.f:69:72: 69 | 222 IEXT(J)=EXT(J) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 222 at (1) optRemez.f:97:72: 97 | 110 X(J)=DTEMP | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 110 at (1) optRemez.f:100:72: 100 | 120 AD(J)=DD(J,NZ,JET) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 120 at (1) optRemez.f:110:72: 110 | 130 K=-K | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 130 at (1) optRemez.f:122:72: 122 | 140 K=-K | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 140 at (1) optRemez.f:241:72: 241 | 345 IEXT(NZZMJ)=IEXT(NZMJ) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 345 at (1) optRemez.f:246:72: 246 | 360 IEXT(J)=IEXT(J+1) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 360 at (1) optRemez.f:302:72: 302 | 500 DTEMP=DTEMP+DAK*DCOS(DNUM*DK) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 500 at (1) optRemez.f:304:72: 304 | 510 ALPHA(J)=DTEMP | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 510 at (1) optRemez.f:306:72: 306 | 550 ALPHA(J)=2.0*ALPHA(J)/CN | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 550 at (1) optRemez.f:320:72: 320 | 520 P(K)=2.0*BB*A(K) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 520 at (1) optRemez.f:324:72: 324 | 525 P(K)=P(K)+Q(K)+AA*A(K+1) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 525 at (1) optRemez.f:327:72: 327 | 530 P(K)=P(K)+AA*A(K-1) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 530 at (1) optRemez.f:330:72: 330 | 535 Q(K)=-A(K) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 535 at (1) optRemez.f:335:72: 335 | 543 ALPHA(J)=P(J) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 543 at (1) optRemez.f:346:72: 346 | IF(NEG) 600,600,620 | Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1) optRemez.f:350:72: 350 | 605 OPX(J)=0.5*ALPHA(NZMJ) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 605 at (1) optRemez.f:357:72: 357 | 615 OPX(J)=0.25*(ALPHA(NZMJ)+ALPHA(NF2J)) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 615 at (1) optRemez.f:366:72: 366 | 625 OPX(J)=0.25*(ALPHA(NZMJ)-ALPHA(NF3J)) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 625 at (1) optRemez.f:374:72: 374 | 635 OPX(J)=0.25*(ALPHA(NZMJ)-ALPHA(NF2J)) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 635 at (1) optRemez.f:381:72: 381 | 777 EXT(J)=IEXT(J) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 777 at (1) optRemez.f:407:72: 407 | IF(J-K)1,2,1 | Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1) optRemez.f:437:72: 437 | 1 P=P+C*Y(J) | Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 1 at (1) ar rv /Users/rifasuhaz/OpenSource/lib/libextrap2d.a optRemez.o a - optRemez.o rm -f optRemez.o ar -s /Users/rifasuhaz/OpenSource/lib/libextrap2d.a cd main ; /Library/Developer/CommandLineTools/usr/bin/make /opt/homebrew/Cellar/llvm/16.0.6/bin/clang -I/Users/rifasuhaz/OpenSource/include -I. -Ofast migr.c -Ofast -L/Users/rifasuhaz/OpenSource/lib -lextrap2d -lgenfft -o migr Undefined symbols for architecture arm64: "__gfortran_st_write", referenced from: _ouch_ in libextrap2d.a(optRemez.o) "__gfortran_st_write_done", referenced from: _ouch_ in libextrap2d.a(optRemez.o) "__gfortran_transfer_integer_write", referenced from: _ouch_ in libextrap2d.a(optRemez.o) ld: symbol(s) not found for architecture arm64 clang-16: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [migr] Error 1 make[1]: *** [install] Error 2 make: *** [all] Error 2 rifasuhaz@rifasuhaz OpenSource %