Scalapack and dependencies update

This commit is contained in:
2022-07-19 09:39:24 +02:00
parent d0f0393413
commit 0276a5717d
6 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#%Module1.0
# Let the native Intel configuration define the following variables:
#set dont-setenv { C_INCLUDE_PATH CPLUS_INCLUDE_PATH LD_LIBRARY_PATH LIBRARY_PATH }
# set dont-setenv { C_INCLUDE_PATH CPLUS_INCLUDE_PATH LD_LIBRARY_PATH LIBRARY_PATH }
module-whatis "Intel MPI"
module-url "http://intel.com/"
@@ -10,7 +10,11 @@ module-maintainer "Hans-Christian Stadler <hans-christian.stadler@psi.ch>"
module-addgroup "MPI"
module-help "
impi/19.3 - Intel MPI 2019.3 64-bit
The Intel MPI Library.
Loading intel PModules only is not enough when compiling software with
Intel MPI. Therefore, loading the impi PModule with equivalent version
is also necessary.
"
setenv MPICC mpiicc
@@ -19,5 +23,11 @@ setenv MPIF77 mpiifort
setenv MPIF90 mpiifort
setenv MPIFC mpiifort
setenv MPIFORTRAN mpiifort
setenv MPIEXEC mpirun
setenv MPIEXEC mpiexec.hydra
setenv MPIRUN mpirun
#
setenv I_MPI_ICC mpiicc
setenv I_MPI_CXX mpiicpc
setenv I_MPI_F77 mpiifort
setenv I_MPI_F90 mpiifort
setenv I_MPI_FC mpiifort

View File

@@ -29,4 +29,3 @@ pbuild::install_docfiles 'README' 'LICENSE'
pbuild::pre_configure_Linux() {
pbuild::use_cmake
}

View File

@@ -1 +1,2 @@
scalapack/2.2.1-1 unstable gcc/{9.3.0,10.3.0} openmpi/4.1.3_slurm b:boost/1.79.0_slurm b:OpenBLAS/0.3.15 b:lapack/3.10.0 b:cmake/3.20.5
scalapack/2.2.1-1 unstable gcc/{9.3.0,10.3.0} openmpi/4.1.3_slurm boost/1.79.0_slurm b:OpenBLAS/0.3.15 b:lapack/3.10.0 b:cmake/3.20.5
scalapack/2.2.1-2 unstable intel/21.4 impi/21.4 boost/1.69.0_slurm b:cmake/3.20.5

View File

@@ -1 +1,2 @@
2.2.1-1 5bad7487f496c811192334640ce4d3fc5f88144b
2.2.1-2 5bad7487f496c811192334640ce4d3fc5f88144b

View File

@@ -20,6 +20,10 @@ pbuild::compile() {
gcc )
TOOLSET=gcc
;;
intel )
TOOLSET=intel-linux
# TOOLSET=gcc
;;
* )
std::die 1 "Unsupported compiler!"
;;

View File

@@ -1,8 +1,9 @@
boost/1.69.0_slurm unstable intel/21.4 impi/21.4 b:zlib/1.2.11
boost/1.70.0_slurm stable gcc/{7.5.0,8.4.0,9.3.0} openmpi/3.1.6_slurm b:zlib/1.2.11
boost/1.73.0_slurm stable gcc/{7.5.0,8.4.0,9.3.0} openmpi/3.1.6_slurm b:zlib/1.2.11
boost/1.73.0_slurm stable gcc/8.4.0 openmpi/4.0.5_slurm b:zlib/1.2.11
boost/1.73.0-1_slurm stable gcc/{8.4.0,9.3.0,10.2.0} openmpi/4.0.5-1_slurm b:zlib/1.2.11
boost/1.73.0_dgx deprecated gcc/{8.4.0,9.3.0,10.2.0} openmpi/4.0.5-1_dgx
boost/1.76.0_slurm stable gcc/{10.2.0,10.3.0} openmpi/4.0.5-1_slurm b:zlib/1.2.11
boost/1.53.0_slurm unstable gcc/{9.3.0,10.3.0} openmpi/4.1.3_slurm b:zlib/1.2.11
boost/1.76.0_slurm stable gcc/{10.2.0,10.3.0} openmpi/4.0.5-1_slurm b:zlib/1.2.11
boost/1.79.0_slurm unstable gcc/{9.3.0,10.3.0} openmpi/4.1.3_slurm b:zlib/1.2.11
boost/1.79.0_slurm unstable intel/21.4 impi/21.4 b:zlib/1.2.11