mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

new file: d/DMTCP/DMTCP-2.5.1.eb deleted: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11-old.eb
29 lines
855 B
Plaintext
29 lines
855 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'DMTCP'
|
|
version = '2.5.1'
|
|
|
|
homepage = "http://dmtcp.sourceforge.net/index.html"
|
|
description = """DMTCP (Distributed MultiThreaded Checkpointing)
|
|
transparently checkpoints a single-host or distributed computation
|
|
in user-space -- with no modifications to user code or to the O/S."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/dmtcp/dmtcp/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
postinstallcmds = [
|
|
'cp test/ %(installdir)s/test -R',
|
|
'(cd %(installdir)s/test; make -j 8)',
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/dmtcp_command', 'bin/dmtcp_discover_rm', 'bin/dmtcp_nocheckpoint', 'bin/dmtcp_srun_helper',
|
|
'bin/dmtcp_sshd', 'bin/dmtcp_coordinator', 'bin/dmtcp_launch', 'bin/dmtcp_restart', 'bin/dmtcp_ssh'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|
|
|