easyconfigs-it4i/d/DMTCP/DMTCP-2.4.5.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

28 lines
886 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Ravi Tripathi
# Email: ravi89@uab.edu
easyblock = 'ConfigureMake'
name = 'DMTCP'
version = '2.4.5'
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': 'dummy'}
source_urls = ['https://github.com/dmtcp/dmtcp/archive/']
sources = ['%(version)s.tar.gz']
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'