Modules-Konfiguration hinzugefügt
This commit is contained in:
parent
4eb6bc15d0
commit
9797bfece9
16
aufgabe4.2/modules/all/CUDA/5.5.22
Normal file
16
aufgabe4.2/modules/all/CUDA/5.5.22
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#%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
|
4
aufgabe4.2/modules/all/GCC/.version
Normal file
4
aufgabe4.2/modules/all/GCC/.version
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#%Module1.0
|
||||||
|
#
|
||||||
|
|
||||||
|
set ModulesVersion "4.8.2"
|
28
aufgabe4.2/modules/all/GCC/4.8.1
Normal file
28
aufgabe4.2/modules/all/GCC/4.8.1
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
#%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
|
||||||
|
|
||||||
|
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
|
28
aufgabe4.2/modules/all/GCC/4.8.2
Normal file
28
aufgabe4.2/modules/all/GCC/4.8.2
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
#%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
|
||||||
|
|
||||||
|
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
|
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.2
Normal file
33
aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.2
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.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
|
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.2
Normal file
39
aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.2
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.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
|
28
aufgabe4.2/modules/all/icc/2013_sp1.1.106
Normal file
28
aufgabe4.2/modules/all/icc/2013_sp1.1.106
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
#%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/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
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
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
|
10
aufgabe4.2/modules/modules.install
Normal file
10
aufgabe4.2/modules/modules.install
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
post_install() {
|
||||||
|
echo 'Please run the following command for every user of Modules package'
|
||||||
|
echo ' /usr/local/Modules/default/bin/add.modules'
|
||||||
|
echo 'You will likely have to log out and in again to have the environment'
|
||||||
|
echo 'configured properly'
|
||||||
|
}
|
||||||
|
|
||||||
|
post_upgrade() {
|
||||||
|
post_install $1
|
||||||
|
}
|
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
|
5
aufgabe4.2/modules/rc
Normal file
5
aufgabe4.2/modules/rc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#%Module1.0
|
||||||
|
|
||||||
|
module load GCC
|
||||||
|
module load CUDA
|
||||||
|
module load OpenMPI
|
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.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
|
Loading…
Reference in New Issue
Block a user