Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
d2f729df
Commit
d2f729df
authored
Nov 15, 2019
by
thomas.forbriger
Browse files
croposp [WP]: base test case on new time series
parent
65934f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/tests/Makefile
View file @
d2f729df
...
@@ -464,31 +464,34 @@ crosscompilation.pdf: $(addprefix cross,$(addsuffix psd.pdf,$(CPSD_SET)))
...
@@ -464,31 +464,34 @@ crosscompilation.pdf: $(addprefix cross,$(addsuffix psd.pdf,$(CPSD_SET)))
#
#
white1.seed
:
;printf "%s
\n
" 686293391 > $@
white1.seed
:
;printf "%s
\n
" 686293391 > $@
white2.seed
:
;printf "%s
\n
" 448546898 > $@
white2.seed
:
;printf "%s
\n
" 448546898 > $@
WHITEN
=
100
WHITE_N
=
10000
whiterawseries.bin
:
randomseries
-v
-o
-t
bin
-rngtype
$(RNGTYPE)
-nseries
2
\
-nsamples
$(WHITE_N)
-dt
$(CPSD_DT)
-seed
$(RNGSEED)
\
-std
1.
-mean
0.
$@
white1.bin white2.bin
:
\
white1.bin white2.bin
:
\
%.bin: %.seed
%.bin: whiterawseries.bin
/bin/bash
-c
'export GSL_RNG_SEED=$$(cat $<); \
any2any
--verb
--over
--itype
bin
--otype
bin
\
export GSL_RNG_TYPE=
$(RNGTYPE)
; \
RAW
$@
$<
t:
$(
patsubst
white%.bin,%,
$@
)
siggenx 14 RAW$@ -a 7.07 -v -o -d
$(CPSD_DT)
-T
$(WHITEN)
-ot bin; \
echo seed: $$GSL_RNG_SEED >
$(
patsubst
%.bin,%seed.xxx,$@
)
'
sehefixx RAW
$@
$@
\
sehefixx RAW
$@
$@
\
-verbose
-overwrite
-itype
bin
-otype
bin
-ss
WHI
\
-verbose
-overwrite
-itype
bin
-otype
bin
-ss
WHI
\
-sc
$(
patsubst
white%.bin,%,
$@
)
-si
$(WHITEN)
-sc
$(
patsubst
white%.bin,%,
$@
)
-si
$(WHITE_N)
white%_100.bin
:
white%_100.bin
:
/bin/rm
-fv
$(
patsubst
white%_100.bin,white%.bin,
$@
)
/bin/rm
-fv
$(
patsubst
white%_100.bin,white%.bin,
$@
)
$(MAKE)
$(
patsubst
white%_100.bin,white%.bin,
$@
)
WHITEN
=
100
$(MAKE)
$(
patsubst
white%_100.bin,white%.bin,
$@
)
WHITE
_
N
=
100
/bin/mv
-fv
$(
patsubst
white%_100.bin,white%.bin,
$@
)
$@
/bin/mv
-fv
$(
patsubst
white%_100.bin,white%.bin,
$@
)
$@
white%_1000.bin
:
white%_1000.bin
:
/bin/rm
-fv
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
/bin/rm
-fv
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
$(MAKE)
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
WHITEN
=
1000
$(MAKE)
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
WHITE
_
N
=
1000
/bin/mv
-fv
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
$@
/bin/mv
-fv
$(
patsubst
white%_1000.bin,white%.bin,
$@
)
$@
white%_10000.bin
:
white%_10000.bin
:
/bin/rm
-fv
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
/bin/rm
-fv
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
$(MAKE)
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
WHITEN
=
10000
$(MAKE)
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
WHITE
_
N
=
10000
/bin/mv
-fv
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
$@
/bin/mv
-fv
$(
patsubst
white%_10000.bin,white%.bin,
$@
)
$@
WHITE_LOG
=
--log
20
WHITE_LOG
=
--log
20
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment