Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
8c28f93d
Commit
8c28f93d
authored
Feb 24, 2014
by
Mathis Rosenhauer
Browse files
Download compressed sample data
parent
9552695d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/bdec.sh
View file @
8c28f93d
#!/bin/sh
set
-e
AEC
=
../src/aec
if
[
!
-f
bench.rz
]
;
then
...
...
tests/benc.sh
View file @
8c28f93d
#!/bin/sh
set
-e
AEC
=
../src/aec
if
[
!
-f
typical.dat
]
;
then
wget https://www.dkrz.de/redmine/attachments/download/441/typical.dat
if
[
!
-f
typical.rz
]
;
then
wget https://www.dkrz.de/redmine/attachments/download/442/typical.rz
$AEC
-d
-n16
-j64
-r256
-m
-c
typical.rz
>
typical.dat
rm
-f
bench.dat
fi
if
[
!
-f
bench.dat
]
;
then
for
i
in
$(
seq
0 499
)
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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