https://github.com/junghans/job-tools
Scripts to handle simulation jobs
https://github.com/junghans/job-tools
Last synced: 7 months ago
JSON representation
Scripts to handle simulation jobs
- Host: GitHub
- URL: https://github.com/junghans/job-tools
- Owner: junghans
- Created: 2015-03-13T16:54:38.000Z (about 11 years ago)
- Default Branch: lanl
- Last Pushed: 2015-03-13T17:32:36.000Z (about 11 years ago)
- Last Synced: 2024-12-28T21:14:28.507Z (over 1 year ago)
- Language: Shell
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Scripts to handle simulation jobs
* `q2start`: a submit script generator for SGE (see `master` branch)
* `llstart`: a submit script generator for IBM's load leveler (see `master` branch)
* `lstart`: a minimal job manager written in bash for clusters without a queueing system
* `mstart`: a submit script generator for Moab (see lanl branch)
and
* `all`: a script to run a command everywhere
* `findhost`: find hostname matching a pattern
* `mpilist`: find a host which is free
* `showjobs`: summarize running jobs
* `sshscript`: remember working dir after ssh. To make it work add the following line to your `~/.bashrc`
```
[[ -r ~/.mypath ]] && cd $(cat ~/.mypath) && rm -f ~/.mypath
```
##Issues
Report bugs on the [github issues site](https://github.com/junghans/job-tools/issues)