@@ -34,7 +34,7 @@ See [HySoP documentation](https://particle_methods.gricad-pages.univ-grenoble-al
...
@@ -34,7 +34,7 @@ See [HySoP documentation](https://particle_methods.gricad-pages.univ-grenoble-al
Try online at mybinder
Try online at mybinder
======================
======================
Click [](https://mybinder.org/v2/git/https%3A%2F%2Fgricad-gitlab.univ-grenoble-alpes.fr%2Fparticle_methods%2Fhysop_binder.git/HEAD) to open a jupyter notebook with a Hysop installed and
Click [](https://mybinder.org/v2/git/https%3A%2F%2Fgricad-gitlab.univ-grenoble-alpes.fr%2Fparticle_methods%2Fhysop_binder.git/HEAD) to open a jupyter notebook with a Hysop installed and
ready to use.
ready to use.
Use a Docker Images (recommended):
Use a Docker Images (recommended):
...
@@ -47,7 +47,7 @@ Docker Images (CPU and GPU) are provided with HySoP and dependencies installed.
...
@@ -47,7 +47,7 @@ Docker Images (CPU and GPU) are provided with HySoP and dependencies installed.
Quick start:
Quick start:
------------
------------
HySoP "CPU_Intel" Docker Image can be retrieved and submitted as a [Docker Container](https://www.docker.com/resources/what-container/).
HySoP "CPU_Intel" Docker Image can be retrieved and launched as a [Docker Container](https://www.docker.com/resources/what-container/).
As a jupyter notebook with the following command:
As a jupyter notebook with the following command:
...
@@ -91,7 +91,7 @@ Then HySoP Docker Container can run with everything needed to use hysop, but hys
...
@@ -91,7 +91,7 @@ Then HySoP Docker Container can run with everything needed to use hysop, but hys
docker run -v $(pwd):/home/hysop-user/shared --rm -ti gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop/[imagename]
docker run -v $(pwd):/home/hysop-user/shared --rm -ti gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop/[imagename]
```
```
Your local directory 'hysop' is then shared inside the Docker Container in `shared` directory.
Your local directory 'hysop' is then shared inside the Docker Container in `shared` directory.
*`[imgname]` is either `ci_cpu_intel`,
*`[imgname]` is either `ci_cpu_intel`,
which corresponds to Ubuntu 22.04 running with python3.12 and an Intel CPU OpenCL platform, or `ci_gpu_nvidia`, with an Nvidia GPU OpenCL platform (it requires host system driver compatible with cuda 12.0).
which corresponds to Ubuntu 22.04 running with python3.12 and an Intel CPU OpenCL platform, or `ci_gpu_nvidia`, with an Nvidia GPU OpenCL platform (it requires host system driver compatible with cuda 12.0).
...
@@ -113,15 +113,20 @@ cd hysop
...
@@ -113,15 +113,20 @@ cd hysop
We recommend to create and activate a micromamba environment for HySoP:
We recommend to create and activate a micromamba environment for HySoP: