Skip to content
Snippets Groups Projects
Commit 82905f97 authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Minor fixes.

parent 8701bb25
Branches
No related tags found
No related merge requests found
Testing code for Kokkos/OpenACC/CUDA Testing code for Kokkos/OpenACC/CUDA
You have to
git clone https://github.com/kokkos/kokkos.git
before compiling anything
...@@ -32,7 +32,7 @@ int main(void) ...@@ -32,7 +32,7 @@ int main(void)
double time; double time;
for (size_t sz = 256; sz <= 256; sz *= 2) for (size_t sz = 128; sz <= 1024; sz *= 2)
{ {
wave_equation_context<T> wec(sz, sz, 1, 0.1, 0.001, 5000); wave_equation_context<T> wec(sz, sz, 1, 0.1, 0.001, 5000);
ofs << sz << " "; ofs << sz << " ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment