@@ -96,7 +96,7 @@ Your local directory 'hysop' is then shared inside the Docker Container in `shar
*`[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).
Next step is to install HySoP manually inside this containeri (see [installation instruction](#installation)).
Next step is to install HySoP manually inside this container (see [installation instruction](#installation) below).
From Sources:
============
...
...
@@ -175,22 +175,26 @@ Components options :
Testing:
-------
HySoP installation:
First test that HySoP package have been properly installed (both python part and compiled library)
Installing HySoP dependencies can be a lengthy process. That's why we prefer to use Docker Images to avoid this tedious installation phase. However, Docker utilities are rarely available on cluster computers, in which case all HySoP dependencies will have to be installed.