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

new file: d/DFT-D4/DFT-D4-3.6.0-intel-2022b-Python-3.10.8.eb modified: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb modified: d/DFTB+/DFTB+-21.2-intel-2020b-TB.eb new file: f/Forge/Forge-23.0.2.eb new file: l/LAPACK/LAPACK-3.10.0-GCC-12.2.0.eb modified: p/PyTorch/PyTorch-1.11.0-fosscuda-2020b.eb modified: v/VASP/VASP-6.2.0-intel-2020b.eb new file: v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb new file: w/Wannier90/Wannier90-3.1.0-intel-2022b-serial.eb
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
# IT4Innovations
|
|
# !!! --include-easyblocks /apps/easybuild/it4i-easyblocks/easyblocks/a/allineabase.py !!!
|
|
# LK 2023
|
|
|
|
easyblock = 'AllineaBase'
|
|
|
|
name = 'Forge'
|
|
version = "23.0.2"
|
|
|
|
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 = ['linaro-forge-%(version)s-linux-x86_64.tar']
|
|
checksums = ['565f0c073c6c8cbb06c062ca414e3f6ff8c6ca6797b03d247b030a9fbc55a5b1']
|
|
|
|
skipsteps = ['configure', 'build']
|
|
|
|
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'
|