Submission of MD runs to HPC with PBS
Project description
MDRun
I’ve started developing this Python program to generate the appropriate files for long classic Molecular Dynamics (MD) runs in the Imperial College HPC facility, using the AMBER MD engine (GPU version).
The objective is to automate the process, so you can chain several jobs and get the results of each one directly to your machine. No more manual edit of your submission scripts, copying restart files back and forth, etc. All is needed is to specify the settings of your simulation in a configuration JSON file and then chain the PBS jobs using dependency on each other.
Maybe this can be useful for other people as well, I think this should be fairly general for other HPC facilities.
Before you start
You need to set up your passwordless ssh from your local machine to the HPC. To test if it works properly, you should be able to scp a file from the HPC to your local machine and not be prompted for your password. Like so:
$ scp username@HPC-hostname:/home/username/test_file.txt . test_file.txt 100% 0 0.0KB/s 00:00
You should also check that rsync is available in your HPC cluster, since it is used to transfer the files (should be available in any Linux distribution, I think).
Create an example input file using the jobsubmitter example command.
Free software: MIT license
Documentation: https://JobSubmitter.readthedocs.io.
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2016-10-18)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mdrun-0.1.5.tar.gz
.
File metadata
- Download URL: mdrun-0.1.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b127414fe9a63ffc0603ac8c73ad0242acb697fcb2731d9ee8a956eed26890c |
|
MD5 | cf57af4b128234e63ee9c33fa55c0c9d |
|
BLAKE2b-256 | 0ee2434524108a0ed23675332b31d868f3bc77237128bc37f0a080074c8caa44 |
File details
Details for the file mdrun-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: mdrun-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce65abfc081ed621d008c11b7ae94f3048571178fe765566a316a7953b00ba4 |
|
MD5 | b29f01bed856ea797cd8ded4885d48c0 |
|
BLAKE2b-256 | 829ab1119d1b04efc0f96d11b08cb4738db5c2c0ad1fd590f9f6776e0806ded6 |