... | @@ -14,16 +14,22 @@ refers to those script help for more details. |
... | @@ -14,16 +14,22 @@ refers to those script help for more details. |
|
|
|
|
|
# Occigen (CINES)
|
|
# Occigen (CINES)
|
|
## Environment
|
|
## Environment
|
|
You need load the environment that way in order to workaround an *occigen* specific environment dependency issue:
|
|
FargOCA has been build and tested with the following modules:
|
|
```
|
|
```
|
|
module purge
|
|
module purge
|
|
module load intel/17.2 python/3.6.3
|
|
|
|
module rm intel
|
|
module load intelpython3/2019.3
|
|
module load intel/18.0 openmpi/intel/2.0.1 boost/1.65.1
|
|
module load intel/19.4
|
|
module rm intel
|
|
module load c/intel/.19.4
|
|
module load intel/18.1 cmake/3.9.0
|
|
module load c++/intel/.19.4
|
|
module load hdf5-seq/1.8.17
|
|
module load idb/19.4
|
|
module load git/2.10.2
|
|
module load hdf5/1.10.5-intel-19.0.4-serial
|
|
|
|
module load intelmpi/2019.4.243
|
|
|
|
module load mkl/19.4
|
|
|
|
module load boost/1_69_0
|
|
|
|
module load cmake/3.9.0
|
|
|
|
module load git
|
|
|
|
|
|
```
|
|
```
|
|
* **Git LFS**
|
|
* **Git LFS**
|
|
You need to explicitly load the git module in order to have lfs.
|
|
You need to explicitly load the git module in order to have lfs.
|
... | | ... | |