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:

committed by
Adam J. Stewart

parent
16a7b27a9e
commit
94a0cca080
@@ -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')
|
||||
|
Reference in New Issue
Block a user