add Intel mpi package and add MPI wrappers to Intel parallel studio (#3905)

* intel-mpi: add new package

* fix hashes

* fix typo

* flake8

* add install

* blank line

* error

* add bin64

* fix MPI wrappers in intel-parallel-studio

* add missing I_MPI_FC

* use shorter hashes
This commit is contained in:
Denis Davydov
2017-04-22 14:30:51 +02:00
committed by Adam J. Stewart
parent 16a7b27a9e
commit 94a0cca080
3 changed files with 90 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ class Prefix(str):
def __new__(cls, path):
s = super(Prefix, cls).__new__(cls, path)
s.bin = join_path(s, 'bin')
s.bin64 = join_path(s, 'bin64')
s.sbin = join_path(s, 'sbin')
s.etc = join_path(s, 'etc')
s.include = join_path(s, 'include')