mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: o/OpenFOAM/OpenFOAM-9-foss-2021a.eb modified: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb modified: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb new file: u/UCX/UCX-1.12.0-GCC-10.2.0-CUDA-11.6.0.eb new file: u/UCX/UCX-1.12.0-NVHPC-22.2-CUDA-11.6.0.eb
54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
# IT4Innovations 2020
|
|
# !!! --include-easyblocks /apps/easybuild/it4i-easyblocks/easyblocks/a/allineabase.py !!!
|
|
# LK
|
|
|
|
easyblock = 'AllineaBase'
|
|
|
|
name = 'Forge'
|
|
version = "21.1.3"
|
|
versionsuffix = '-test'
|
|
|
|
homepage = 'http://www.allinea.com/products/develop-allinea-forge'
|
|
description = """Allinea Forge is the local_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 local_complex parallel HPC codes with MPI, OpenMP, threads or CUDA.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
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 = ['arm-forge-21.1.3-linux-x86_64.tar']
|
|
|
|
skipsteps = ['configure', 'build']
|
|
|
|
dependencies = [
|
|
('X11', '20210802', '-GCCcore-11.2.0'),
|
|
]
|
|
|
|
postinstallcmds = [
|
|
'ln -s /apps/licenses/Arm/Licence %(installdir)s/licences/Licence.16312',
|
|
'ln -s /apps/licenses/PerformanceReports/Licence %(installdir)s/licences/Licence.16313',
|
|
]
|
|
|
|
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'
|