#%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