Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
waLBerla
waLBerla
Commits
b799cdbd
Commit
b799cdbd
authored
Mar 30, 2022
by
Jonas Plewinski
Committed by
Dominik Thoennes
Mar 30, 2022
Browse files
fixes in Readme
parent
4c1feee8
Pipeline
#38803
passed with stages
in 337 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b799cdbd
...
@@ -44,7 +44,7 @@ Some important CMake variables:
...
@@ -44,7 +44,7 @@ Some important CMake variables:
-
`WALBERLA_BUILD_WITH_CODEGEN`
Enable pystencils code generation"
-
`WALBERLA_BUILD_WITH_CODEGEN`
Enable pystencils code generation"
-
`Python_ROOT_DIR`
Specify the directory of the
`python`
executable. e.g.
`~/miniconda/bin/`
-
`Python_ROOT_DIR`
Specify the directory of the
`python`
executable. e.g.
`~/miniconda/bin/`
-
`MPI_HOME`
Specify the base directory of the MPI installation.
`
-
`MPI_HOME`
Specify the base directory of the MPI installation.
-
`WALBERLA_BUILD_WITH_PYTHON`
Support for embedding Python
-
`WALBERLA_BUILD_WITH_PYTHON`
Support for embedding Python
-
`WALBERLA_BUILD_WITH_CUDA`
Enable CUDA support
-
`WALBERLA_BUILD_WITH_CUDA`
Enable CUDA support
...
@@ -52,7 +52,7 @@ For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or
...
@@ -52,7 +52,7 @@ For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or
### Codegen and Python
### Codegen and Python
To use the `
lbmpy
`/`
pystencils
` code generation please install the packages with e.g. `
pip install lbmpy
` and specify the correct python
To use the
`lbmpy`
/
`pystencils`
code generation please install the packages with e.g.
`pip
3
install lbmpy`
and specify the correct python
environment when calling CMake.
environment when calling CMake.
In previous versions of CMake one could use
`PYTHON_EXECUTABLE`
or
`PYTHON_ROOT_DIR`
(all upper case) to specify the python executable or
In previous versions of CMake one could use
`PYTHON_EXECUTABLE`
or
`PYTHON_ROOT_DIR`
(all upper case) to specify the python executable or
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment