... | ... | @@ -95,21 +95,31 @@ refer to those script help (`-h`) option for more details. |
|
|
On October 2019, the code can build with the following environment (as usual with python, the module order is important):
|
|
|
|
|
|
```
|
|
|
File Edit Options Buffers Tools Help
|
|
|
module purge
|
|
|
|
|
|
# As usual, use oython at your own risks
|
|
|
module use --append /gpfslocalsup/pub/module-rh/modulefiles
|
|
|
module use --append /gpfslocalsup/pub/modules-idris-env4/modulefiles/linux-rhel7-x86_64
|
|
|
#module load python/3.7.3
|
|
|
module load gcc/9.1.0
|
|
|
module load --notuasked intel-compilers/19.0.5
|
|
|
module load --notuasked intel-mkl/19.0.5
|
|
|
module load --notuasked intel-mpi/19.0.5
|
|
|
module load --notuasked intel-vtune/19.0.5
|
|
|
module load --notuasked intel-advisor/19.0.5
|
|
|
module load --notuasked intel-tbb/19.0.5
|
|
|
module load --notuasked intel-itac/19.0.5
|
|
|
module load intel-all/19.0.5
|
|
|
#module load intel-tbb/19.0.5
|
|
|
module load boost/1.70.0/intel-19.0.4-mpi
|
|
|
module load hdf5/1.10.5/intel-19.0.5
|
|
|
module load cmake/3.11.2/gcc-4.8.5
|
|
|
module load git-lfs/2.7.2/gcc-4.8.5
|
|
|
module load boost/1.70.0-mpi
|
|
|
module load hdf5/1.10.5
|
|
|
module load cmake
|
|
|
module load git-lfs
|
|
|
|
|
|
export CC=icc
|
|
|
export CXX=icpc
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/gpfslocalsys/intel/parallel_studio_xe_2019_update5_cluster_edition/compilers_and_libraries_2019.5.281/
|
|
|
linux/ipp/lib/intel64_lin/threaded/
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/gpfslocalsys/intel/parallel_studio_xe_2019_update5_cluster_edition/compilers_and_libraries_2019.5.28\
|
|
|
1/linux/ipp/lib/intel64_lin/threaded/
|
|
|
|
|
|
```
|
|
|
|
|
|
Notes:
|
... | ... | |