easyconfigs-it4i/m/MPI_NET/MPI_NET-1.2.0-intel-2017b.eb
Lukáš Krupčík 1cf1004f6b new file: e/Elk/Elk-4.3.6-intel-2017a-openmp.eb
new file:   e/Elk/Elk-4.3.6-intel-2017a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-7.2.0-2.29.eb
	new file:   m/MPI_NET/MPI_NET-1.2.0-intel-2017b.eb
	new file:   n/numactl/numactl-2.0.11-GCC-7.2.0-2.29.eb
	new file:   o/OpenMPI/OpenMPI-3.0.0-GCC-7.2.0-2.29.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=cluster.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=paralel.eb
	modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017b-mkl=cluster.eb
2017-09-26 08:46:25 +02:00

33 lines
824 B
Plaintext

name = 'MPI_NET'
version = '1.2.0'
easyblock = 'ConfigureMake'
homepage = 'http://www.osl.iu.edu/research/mpi.net/'
description = """MPI.NET is a high-performance, easy-to-use implementation of the Message Passing Interface (MPI)
for Microsoft's .NET environment"""
toolchain = {'name': 'intel', 'version': '2017b'}
dependencies = [('Mono', '5.0.0.100', '', True)]
patches = [('mpi.net-1.2.0-unsafe.patch', 1),
('configure.ac.patch')
]
preconfigopts = 'sh ./autogen.sh && '
prebuildopts = 'cd MPI && perl ./Unsafe.pl $EBROOTIMPI/include64/mpi.h ./Unsafe.cs CustomUnsafe.cs cbridge.c && cd .. && '
sources = ['%(version)s.tar.gz']
source_urls = ['https://github.com/jmp75/MPI.NET/archive/']
sanity_check_paths = {
'files': ['lib/MPI.dll'],
'dirs': ['lib'],
}
maxparallel = 4
moduleclass = 'mpi'