Update Software Environment authored by Jean-Philippe Ghibaudo's avatar Jean-Philippe Ghibaudo
...@@ -41,7 +41,7 @@ The main software environment is based on the Intel solution for clusters (calle ...@@ -41,7 +41,7 @@ The main software environment is based on the Intel solution for clusters (calle
* The Intel compilers: icx (C), icpx (C++), ifx (Fortran) compilers, provided through the **intel-oneapi** module. * The Intel compilers: icx (C), icpx (C++), ifx (Fortran) compilers, provided through the **intel-oneapi** module.
* The Intel MPI environment, provided through the **intel-oneapi-mpi** module (depends on **intel-oneapi**) * The Intel MPI environment, provided through the **intel-oneapi-mpi** module (depends on **intel-oneapi**)
* A virtual python environment can be created by using **anaconda3** module (depends on **intel-oneapi**) * A virtual python environment can be created by using **anaconda3/2022.10** module (depends on **intel-oneapi**)
* And other stuff. * And other stuff.
That environment relies on a Gnu runtime distribution for most the its runtime. Since the default Gnu runtime on our CentOS distribution is quite antique, we decided to rely on gcc 12.2.0 instead. That environment relies on a Gnu runtime distribution for most the its runtime. Since the default Gnu runtime on our CentOS distribution is quite antique, we decided to rely on gcc 12.2.0 instead.
... ...
......