Skip to content
Snippets Groups Projects
Commit 20760aee authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Update of README.

parent b84b4dab
No related branches found
No related tags found
No related merge requests found
......@@ -65,19 +65,15 @@ To implement your own solver:
on lines:
34, 141 and 265 for 1D, 2D and 3D problem respectively with explicit time discretization
101, 211 and 332 for 1D, 2D and 3D problem respectively with (semi-)implicit time discretization
If you have CUDA on your system, edit Makefile
vim Makefile
and change the second line to
WITH_CUDA = yes
Compile the program by executing
make
Run it on your favourite HW architecture by executing
for CPU version only or
make WITH_CUDA=yes
for a solver running on both CPU and GPU. Run it on your favourite HW architecture by executing
./MyProblem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment