Skip to content

Commit 49e3f0f

Browse files
committed
cleanup
1 parent 56b6ab1 commit 49e3f0f

File tree

27 files changed

+33
-1392
lines changed

27 files changed

+33
-1392
lines changed

system/generic/SConstruct

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
agc aliasp bandpass bin bin1 boxsmooth burg canny causint clip clip2
7-
cmatmult cmatmult2 cosft costaper csmooth deriv dipfilter dsmooth dwt
8-
enoint2 equal expl1 expl2 extract fern fft1 fft3 grad2 grad3 heat
9-
histogram igrad intshow inttest1 inttest2 inttest3 impl1 impl2 impl3
10-
iwarp jacobi jacobi2 lapfill laplac laplac3d linear linefit logwarp
11-
lorenz lpad mandelbrot match matmult max1 miss2 monof monof2 mutter
12-
noise otsu polymask postfilter2 pow reg2tri remap1 roots shapebin
13-
shapebin1 sharpen slice smooth smoothder smoothreg2 spectra spectra2
14-
spline splinefilter swtdenoise t2warp tclip threshold trapez tri2reg
15-
trirand trishape unif2 unif3
6+
agc aliasp bandpass bin bin1 boxsmooth canny causint clip clip2 cmatmult cmatmult2 cosft costaper deriv dipfilter dwt enoint2 expl2 extract fern fft1 fft3 grad2 grad3 heat histogram igrad impl2 intshow inttest1 inttest2 inttest3 iwarp jacobi lapfill laplac linear linefit lorenz lpad mandelbrot matmult max1 monof mutter noise otsu postfilter2 pow reg2tri remap1 roots shapebin1 sharpen slice smooth smoothder smoothreg2 spectra spectra2 spline splinefilter t2warp threshold trapez tri2reg trirand trishape unif2 unif3
167
'''
178

189
# hlinfilter
@@ -82,13 +73,6 @@ for prog in mains:
8273
other = other.replace('.exe','')
8374
docalias[other] = 'sf'+prog
8475

85-
for prog in Split('gaussshape2'):
86-
sources = ['Test' + prog,prog]
87-
bldutil.depends(env,sources,prog)
88-
sources = [x + '.o' for x in sources]
89-
env.Object('Test' + prog + '.c')
90-
env.Program(sources,PROGPREFIX='',PROGSUFFIX='.x')
91-
9276
######################################################################
9377
# SELF-DOCUMENTATION
9478
######################################################################

system/seismic/SConstruct

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
aastack agmig ai2refl anovc anovcv avo beamspray cascade c2r cell2
7-
cell3 cgscan cmp2shot constfdmig2 cos2ang depth2time diffoc
8-
diffraction dimag dmo dsr dsr2 envelope fincon findmo finstack fkamo
9-
fkdmo fkgdmo fold fourvc fourvc0 fourvc2 fowler fowler1 fowler2
10-
freqint freqlet gazdag gdmo halfint headerattr headermath hwt2d hwtex
11-
infill inmo inmo3 inmo3gma intbin intbin3 isin2ang itaupmo itaupmo2
12-
itaupmo3 itxmo itxmo3 iwarp2 iwarp3 kirchinv kirchnew kirmod kirmod3
13-
lineiko linsincos migsteep3 modrefl modrefl2 modrefl3 moveout nmo nmo3
14-
nmo3_ort nmodips nmov nmow nmow_adj nmo3gma_adj ovc ovcco ovczo oway1
15-
pmig pnmo pnmo3d pp2psang pp2psang2 pp2pstsic preconstkirch prestolt
16-
ptaupmo3 ptaupmo ptaupmoVTI pveltran map2coh pveltranVTI pveltran3
17-
pyramid radial radial2 radon randrefl rays2 rays2a rays3 refer refl2ai
18-
ricker ricker1 ricker2 rweab rwesrmig rwezomig s2ofz s2ofz2 segyheader
19-
segyread segywrite shifts shoot2 shot2cmp shotconstkirch shotholes
20-
shotprop simivscan sin slant srmva srseidel srsyn sstep2 stacks stolt
21-
stolt2 stoltstretch stretch stripes tan2ang taupmo time2depth
22-
tlagtoang2d tshift txpscan txpnmo vczo vczo2 vczo3 velmod veltran voft
23-
vofz vscan xlagtoang2d zoeppritz zoeppritz2 zomig zomva
6+
aastack agmig ai2refl c2r cascade cgscan cmp2shot constfdmig2 depth2time diffoc diffraction dmo dsr envelope fincon findmo finstack fkamo fkdmo fold fourvc fourvc2 freqlet gazdag halfint headerattr headermath hwt2d hwtex infill inmo inmo3 intbin intbin3 itaupmo iwarp2 iwarp3 kirchinv kirchnew kirmod kirmod3 lineiko map2coh migsteep3 modrefl modrefl2 moveout nmo nmo3_ort nmow_adj ovczo pmig pnmo pnmo3d preconstkirch ptaupmo ptaupmoVTI pveltran pveltranVTI pyramid radial radial2 radon rays2 rays2a refer ricker ricker1 ricker2 rweab rwezomig segyheader segyread segywrite shot2cmp shotholes shotprop simivscan slant srmva srseidel srsyn stacks stolt stolt2 stoltstretch stretch stripes tan2ang taupmo time2depth tshift vczo vczo2 vczo3 velmod veltran voft vscan xlagtoang2d zoeppritz zomig zomva
247
'''
258

269
libsrc = 'segy'

user/aklokov/SConstruct

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,14 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
ditime2d ditime3d
7-
crssemb crssemb3d
8-
diptaper dvscan2d
9-
pick2d gammapick2d
10-
pdrscan2d pdr2d
11-
dagap sumamp
12-
taperedge heal
13-
revent rotvol dagtaper
6+
crssemb crssemb3d dagap diptaper
147
'''
158
# todel
169
# pickvert
1710

1811
mpi_progs = ''
1912

20-
ccprogs = 'tmigda dmigda diparti itrace dbfmig diparti3 vsptmigda'
13+
ccprogs = 'dmigda tmigda'
2114

2215
subs = '''
2316
hwt2d support sembler

user/bash/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
datshift eikfswp ktmig maskval mpihello wile
6+
ktmig mpihello
77
'''
88

99
try: # distributed version

user/browaeys/SConstruct

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
beamsteer bmcgauss
7-
catan2 comblist
8-
cplxatt cplxcoh cplxcor cplxloc
9-
differr gsray
10-
karman karmans karman2
11-
mcbmcgauss
12-
pde2dadp
13-
radonslope2 tan2dang
14-
velmap velsteer
15-
sqsanaly
6+
karman
167
'''
178

189
# zoimg3

user/carrot/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import os, sys, re, string
22
sys.path.append('../../framework')
33
import bldutil
44

5-
progs = ''' acoustic1D acoustic1D_FWI_ptb acoustic1D_FWI_adj
5+
progs = '''acoustic1D
66
'''
77

88
pyprogs = 'viewbin'

user/chen/SConstruct

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,19 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
comp resample addevent mflt signal
7-
psss psefd mdfd4 wavmod
8-
pwdfreq lphcoef fbfreq lphfreq
9-
ldip odip dipflt fbank1 fbank2 fbdip fbpwd
10-
ss ssblend sscrg
11-
epfbe epfbil epfws epfad
12-
frt pca fault fir fastpwd fbgabor apick orientation slopescan
13-
divn2d divnls curv2 horizon
14-
coherence dipcoh fcoh1 fcoh2 horwrite
15-
psvp curv acurv
6+
addevent coherence comp ldip lphfreq mflt odip pwdfreq resample signal wavmod
167
'''
178

189
pyprogs='''
19-
prefilt pygraph subplot shuffle asc2rsf
20-
sos fpca
10+
asc2rsf shuffle
2111
'''
12+
2213
pymods='''
2314
pcmf
2415
'''
2516

2617
tprogs='''
27-
opwd fbdip pca fcoh2
18+
opwd pca
2819
'''
2920

3021
docs = []

user/chengjb/SConstruct

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,11 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
datasucjb2rsf2d kine2dvti ort3dhomodevcK ort3dhomodevK
7-
ort3dpseudophomo tti2desep tti2dpseudop tti3de twolayer2dti
8-
twolayer3dti vti2desep vti2dpseudop vti2dpseudop1 vti2dpseudopfvs0
9-
vti2dpseudosv
10-
vti3de
11-
vti3dpseudosh vti3dpseudosv
12-
twolayer3dort resamp ort3de tti2de
6+
datasucjb2rsf2d kine2dvti ort3de ort3dhomodevK ort3dhomodevcK ort3dpseudophomo resamp tti2de tti2desep tti2dpseudop tti3de twolayer2dti twolayer3dort twolayer3dti vti2desep vti2dpseudop vti2dpseudop1 vti2dpseudopfvs0 vti2dpseudosv vti3de vti3dpseudosh vti3dpseudosv
137
'''
148

159
ccprogs = '''
16-
tti2delrdecomp tti2delrdecomp2p tti2delrsep tti2delrsep2p
17-
tti2dpseudoplrsep tti3delrsepP tti3delrsepSH tti3delrsepSV
18-
vti3delrsepP vti3delrsepSH vti3delrsepSV
19-
tti2dpseudosvlrsep
20-
tti2delr tti2dekspacelr tti2dekspacelrsource tti2devectorlrsvd tti2delrdec
21-
tti2devectorlrsvd_double tti2devectorlrsvdkspace_double
22-
tti2devectorlrsvdkspace_double_stiffness ort3devectorlrkspace_double
10+
ort3devectorlrkspace_double tti2dekspacelr tti2dekspacelrsource tti2delr tti2delrdec tti2delrdecomp tti2delrdecomp2p tti2delrsep tti2delrsep2p tti2devectorlrsvd tti2devectorlrsvd_double tti2devectorlrsvdkspace_double tti2devectorlrsvdkspace_double_stiffness tti2dpseudoplrsep tti2dpseudosvlrsep tti3delrsepP tti3delrsepSH tti3delrsepSV vti3delrsepP vti3delrsepSH vti3delrsepSV
2311
'''
2412

2513
pyprogs ='''

user/chenyk/SConstruct

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,24 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
dispelem diff mulawefd2d emd norm blend xcorr matoper lesolver pclipc2
7-
dwtdenoise trisolver symposolver seiscut seisthr Testsolver
8-
Testsolver1 trapepass lagrange heatexplitest heatimplitest hyperdif
9-
zerotrace hilbert cdivdir cabs cemd1 cemd2 snr2 snr3 snrcyk preerror
10-
threshold1 tsmf fxdecon simidenoise bin2rsf rsf2bin halfthr hradon
11-
suplane simidenoise1 rmtrace prekirch psmig pocssemb afd2d
12-
prekirchsr simpostkirch presr nlm1 nlm2 dblendseis svmf genshotscyk dip_fb dipn_fb dipl dipln selfblend ycvelxf ycvelinvww afd2domp low addtrace matlr pnmomf expd ltfts ltftn fxynpre fxynpre2
13-
orthol orthon orthonc orthoa smoothn warpscann dipn efd3dmt sint2 sint3 eikonal_rtp eikonal_surf eikonal_surf_dv1d txt2rsf rsf2txt npef5_recon
6+
addtrace bin2rsf blend cabs diff emd fxdecon halfthr low mutter3 norm prekirch rmtrace rsf2bin selfblend simidenoise simidenoise1 snr2 snr3 svmf threshold1 tsmf zerotrace
147
'''
15-
ccprogs = 'diffcxx'
8+
9+
ccprogs = ''
1610

1711
# broken: npef5 aps3d
1812

1913
# mutter3 aps3d npef5
2014

2115
mpiprogs='''
22-
mpiafdfwi2d
2316
'''#mpiafdfwi3d (not finished yet)
2417

2518
cprogs = '''
2619
cqrtm
2720
'''
2821

2922
tprogs='''
30-
clapack cblas csolver eno1 eno2 eno3 spline fft2
23+
clapack cblas eno1 eno2 eno3 spline
3124
'''
3225

3326
pyprogs='''

user/cram/SConstruct

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ sys.path.append('../../framework')
33
import bldutil
44

55
progs = '''
6-
bspvel2 bspvel3
7-
cram2 cram3 cramdd crazgathc3
8-
escbsc3 escdiff escfgrid2 escnband2
9-
escrt2 escrt3 escscd3 escst3
10-
esctbl2
11-
pcrdata2 pcrdata3 pcrsurv3
12-
rpslow2
6+
bspvel2 cram2 escrt2 pcrdata2
137
'''
148

159
try: # distributed version

0 commit comments

Comments
 (0)