openmpi wrapper für alle Compiler
This commit is contained in:
parent
ef56a23508
commit
90ff488563
4
aufgabe4.2/modules/all/OpenMPI/.version
Normal file
4
aufgabe4.2/modules/all/OpenMPI/.version
Normal file
@ -0,0 +1,4 @@
|
||||
#%Module1.0
|
||||
#
|
||||
|
||||
set ModulesVersion "1.7.3-GCC-4.8.2"
|
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.7.3
Normal file
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.7.3
Normal file
@ -0,0 +1,33 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/}
|
||||
|
||||
set root /cluster/software/OpenMPI/1.7.3-GCC-4.7.3
|
||||
|
||||
conflict OpenMPI
|
||||
|
||||
if { ![is-loaded GCC/4.7.3] } {
|
||||
module load GCC/4.7.3
|
||||
}
|
||||
|
||||
if { ![is-loaded hwloc/1.7.2-GCC-4.7.3] } {
|
||||
module load hwloc/1.7.2-GCC-4.7.3
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTOPENMPI "$root"
|
||||
setenv EBVERSIONOPENMPI "1.7.3"
|
||||
setenv EBDEVELOPENMPI "$root/easybuild/OpenMPI-1.7.3-GCC-4.7.3-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.1
Normal file
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.1
Normal file
@ -0,0 +1,33 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/}
|
||||
|
||||
set root /cluster/software/OpenMPI/1.7.3-GCC-4.8.1
|
||||
|
||||
conflict OpenMPI
|
||||
|
||||
if { ![is-loaded GCC/4.8.1] } {
|
||||
module load GCC/4.8.1
|
||||
}
|
||||
|
||||
if { ![is-loaded hwloc/1.7.2-GCC-4.8.1] } {
|
||||
module load hwloc/1.7.2-GCC-4.8.1
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTOPENMPI "$root"
|
||||
setenv EBVERSIONOPENMPI "1.7.3"
|
||||
setenv EBDEVELOPENMPI "$root/easybuild/OpenMPI-1.7.3-GCC-4.8.1-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
35
aufgabe4.2/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106
Normal file
35
aufgabe4.2/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106
Normal file
@ -0,0 +1,35 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/}
|
||||
|
||||
set root /cluster/software/OpenMPI/1.7.3-GCC-4.8.2
|
||||
|
||||
conflict OpenMPI
|
||||
|
||||
if { ![is-loaded iccifort/2013_sp1.1.106] } {
|
||||
module load iccifort/2013_sp1.1.106
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv OMPI_CC icc
|
||||
setenv OMPI_CXX icpc
|
||||
setenv OMPI_FC ifort
|
||||
setenv OMPI_F77 ifort
|
||||
|
||||
|
||||
setenv EBROOTOPENMPI "$root"
|
||||
setenv EBVERSIONOPENMPI "1.7.3"
|
||||
setenv EBDEVELOPENMPI "$root/easybuild/1.7.3-iccifort-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.7.3
Normal file
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.7.3
Normal file
@ -0,0 +1,39 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/}
|
||||
|
||||
set root /cluster/software/hwloc/1.7.2-GCC-4.7.3
|
||||
|
||||
conflict hwloc
|
||||
|
||||
if { ![is-loaded GCC/4.7.3] } {
|
||||
module load GCC/4.7.3
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTHWLOC "$root"
|
||||
setenv EBVERSIONHWLOC "1.7.2"
|
||||
setenv EBDEVELHWLOC "$root/easybuild/hwloc-1.7.2-GCC-4.7.3-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.1
Normal file
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.1
Normal file
@ -0,0 +1,39 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/}
|
||||
|
||||
set root /cluster/software/hwloc/1.7.2-GCC-4.8.1
|
||||
|
||||
conflict hwloc
|
||||
|
||||
if { ![is-loaded GCC/4.8.1] } {
|
||||
module load GCC/4.8.1
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTHWLOC "$root"
|
||||
setenv EBVERSIONHWLOC "1.7.2"
|
||||
setenv EBDEVELHWLOC "$root/easybuild/hwloc-1.7.2-GCC-4.8.1-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
39
aufgabe4.2/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106
Normal file
39
aufgabe4.2/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106
Normal file
@ -0,0 +1,39 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/}
|
||||
|
||||
set root /cluster/software/hwloc/1.7.2-iccifort-2013_sp1.1.106
|
||||
|
||||
conflict hwloc
|
||||
|
||||
if { ![is-loaded iccifort/2013_sp1.1.106] } {
|
||||
module load iccifort/2013_sp1.1.106
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTHWLOC "$root"
|
||||
setenv EBVERSIONHWLOC "1.7.2"
|
||||
setenv EBDEVELHWLOC "$root/easybuild/hwloc-1.7.2-iccifort-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
@ -22,7 +22,7 @@ setenv EBROOTICC "$root"
|
||||
setenv EBVERSIONICC "2013_sp1.1.106"
|
||||
setenv EBDEVELICC "$root/easybuild/icc-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
prepend-path INTEL_LICENSE_FILE /home/jthalheim/licenses/intel/license.lic
|
||||
prepend-path INTEL_LICENSE_FILE /cluster/software/licenses/license.lic
|
||||
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
||||
|
28
aufgabe4.2/modules/all/iccifort/2013_sp1.1.106
Normal file
28
aufgabe4.2/modules/all/iccifort/2013_sp1.1.106
Normal file
@ -0,0 +1,28 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL - Homepage: http://software.intel.com/en-us/intel-cluster-toolkit-compiler/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL - Homepage: http://software.intel.com/en-us/intel-cluster-toolkit-compiler/}
|
||||
|
||||
set root /cluster/software/iccifort/2013_sp1.1.106
|
||||
|
||||
conflict iccifort
|
||||
|
||||
if { ![is-loaded icc/2013_sp1.1.106] } {
|
||||
module load icc/2013_sp1.1.106
|
||||
}
|
||||
|
||||
if { ![is-loaded ifort/2013_sp1.1.106] } {
|
||||
module load ifort/2013_sp1.1.106
|
||||
}
|
||||
|
||||
|
||||
setenv EBROOTICCIFORT "$root"
|
||||
setenv EBVERSIONICCIFORT "2013_sp1.1.106"
|
||||
setenv EBDEVELICCIFORT "$root/easybuild/iccifort-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
@ -11,18 +11,21 @@ set root /cluster/software/ifort/2013_sp1.1.106
|
||||
|
||||
conflict ifort
|
||||
conflict GCC
|
||||
conflict OpenMPI
|
||||
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/intel64
|
||||
#prepend-path LD_LIBRARY_PATH $root/mpirt/lib/intel64
|
||||
prepend-path MANPATH $root/man
|
||||
prepend-path MANPATH $root/man/en_US
|
||||
prepend-path PATH $root/bin
|
||||
#prepend-path PATH $root/mpirt/bin/intel64
|
||||
|
||||
setenv EBROOTIFORT "$root"
|
||||
setenv EBVERSIONIFORT "2013_sp1.1.106"
|
||||
setenv EBDEVELIFORT "$root/easybuild/ifort-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
prepend-path INTEL_LICENSE_FILE /home/jthalheim/licenses/intel/l_SM3CCW49.lic
|
||||
prepend-path INTEL_LICENSE_FILE /cluster/software/licenses/license.lic
|
||||
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
||||
|
@ -1,30 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran,
|
||||
Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran,
|
||||
Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/}
|
||||
|
||||
set root /cluster/software/GCC/4.7.3
|
||||
|
||||
conflict GCC
|
||||
conflict icc
|
||||
conflict ifort
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib64
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/gcc/x86_64-unknown-linux-gnu/4.7.3
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
|
||||
setenv EBROOTGCC "$root"
|
||||
setenv EBVERSIONGCC "4.7.3"
|
||||
setenv EBDEVELGCC "$root/easybuild/GCC-4.7.3-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/compiler/GCC/4.7.3
Symbolic link
1
aufgabe4.2/modules/compiler/GCC/4.7.3
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/GCC/4.7.3
|
@ -1,30 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||||
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||||
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/}
|
||||
|
||||
set root /cluster/software/GCC/4.8.1
|
||||
|
||||
conflict GCC
|
||||
conflict icc
|
||||
conflict ifort
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib64
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/gcc/x86_64-unknown-linux-gnu/4.8.1
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
|
||||
setenv EBROOTGCC "$root"
|
||||
setenv EBVERSIONGCC "4.8.1"
|
||||
setenv EBDEVELGCC "$root/easybuild/GCC-4.8.1-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/compiler/GCC/4.8.1
Symbolic link
1
aufgabe4.2/modules/compiler/GCC/4.8.1
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/GCC/4.8.1
|
@ -1,30 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||||
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||||
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/}
|
||||
|
||||
set root /cluster/software/GCC/4.8.2
|
||||
|
||||
conflict GCC
|
||||
conflict icc
|
||||
conflict ifort
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib64
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/gcc/x86_64-unknown-linux-gnu/4.8.2
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
|
||||
setenv EBROOTGCC "$root"
|
||||
setenv EBVERSIONGCC "4.8.2"
|
||||
setenv EBDEVELGCC "$root/easybuild/GCC-4.8.2-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/compiler/GCC/4.8.2
Symbolic link
1
aufgabe4.2/modules/compiler/GCC/4.8.2
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/GCC/4.8.2
|
@ -1,28 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { C and C++ compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {C and C++ compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/}
|
||||
|
||||
set root /cluster/software/icc/2013_sp1.1.106
|
||||
|
||||
conflict icc
|
||||
conflict GCC
|
||||
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/intel64
|
||||
prepend-path MANPATH $root/man
|
||||
prepend-path MANPATH $root/man/en_US
|
||||
prepend-path PATH $root/bin
|
||||
|
||||
setenv EBROOTICC "$root"
|
||||
setenv EBVERSIONICC "2013_sp1.1.106"
|
||||
setenv EBDEVELICC "$root/easybuild/icc-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
prepend-path INTEL_LICENSE_FILE /home/jthalheim/licenses/intel/license.lic
|
||||
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/compiler/icc/2013_sp1.1.106
Symbolic link
1
aufgabe4.2/modules/compiler/icc/2013_sp1.1.106
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/icc/2013_sp1.1.106
|
@ -1,28 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { Fortran compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {Fortran compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/}
|
||||
|
||||
set root /cluster/software/ifort/2013_sp1.1.106
|
||||
|
||||
conflict ifort
|
||||
conflict GCC
|
||||
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path LD_LIBRARY_PATH $root/lib/intel64
|
||||
prepend-path MANPATH $root/man
|
||||
prepend-path MANPATH $root/man/en_US
|
||||
prepend-path PATH $root/bin
|
||||
|
||||
setenv EBROOTIFORT "$root"
|
||||
setenv EBVERSIONIFORT "2013_sp1.1.106"
|
||||
setenv EBDEVELIFORT "$root/easybuild/ifort-2013_sp1.1.106-easybuild-devel"
|
||||
|
||||
prepend-path INTEL_LICENSE_FILE /home/jthalheim/licenses/intel/l_SM3CCW49.lic
|
||||
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106
Symbolic link
1
aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/ifort/2013_sp1.1.106
|
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.7.3
Symbolic link
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.7.3
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/OpenMPI/1.7.3-GCC-4.7.3
|
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.1
Symbolic link
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.1
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/OpenMPI/1.7.3-GCC-4.8.1
|
@ -1,33 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Open MPI Project is an open source MPI-2 implementation. - Homepage: http://www.open-mpi.org/}
|
||||
|
||||
set root /cluster/software/OpenMPI/1.7.3-GCC-4.8.2
|
||||
|
||||
conflict OpenMPI
|
||||
|
||||
if { ![is-loaded GCC/4.8.2] } {
|
||||
module load GCC/4.8.2
|
||||
}
|
||||
|
||||
if { ![is-loaded hwloc/1.7.2-GCC-4.8.2] } {
|
||||
module load hwloc/1.7.2-GCC-4.8.2
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTOPENMPI "$root"
|
||||
setenv EBVERSIONOPENMPI "1.7.3"
|
||||
setenv EBDEVELOPENMPI "$root/easybuild/OpenMPI-1.7.3-GCC-4.8.2-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2
Symbolic link
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/OpenMPI/1.7.3-GCC-4.8.2
|
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-iccifor-22013_sp1.1.106
Symbolic link
1
aufgabe4.2/modules/mpi/OpenMPI/1.7.3-iccifor-22013_sp1.1.106
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106
|
@ -1,5 +1,7 @@
|
||||
#%Module1.0
|
||||
|
||||
#module load GCC
|
||||
#module load CUDA
|
||||
#module load OpenMPI
|
||||
|
||||
module-alias gcc GCC
|
||||
module-alias cuda CUDA
|
||||
module-alias openmpi OpenMPI
|
||||
module-alias intel iccifort
|
||||
|
@ -1,16 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs. }
|
||||
}
|
||||
|
||||
module-whatis { CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs. }
|
||||
|
||||
set root /cluster/software/CUDA/5.5.22
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib64
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PATH $root/open64/bin
|
||||
prepend-path CUDA_HOME $root
|
||||
prepend-path CUDA_PATH $root
|
1
aufgabe4.2/modules/system/CUDA/5.5.22
Symbolic link
1
aufgabe4.2/modules/system/CUDA/5.5.22
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/CUDA/5.5.22
|
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.7.3
Symbolic link
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.7.3
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/hwloc/1.7.2-GCC-4.7.3
|
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.1
Symbolic link
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.1
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/hwloc/1.7.2-GCC-4.8.1
|
@ -1,39 +0,0 @@
|
||||
#%Module
|
||||
|
||||
proc ModulesHelp { } {
|
||||
puts stderr { The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/
|
||||
}
|
||||
}
|
||||
|
||||
module-whatis {The Portable Hardware Locality (hwloc) software package provides a portable abstraction
|
||||
(across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including
|
||||
NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various
|
||||
system attributes such as cache and memory information as well as the locality of I/O devices such as
|
||||
network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering
|
||||
information about modern computing hardware so as to exploit it accordingly and efficiently. - Homepage: http://www.open-mpi.org/projects/hwloc/}
|
||||
|
||||
set root /cluster/software/hwloc/1.7.2-GCC-4.8.2
|
||||
|
||||
conflict hwloc
|
||||
|
||||
if { ![is-loaded GCC/4.8.2] } {
|
||||
module load GCC/4.8.2
|
||||
}
|
||||
|
||||
prepend-path CPATH $root/include
|
||||
prepend-path LD_LIBRARY_PATH $root/lib
|
||||
prepend-path MANPATH $root/share/man
|
||||
prepend-path PATH $root/bin
|
||||
prepend-path PKG_CONFIG_PATH $root/lib/pkgconfig
|
||||
|
||||
setenv EBROOTHWLOC "$root"
|
||||
setenv EBVERSIONHWLOC "1.7.2"
|
||||
setenv EBDEVELHWLOC "$root/easybuild/hwloc-1.7.2-GCC-4.8.2-easybuild-devel"
|
||||
|
||||
|
||||
# built with EasyBuild version 1.9.0
|
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2
Symbolic link
1
aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/hwloc/1.7.2-GCC-4.8.2
|
1
aufgabe4.2/modules/system/hwloc/1.7.2-iccifort-2013_sp1.1.106
Symbolic link
1
aufgabe4.2/modules/system/hwloc/1.7.2-iccifort-2013_sp1.1.106
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106
|
1
aufgabe4.2/modules/toolchain/iccifort/2013_sp1.1.106
Symbolic link
1
aufgabe4.2/modules/toolchain/iccifort/2013_sp1.1.106
Symbolic link
@ -0,0 +1 @@
|
||||
/cluster/modules/all/iccifort/2013_sp1.1.106
|
Loading…
Reference in New Issue
Block a user