Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id2
geoperil
easyWave
Commits
9f6d2882
Commit
9f6d2882
authored
Feb 10, 2014
by
Johannes Spazier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes regarding the code reorganization.
parent
0c6de7d4
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
bin/r17/easywave_r17_AMD64.tar.gz
bin/r17/easywave_r17_AMD64.tar.gz
+0
-0
bin/r17/easywave_r17_src.tar.gz
bin/r17/easywave_r17_src.tar.gz
+0
-0
code/trunk/src/EasyWave.cpp
code/trunk/src/EasyWave.cpp
+1
-1
code/trunk/src/Makefile.am
code/trunk/src/Makefile.am
+6
-6
code/trunk/tests/config.cfg
code/trunk/tests/config.cfg
+1
-1
code/trunk/tools/poi2png.sh
code/trunk/tools/poi2png.sh
+1
-1
code/trunk/tools/ssh2png.sh
code/trunk/tools/ssh2png.sh
+1
-1
code/trunk/tools/sshmax2png.sh
code/trunk/tools/sshmax2png.sh
+1
-1
data/examples.tar.gz
data/examples.tar.gz
+0
-0
No files found.
bin/r17/easywave_r17_AMD64.tar.gz
View file @
9f6d2882
No preview for this file type
bin/r17/easywave_r17_src.tar.gz
View file @
9f6d2882
No preview for this file type
code/trunk/src/EasyWave.cpp
View file @
9f6d2882
...
...
@@ -173,7 +173,7 @@ int main( int argc, char **argv )
//========================================================================
int
commandLineHelp
(
void
)
{
printf
(
"Usage: easy
W
ave -grid ... -source ... -time ... [optional parameters]
\n
"
);
printf
(
"Usage: easy
w
ave -grid ... -source ... -time ... [optional parameters]
\n
"
);
printf
(
"-grid ... bathymetry in GoldenSoftware(C) GRD format (text or binary)
\n
"
);
printf
(
"-source ... input wave either als GRD-file or file with Okada faults
\n
"
);
printf
(
"-time ... simulation time in [min]
\n
"
);
...
...
code/trunk/src/Makefile.am
View file @
9f6d2882
include
$(top_srcdir)/cuda.mk
bin_PROGRAMS
=
E
asy
W
ave
E
asy
W
ave_SOURCES
=
cOgrd.cpp
\
bin_PROGRAMS
=
e
asy
w
ave
e
asy
w
ave_SOURCES
=
cOgrd.cpp
\
cOkadaEarthquake.cpp
\
cOkadaFault.cpp
\
cSphere.cpp
\
...
...
@@ -29,14 +29,14 @@ BUILT_SOURCES = EasyWaveGen.cu
CLEANFILES
=
EasyWaveGen.cu
if
ENABLE_CUDA
E
asy
W
ave_SOURCES
+=
ewCudaKernels.cu
\
e
asy
w
ave_SOURCES
+=
ewCudaKernels.cu
\
ewCudaKernels.cuh
\
ewGpuNode.cu
\
ewGpuNode.cuh
\
EasyWaveGen.cu
E
asy
W
ave_LINK
=
$(NVCC)
-O2
-o
E
asy
W
ave
e
asy
w
ave_LINK
=
$(NVCC)
-O2
-o
e
asy
w
ave
else
E
asy
W
ave_SOURCES
+=
EasyWave.cpp
E
asy
W
ave_LINK
=
$(CXX)
$(CXXFLAGS)
-o
E
asy
W
ave
e
asy
w
ave_SOURCES
+=
EasyWave.cpp
e
asy
w
ave_LINK
=
$(CXX)
$(CXXFLAGS)
-o
e
asy
w
ave
endif
code/trunk/tests/config.cfg
View file @
9f6d2882
@../src/
E
asy
W
ave; @../src/
E
asy
W
ave -gpu
@../src/
e
asy
w
ave; @../src/
e
asy
w
ave -gpu
code/trunk/tools/poi2png.sh
View file @
9f6d2882
#!/bin/bash
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
uti
ls"
&&
pwd
)
"
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
too
ls"
&&
pwd
)
"
SSHFILE
=
eWave.poi.summary
FONT
=
$EWPATH
/FreeMonoBold.ttf
...
...
code/trunk/tools/ssh2png.sh
View file @
9f6d2882
#!/bin/bash
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
uti
ls"
&&
pwd
)
"
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
too
ls"
&&
pwd
)
"
FONT
=
$EWPATH
/FreeMonoBold.ttf
VMAX
=
0.5
...
...
code/trunk/tools/sshmax2png.sh
View file @
9f6d2882
#!/bin/bash
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
uti
ls"
&&
pwd
)
"
EWPATH
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
/../
too
ls"
&&
pwd
)
"
SSHFILE
=
eWave.2D.sshmax
FONT
=
$EWPATH
/FreeMonoBold.ttf
...
...
data/examples.tar.gz
View file @
9f6d2882
No preview for this file type
Write
Preview
Markdown
is supported
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