intel parallel studio itac fixes
This commit is contained in:
parent
dba384108b
commit
e4525e57bb
@ -80,7 +80,7 @@ def install(self, spec, prefix):
|
|||||||
regex = '(comp|openmp|intel-tbb|icc|ifort|psxe|icsxe-pset)'
|
regex = '(comp|openmp|intel-tbb|icc|ifort|psxe|icsxe-pset)'
|
||||||
base_components = \
|
base_components = \
|
||||||
filter_pick(all_components, re.compile(regex).search)
|
filter_pick(all_components, re.compile(regex).search)
|
||||||
regex = '(icsxe|imb|mpi|itac|intel-tc|clck)'
|
regex = '(icsxe|imb|mpi|itac|intel-ta|intel-tc|clck)'
|
||||||
mpi_components = \
|
mpi_components = \
|
||||||
filter_pick(all_components, re.compile(regex).search)
|
filter_pick(all_components, re.compile(regex).search)
|
||||||
mkl_components = \
|
mkl_components = \
|
||||||
@ -139,6 +139,12 @@ def install(self, spec, prefix):
|
|||||||
os.symlink(self.global_license_file,
|
os.symlink(self.global_license_file,
|
||||||
os.path.join(self.prefix, "itac", ifile,
|
os.path.join(self.prefix, "itac", ifile,
|
||||||
"license.lic"))
|
"license.lic"))
|
||||||
|
if os.path.isdir(os.path.join(self.prefix, "itac",
|
||||||
|
ifile, "intel64")):
|
||||||
|
os.symlink(self.global_license_file,
|
||||||
|
os.path.join(self.prefix, "itac",
|
||||||
|
ifile, "intel64",
|
||||||
|
"license.lic"))
|
||||||
if spec.satisfies('~newdtags'):
|
if spec.satisfies('~newdtags'):
|
||||||
wrappers = ["mpif77", "mpif77", "mpif90", "mpif90",
|
wrappers = ["mpif77", "mpif77", "mpif90", "mpif90",
|
||||||
"mpigcc", "mpigcc", "mpigxx", "mpigxx",
|
"mpigcc", "mpigcc", "mpigxx", "mpigxx",
|
||||||
|
Loading…
Reference in New Issue
Block a user