Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zedthree/hermes
Checks the status of running jobs on remote machines
https://github.com/zedthree/hermes
Last synced: about 2 months ago
JSON representation
Checks the status of running jobs on remote machines
- Host: GitHub
- URL: https://github.com/zedthree/hermes
- Owner: ZedThree
- Created: 2012-10-19T14:45:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T18:24:12.000Z (almost 11 years ago)
- Last Synced: 2024-06-11T17:02:03.189Z (7 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hermes
======Checks the status of running jobs on remote machines.
Uses paramiko to ssh into a remote machine (currently hard-coded to be HPC-FF).
Then uses qstat, sed, grep and awk to find out what jobs are running, where they are outputting data, and extract the field energy from the text output.
Matplotlib is used to plot the energy against timestep on a semi-log scale.