Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 13:10
/nix/store/wf5mxpk7rs7d9v0b08zgfih74593y6jr-dmtcp-2.6.0
├── bin
│   ├── dmtcp_command
│   ├── dmtcp_coordinator
│   ├── dmtcp_discover_rm
│   ├── dmtcp_launch
│   ├── dmtcp_nocheckpoint
│   ├── dmtcp_restart
│   ├── dmtcp_rm_loclaunch
│   ├── dmtcp_srun_helper
│   ├── dmtcp_ssh
│   ├── dmtcp_sshd
│   └── mtcp_restart
├── include
│   └── dmtcp.h
├── lib
│   └── dmtcp
│   ├── libdmtcp_alloc.so
│   ├── libdmtcp_batch-queue.so
│   ├── libdmtcp_dl.so
│   ├── libdmtcp_ipc.so
│   ├── libdmtcp_modify-env.so
│   ├── libdmtcp_pathvirt.so
│   ├── libdmtcp_pid.so
│   ├── libdmtcp.so
│   ├── libdmtcp_svipc.so
│   ├── libdmtcp_timer.so
│   └── libdmtcp_unique-ckpt.so
└── share
├── doc
│   └── dmtcp-2.6.0
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   └── QUICK-START.md
└── man
└── man1
├── dmtcp.1.gz
├── dmtcp_command.1.gz
├── dmtcp_coordinator.1.gz
├── dmtcp_discover_rm.1.gz -> dmtcp.1.gz
├── dmtcp_launch.1.gz
├── dmtcp_nocheckpoint.1.gz -> dmtcp.1.gz
├── dmtcp_restart.1.gz
├── dmtcp_rm_loclaunch.1.gz -> dmtcp.1.gz
├── dmtcp_srun_helper.1.gz
├── dmtcp_ssh.1.gz -> dmtcp.1.gz
├── dmtcp_sshd.1.gz -> dmtcp.1.gz
└── mtcp_restart.1.gz -> dmtcp.1.gz
9 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment