easyconfigs-it4i/ARCHIVE/s/SWASH/SWASH-3.14-intel-2015b-mpi.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

30 lines
813 B
Plaintext

easyblock = 'MakeCp'
name = 'SWASH'
version = '3.14'
versionsuffix = '-mpi'
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 = {'usempi': True}
source_urls = ['http://swash.sourceforge.net/download/zip/']
sources = [SOURCELOWER_TAR_GZ]
prebuildopts = "unset FC && make config && "
buildopts = 'mpi'
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'