Skip to content

Commit

Permalink
Merge pull request #232 from boegel/inspector_vtune
Browse files Browse the repository at this point in the history
add easyconfigs for Inspector and VTune
  • Loading branch information
boegel committed Apr 26, 2013
2 parents d2dab1b + fd65c7e commit 7d4fe33
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/i/Inspector/Inspector-2013_update6.eb
@@ -0,0 +1,22 @@
name = 'Inspector'
version = '2013_update6'

homepage = 'http://software.intel.com/en-us/intel-inspector-xe'
description = "Intel Inspector XE 2013 is an easy to use memory error checker and thread checker for serial and parallel applications"

toolchain = {'name':'dummy','version':'dummy'}

sources = ['inspector_xe_%s.tar.gz' % version]

dontcreateinstalldir = 'True'

# licensepath
license = "/apps/gent/licenses/intel"

# hackish sanity check paths
sanity_check_paths = {
'files': [],
'dirs': ['.'],
}

moduleclass = 'tools'
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/v/VTune/VTune-2013_update6.eb
@@ -0,0 +1,22 @@
name = 'VTune'
version = '2013_update6'

homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe'
description = "Intel VTune Amplifier XE 2013 is the premier performance profiler for C, C++, C#, Fortran, Assembly and Jav."

toolchain = {'name':'dummy','version':'dummy'}

sources = ['vtune_amplifier_xe_%s.tar.gz' % version]

dontcreateinstalldir = 'True'

# licensepath
license = "/apps/gent/licenses/intel"

# hackish sanity check paths
sanity_check_paths = {
'files': [],
'dirs': ['.'],
}

moduleclass = 'tools'

0 comments on commit 7d4fe33

Please sign in to comment.