easyconfigs-it4i/s/SWASH/SWASH-3.14-intel-2015b-mt.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

30 lines
800 B
Plaintext

easyblock = 'MakeCp'
name = 'SWASH'
version = '3.14'
versionsuffix = '-mt'
homepage = 'http://swash.sourceforge.net/'
description = """SWASH is a general-purpose numerical tool for simulating unsteady, non-hydrostatic, free-surface,
rotational flow and transport phenomena in coastal waters as driven by waves, tides, buoyancy and wind forces."""
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'openmp': True}
source_urls = ['http://swash.sourceforge.net/download/zip/']
sources = [SOURCELOWER_TAR_GZ]
prebuildopts = "make config && "
buildopts = 'omp'
parallel = 1
files_to_copy = [(['swash.exe', 'swashrun', 'SWASHRUN.README'], 'bin')]
sanity_check_paths = {
'files': ['bin/swash.exe', 'bin/swashrun', 'bin/SWASHRUN.README'],
'dirs': [],
}
moduleclass = 'cae'