# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild name = 'impi' version = '5.1.1.109' homepage = 'http://software.intel.com/en-us/intel-mpi-library/' description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification.""" toolchain = {'name': 'iccifort', 'version': '2016.0.109-GCC-4.9.3-2.25'} sources = ['l_mpi_p_%(version)s.tgz'] checksums = ['aa4aaec41526aa5b244e531811877b01'] dontcreateinstalldir = 'True' license_file = '/apps/licenses/intel/license.lic' moduleclass = 'mpi'