Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
waLBerla
Commits
4c1feee8
Commit
4c1feee8
authored
Mar 22, 2022
by
Jonas Plewinski
Browse files
Fixed typos
parent
ccfb1b87
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4c1feee8
...
...
@@ -31,7 +31,7 @@ your operating system's package manager.
The typical steps, assuming your are in the waLBerla source directory, are:
-
`mkdir build; cd build`
create a build directory and change into it
-
`cmake ..`
call CMake with the waLBerla source directory as a argument
-
`cmake ..`
call CMake with the waLBerla source directory as a
n
argument
-
`make`
build waLBerla
To specify a CMake option you need to use
`-D(Option)=(Value)`
. For example to set the C++ compiler one can use:
...
...
@@ -48,7 +48,7 @@ Some important CMake variables:
- `
WALBERLA_BUILD_WITH_PYTHON
` Support for embedding Python
- `
WALBERLA_BUILD_WITH_CUDA
` Enable CUDA support
For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or use `
ccmake as described above.
`
For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or use `
ccmake
`
as described above.
### Codegen and Python
...
...
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