# ------------------------------------------------------------------------- # This is the default configuration for Spack's module file generation. # # Settings here are versioned with Spack and are intended to provide # sensible defaults out of the box. Spack maintainers should edit this # file to keep it current. # # Users can override these settings by editing the following files. # # Per-spack-instance settings (overrides defaults): # $SPACK_ROOT/etc/spack/modules.yaml # # Per-user settings (overrides default and site settings): # ~/.spack/modules.yaml # ------------------------------------------------------------------------- modules: enable: - tcl - lmod prefix_inspections: bin: - PATH man: - MANPATH share/man: - MANPATH share/aclocal: - ACLOCAL_PATH lib: - LIBRARY_PATH - LD_LIBRARY_PATH lib64: - LIBRARY_PATH - LD_LIBRARY_PATH include: - CPATH lib/pkgconfig: - PKG_CONFIG_PATH lib64/pkgconfig: - PKG_CONFIG_PATH '': - CMAKE_PREFIX_PATH lmod: hash_length: 0 hierarchy: - mpi core_compilers: {% for version in gcc_versions %} - gcc@{{ version }} {% endfor %} all: suffixes: +mpi: mpi +openmp: openmp '^fftw+openmp': openmp +plumed: plumed '^cuda': cuda ^python@2.7.14: py2 ^python@3.6.5: py3 environment: set: '${PACKAGE}_ROOT': '${PREFIX}' blacklist: [ 'autoconf', 'automake', 'bison', 'bzip2', 'expat', 'flex', 'gdbm', 'gettext', 'glib', 'gmp', 'help2man', 'hwloc', 'inputproto', 'json-c', 'kbproto', 'libbsd', 'libffi', 'libgcrypt', 'libgpg-error', 'libiconv', 'libpciaccess', 'libpthread-stubs', 'libsigsegv', 'libtool', 'libx11', 'libxau', 'libxcb', 'libxdmcp', 'libxml2', 'lmod', 'lua', 'lua-luafilesystem', 'lua-luaposix', 'lz4', 'm4', 'munge', 'ncurses', 'openssl', 'pcre', 'perl', 'pkgconf', 'readline', 'slurm', 'sqlite', 'tar', 'texinfo', 'unzip', 'util-macros', 'xcb-proto', 'xextproto', 'xproto', 'xtrans', 'xz', ]