easyconfigs-it4i/a/ANSYS/ANSYS-20.2-intel-2017c.eb
Jakub Kropacek 64bdf01391 new file: a/ABINIT/ABINIT-9.4.1-intel-2020b.eb
modified:   a/ABINIT/ABINIT-9.4.2-intel-2020b.eb
	new file:   a/ANSYS/ANSYS-20.2-intel-2017c.eb
	new file:   g/grace/grace-5.1.25-intel-2020b.eb
	modified:   i/impi/impi-2017.4.239-iccifort-2017.8.262-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-4.1.1-AOCL-3.0.1-AOCC-3.1.0.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2-test.eb
	new file:   s/Singularity/Singularity-3.8.3.eb
2021-10-06 19:33:14 +02:00

23 lines
691 B
Plaintext

# IT4Innovations
# LK 2021
name = 'ANSYS'
version = '20.2'
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': '2017c'}
# 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-20.2.tar.gz']
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'