From 1db4595f7dda1b4f597fe2937236ad3c96abd303 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Thu, 6 Aug 2020 14:58:57 +0200 Subject: [PATCH] Updated ReadMe with new links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 617a9ce3..cd7fce1e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ lbmpy ===== [](https://mybinder.org/v2/gh/mabau/lbmpy/master?filepath=doc%2Fnotebooks) -[](http://pycodegen.pages.walberla.net/lbmpy) +[](http://pycodegen.pages.i10git.cs.fau.de/lbmpy) [](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) -[](http://pycodegen.pages.walberla.net/lbmpy/coverage_report) +[](http://pycodegen.pages.i10git.cs.fau.de/lbmpy/coverage_report) Run fast fluid simulations based on the lattice Boltzmann method in Python on CPUs and GPUs. @@ -39,7 +39,7 @@ pip install lbmpy[interactive] Without `[interactive]` you get a minimal version with very little dependencies. All options: -- `gpu`: use this if nVidia GPU is available and CUDA is installed +- `gpu`: use this if a NVIDIA GPU is available and CUDA is installed - `opencl`: use this to enable the target `opencl` (execution using OpenCL) - `alltrafos`: pulls in additional dependencies for loop simplification e.g. libisl - `interactive`: installs dependencies to work in Jupyter including image I/O, plotting etc. @@ -53,5 +53,5 @@ pip install lbmpy[interactive,gpu,doc] Documentation ------------- -Read the docs [here](http://pycodegen.pages.walberla.net/lbmpy) and +Read the docs [here](http://pycodegen.pages.i10git.cs.fau.de/lbmpy) and check out the Jupyter notebooks in `doc/notebooks`. -- GitLab