https://github.com/zedthree/hermes
Checks the status of running jobs on remote machines
https://github.com/zedthree/hermes
Last synced: 9 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T18:24:12.000Z (over 12 years ago)
- Last Synced: 2025-01-18T00:54:08.930Z (over 1 year 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.