Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
20760aee
There was an error fetching the commit references. Please try again later.
Commit
20760aee
authored
7 years ago
by
Tomáš Oberhuber
Browse files
Options
Downloads
Patches
Plain Diff
Update of README.
parent
b84b4dab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+5
-9
5 additions, 9 deletions
README
with
5 additions
and
9 deletions
README
+
5
−
9
View file @
20760aee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment