OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splash2
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/scripts/
download-and-build-splash2
16
if [ -e
splash2
]; then
17
echo "Error: a directory with the name
splash2
already exists. Please"
25
if [ ! -e
splash2
.tar.gz ]; then
26
wget -q http://www-flash.stanford.edu/apps/SPLASH/
splash2
.tar.gz
28
if [ ! -e
splash2
-modified.patch.gz ]; then
29
wget -q http://www.capsl.udel.edu/splash/
splash2
-modified.patch.gz
33
tar zxf $downloads/
splash2
.tar.gz
34
cd
splash2
35
gzip -cd < "$downloads/
splash2
-modified.patch.gz" | patch -p1 -s
37
diff -ru orig/
splash2
/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.
[
all
...]
download-and-build-splash2.in
16
if [ -e
splash2
]; then
17
echo "Error: a directory with the name
splash2
already exists. Please"
25
if [ ! -e
splash2
.tar.gz ]; then
26
wget -q http://www-flash.stanford.edu/apps/SPLASH/
splash2
.tar.gz
28
if [ ! -e
splash2
-modified.patch.gz ]; then
29
wget -q http://www.capsl.udel.edu/splash/
splash2
-modified.patch.gz
33
tar zxf $downloads/
splash2
.tar.gz
34
cd
splash2
35
gzip -cd < "$downloads/
splash2
-modified.patch.gz" | patch -p1 -s
37
diff -ru orig/
splash2
/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.
[
all
...]
run-splash2
96
SPLASH2
="${DRD_SCRIPTS_DIR}/../
splash2
"
97
if [ ! -e "${
SPLASH2
}" ]; then
98
echo "Error:
splash2
directory not found (${
SPLASH2
})."
113
# 1.
SPLASH2
test name.
181
# ftp://www-flash.stanford.edu/pub/
splash2
/splash2_isca95.ps.Z
189
cd ${
SPLASH2
}/codes/kernels/cholesky/inputs
198
run_test ${
SPLASH2
}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m16
201
run_test ${
SPLASH2
}/codes/kernels/lu/contiguous_blocks/LU -n51
[
all
...]
Completed in 50 milliseconds