diff --git a/aufgabe4.2/modules/all/OpenMPI/.version b/aufgabe4.2/modules/all/OpenMPI/.version new file mode 100644 index 0000000..e380775 --- /dev/null +++ b/aufgabe4.2/modules/all/OpenMPI/.version @@ -0,0 +1,4 @@ +#%Module1.0 +# + +set ModulesVersion "1.7.3-GCC-4.8.2" diff --git a/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.7.3 b/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.7.3 new file mode 100644 index 0000000..4cf3cf0 --- /dev/null +++ b/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.7.3 @@ -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 diff --git a/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.1 b/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.1 new file mode 100644 index 0000000..e42c35c --- /dev/null +++ b/aufgabe4.2/modules/all/OpenMPI/1.7.3-GCC-4.8.1 @@ -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 diff --git a/aufgabe4.2/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106 b/aufgabe4.2/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106 new file mode 100644 index 0000000..d26c03a --- /dev/null +++ b/aufgabe4.2/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106 @@ -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 diff --git a/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.7.3 b/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.7.3 new file mode 100644 index 0000000..1a6e458 --- /dev/null +++ b/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.7.3 @@ -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 diff --git a/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.1 b/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.1 new file mode 100644 index 0000000..e25ea55 --- /dev/null +++ b/aufgabe4.2/modules/all/hwloc/1.7.2-GCC-4.8.1 @@ -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 diff --git a/aufgabe4.2/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106 b/aufgabe4.2/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106 new file mode 100644 index 0000000..40babed --- /dev/null +++ b/aufgabe4.2/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106 @@ -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 diff --git a/aufgabe4.2/modules/all/icc/2013_sp1.1.106 b/aufgabe4.2/modules/all/icc/2013_sp1.1.106 index 6414a08..f0823b3 100644 --- a/aufgabe4.2/modules/all/icc/2013_sp1.1.106 +++ b/aufgabe4.2/modules/all/icc/2013_sp1.1.106 @@ -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 diff --git a/aufgabe4.2/modules/all/iccifort/2013_sp1.1.106 b/aufgabe4.2/modules/all/iccifort/2013_sp1.1.106 new file mode 100644 index 0000000..06db997 --- /dev/null +++ b/aufgabe4.2/modules/all/iccifort/2013_sp1.1.106 @@ -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 diff --git a/aufgabe4.2/modules/all/ifort/2013_sp1.1.106 b/aufgabe4.2/modules/all/ifort/2013_sp1.1.106 index 25c2fc7..d49e791 100644 --- a/aufgabe4.2/modules/all/ifort/2013_sp1.1.106 +++ b/aufgabe4.2/modules/all/ifort/2013_sp1.1.106 @@ -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 diff --git a/aufgabe4.2/modules/compiler/GCC/4.7.3 b/aufgabe4.2/modules/compiler/GCC/4.7.3 deleted file mode 100644 index c50ba45..0000000 --- a/aufgabe4.2/modules/compiler/GCC/4.7.3 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/compiler/GCC/4.7.3 b/aufgabe4.2/modules/compiler/GCC/4.7.3 new file mode 120000 index 0000000..3d299aa --- /dev/null +++ b/aufgabe4.2/modules/compiler/GCC/4.7.3 @@ -0,0 +1 @@ +/cluster/modules/all/GCC/4.7.3 \ No newline at end of file diff --git a/aufgabe4.2/modules/compiler/GCC/4.8.1 b/aufgabe4.2/modules/compiler/GCC/4.8.1 deleted file mode 100644 index 76ea401..0000000 --- a/aufgabe4.2/modules/compiler/GCC/4.8.1 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/compiler/GCC/4.8.1 b/aufgabe4.2/modules/compiler/GCC/4.8.1 new file mode 120000 index 0000000..7e5c0e2 --- /dev/null +++ b/aufgabe4.2/modules/compiler/GCC/4.8.1 @@ -0,0 +1 @@ +/cluster/modules/all/GCC/4.8.1 \ No newline at end of file diff --git a/aufgabe4.2/modules/compiler/GCC/4.8.2 b/aufgabe4.2/modules/compiler/GCC/4.8.2 deleted file mode 100644 index 17b77d1..0000000 --- a/aufgabe4.2/modules/compiler/GCC/4.8.2 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/compiler/GCC/4.8.2 b/aufgabe4.2/modules/compiler/GCC/4.8.2 new file mode 120000 index 0000000..6f3e7d7 --- /dev/null +++ b/aufgabe4.2/modules/compiler/GCC/4.8.2 @@ -0,0 +1 @@ +/cluster/modules/all/GCC/4.8.2 \ No newline at end of file diff --git a/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 b/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 deleted file mode 100644 index 6414a08..0000000 --- a/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 b/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 new file mode 120000 index 0000000..9cb9440 --- /dev/null +++ b/aufgabe4.2/modules/compiler/icc/2013_sp1.1.106 @@ -0,0 +1 @@ +/cluster/modules/all/icc/2013_sp1.1.106 \ No newline at end of file diff --git a/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 b/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 deleted file mode 100644 index 25c2fc7..0000000 --- a/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 b/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 new file mode 120000 index 0000000..5537a09 --- /dev/null +++ b/aufgabe4.2/modules/compiler/ifort/2013_sp1.1.106 @@ -0,0 +1 @@ +/cluster/modules/all/ifort/2013_sp1.1.106 \ No newline at end of file diff --git a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.7.3 b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.7.3 new file mode 120000 index 0000000..d1caf50 --- /dev/null +++ b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.7.3 @@ -0,0 +1 @@ +/cluster/modules/all/OpenMPI/1.7.3-GCC-4.7.3 \ No newline at end of file diff --git a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.1 b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.1 new file mode 120000 index 0000000..4b6aee2 --- /dev/null +++ b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.1 @@ -0,0 +1 @@ +/cluster/modules/all/OpenMPI/1.7.3-GCC-4.8.1 \ No newline at end of file diff --git a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 deleted file mode 100644 index 5625240..0000000 --- a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 new file mode 120000 index 0000000..ad956c0 --- /dev/null +++ b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-GCC-4.8.2 @@ -0,0 +1 @@ +/cluster/modules/all/OpenMPI/1.7.3-GCC-4.8.2 \ No newline at end of file diff --git a/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-iccifor-22013_sp1.1.106 b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-iccifor-22013_sp1.1.106 new file mode 120000 index 0000000..576d85a --- /dev/null +++ b/aufgabe4.2/modules/mpi/OpenMPI/1.7.3-iccifor-22013_sp1.1.106 @@ -0,0 +1 @@ +/cluster/modules/all/OpenMPI/1.7.3-iccifort-2013_sp1.1.106 \ No newline at end of file diff --git a/aufgabe4.2/modules/rc b/aufgabe4.2/modules/rc index 95e2666..779bda7 100644 --- a/aufgabe4.2/modules/rc +++ b/aufgabe4.2/modules/rc @@ -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 diff --git a/aufgabe4.2/modules/system/CUDA/5.5.22 b/aufgabe4.2/modules/system/CUDA/5.5.22 deleted file mode 100644 index 9a9afd9..0000000 --- a/aufgabe4.2/modules/system/CUDA/5.5.22 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/system/CUDA/5.5.22 b/aufgabe4.2/modules/system/CUDA/5.5.22 new file mode 120000 index 0000000..8748771 --- /dev/null +++ b/aufgabe4.2/modules/system/CUDA/5.5.22 @@ -0,0 +1 @@ +/cluster/modules/all/CUDA/5.5.22 \ No newline at end of file diff --git a/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.7.3 b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.7.3 new file mode 120000 index 0000000..4c57e04 --- /dev/null +++ b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.7.3 @@ -0,0 +1 @@ +/cluster/modules/all/hwloc/1.7.2-GCC-4.7.3 \ No newline at end of file diff --git a/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.1 b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.1 new file mode 120000 index 0000000..58fa9f5 --- /dev/null +++ b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.1 @@ -0,0 +1 @@ +/cluster/modules/all/hwloc/1.7.2-GCC-4.8.1 \ No newline at end of file diff --git a/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 deleted file mode 100644 index d458e35..0000000 --- a/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 +++ /dev/null @@ -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 diff --git a/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 new file mode 120000 index 0000000..c5d3069 --- /dev/null +++ b/aufgabe4.2/modules/system/hwloc/1.7.2-GCC-4.8.2 @@ -0,0 +1 @@ +/cluster/modules/all/hwloc/1.7.2-GCC-4.8.2 \ No newline at end of file diff --git a/aufgabe4.2/modules/system/hwloc/1.7.2-iccifort-2013_sp1.1.106 b/aufgabe4.2/modules/system/hwloc/1.7.2-iccifort-2013_sp1.1.106 new file mode 120000 index 0000000..4adec82 --- /dev/null +++ b/aufgabe4.2/modules/system/hwloc/1.7.2-iccifort-2013_sp1.1.106 @@ -0,0 +1 @@ +/cluster/modules/all/hwloc/1.7.2-iccifort-2013_sp1.1.106 \ No newline at end of file diff --git a/aufgabe4.2/modules/toolchain/iccifort/2013_sp1.1.106 b/aufgabe4.2/modules/toolchain/iccifort/2013_sp1.1.106 new file mode 120000 index 0000000..7aa1574 --- /dev/null +++ b/aufgabe4.2/modules/toolchain/iccifort/2013_sp1.1.106 @@ -0,0 +1 @@ +/cluster/modules/all/iccifort/2013_sp1.1.106 \ No newline at end of file