Add env vars for Intel VTune Amplifier (#3531)

* Add env vars for Intel VTune Amplifier

* Flake8 fix
This commit is contained in:
Adam J. Stewart
2017-03-23 15:58:12 -05:00
committed by GitHub
parent 10b49fd845
commit 929a3317e9
2 changed files with 10 additions and 10 deletions

View File

@@ -97,11 +97,7 @@ def install(self, spec, prefix):
class Intel(IntelInstaller):
"""Intel Compilers.
Note: You will have to add the download file to a
mirror so that Spack can find it. For instructions on how to set up a
mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
"""Intel Compilers."""
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"