mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
new file: f/Forge/Forge-7.0.6.eb
new file: p/PerformanceReports/PerformanceReports-7.0.6.eb
This commit is contained in:
parent
461f7ed554
commit
15891a0fa0
33
f/Forge/Forge-7.0.6.eb
Normal file
33
f/Forge/Forge-7.0.6.eb
Normal file
@ -0,0 +1,33 @@
|
||||
easyblock = 'AllineaBase'
|
||||
|
||||
name = 'Forge'
|
||||
version = "7.0.6"
|
||||
|
||||
homepage = 'http://www.allinea.com/products/develop-allinea-forge'
|
||||
description = """Allinea Forge is the complete toolsuite for software development
|
||||
- with everything needed to debug, profile, optimize, edit and build C, C++
|
||||
and FORTRAN applications on Linux for high performance - from single threads through
|
||||
to complex parallel HPC codes with MPI, OpenMP, threads or CUDA.
|
||||
"""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = [
|
||||
# Use manually downloaded sources
|
||||
# http://content.allinea.com/downloads/allinea-reports-latest-Redhat-6.0-x86_64.tar
|
||||
# and rename it to format %(namelower)s-%(version)s.tar, so forge-7.0.4.tar.
|
||||
]
|
||||
sources = [SOURCELOWER_TAR]
|
||||
|
||||
skipsteps = ['configure', 'build']
|
||||
|
||||
postinstallcmds = [
|
||||
'ln -s /apps/licenses/Allinea/Licence %(installdir)s/licences/Licence',
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/ddt-client', 'bin/map', 'bin/ddt', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries'],
|
||||
'dirs': ['lib'],
|
||||
}
|
||||
|
||||
moduleclass = 'debugger'
|
36
p/PerformanceReports/PerformanceReports-7.0.6.eb
Normal file
36
p/PerformanceReports/PerformanceReports-7.0.6.eb
Normal file
@ -0,0 +1,36 @@
|
||||
easyblock = 'AllineaBase'
|
||||
|
||||
name = 'PerformanceReports'
|
||||
version = '7.0.6'
|
||||
|
||||
homepage = 'http://www.allinea.com/products/allinea-performance-reports'
|
||||
description = """Allinea Performance Reports are the most effective way
|
||||
to characterize and understand the performance of HPC application runs.
|
||||
One single-page HTML report elegantly answers a range of vital questions for any HPC site.
|
||||
- Is this application well-optimized for the system and the processors it is running on?
|
||||
- Does it benefit from running at this scale?
|
||||
- Are there I/O, networking or threading bottlenecks affecting performance?
|
||||
- Which hardware, software or configuration changes can we make to improve performance further.
|
||||
- How much energy did this application use?
|
||||
"""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = [
|
||||
# Use manually downloaded sources
|
||||
]
|
||||
|
||||
sources = [SOURCELOWER_TAR]
|
||||
|
||||
skipsteps = ['configure', 'build']
|
||||
|
||||
postinstallcmds = [
|
||||
'ln -s /apps/licenses/PerformanceReports/Licence %(installdir)s/licences/Licence',
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/perf-report'],
|
||||
'dirs': ['lib'],
|
||||
}
|
||||
|
||||
moduleclass = 'debugger'
|
Loading…
x
Reference in New Issue
Block a user