easyconfigs-it4i/a/ANSYS/ANSYS-2022R1-intel-2020b-alamerini.eb
Lukas Krupcik cef77e125f new file: a/ANSYS/ANSYS-2022R1-intel-2020b-alamerini.eb
new file:   a/AOCC/AOCC-4.1.0-GCCcore-12.2.0.eb
	new file:   a/AOCL/AOCL-4.1.0-CCcore-12.2.0.eb
	new file:   a/Amber/Amber-22.4-foss-2022a-AmberTools-23-CUDA-11.7.0.eb
	new file:   c/Clang/Clang-17.0.2-GCCcore-12.2.0-CUDA-12.2.0.eb
	new file:   c/Clang/Clang-17.0.2-GCCcore-12.2.0.eb
	new file:   g/GROMACS/GROMACS-2023-foss-2022a-CUDA-12.0.0-PLUMED-2.9.0.eb
	new file:   g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-12.0.0-v2.eb
	new file:   l/LAMMPS/LAMMPS-15Jun2023-foss-2022a-kokkos-sm80.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos-sm80.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-CUDA-12.2.0-kokkos.eb
	new file:   l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-kokkos.eb
	new file:   m/MATLAB/MATLAB-2023b.eb
	new file:   n/NCCL/NCCL-2.18.3-GCCcore-11.3.0-CUDA-12.2.0.eb
	new file:   o/OVITO/OVITO-3.9.2-gompi-2022a-basic.eb
	new file:   o/OVITO/OVITO-3.9.2-gompi-2022b-basic.eb
	new file:   o/OpenMolcas/OpenMolcas-23.06-intel-2022a-noGA.eb
	modified:   o/OpenMolcas/OpenMolcas-23.06-intel-2022a.eb
	new file:   p/PLUMED/PLUMED-2.9.0-foss-2022a.eb
	new file:   q/Qt6/Qt6-6.5.3-GCCcore-12.2.0.eb
	new file:   "q/Qt6/\\"
	new file:   u/UCX-CUDA/UCX-CUDA-1.14.1-GCCcore-11.3.0-CUDA-12.2.0.eb
2023-10-30 11:35:42 +01:00

30 lines
868 B
Plaintext

# IT4Innovations
# LK 2023
name = 'ANSYS'
version = '2022R1'
versionsuffix = '-alamerini'
homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2020b'}
# create a zip file from the 3 install iso files.
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-2022.1.tar.gz']
checksums = ['94d4700c66189a774f9b06b0e7a89e64']
dependencies = [
('libGLU', '9.0.1'),
# ('libnsl', '1.3.0'), # moc nove pro CentOS 7!!!
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', '150.217.19.173')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'