Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
workflow_and_monitoring.tgz | 2013-11-13 | 13.0 kB | |
README | 2013-11-13 | 737 Bytes | |
Totals: 2 Items | 13.8 kB | 0 |
Description: workflow.py - Workflow daemon script that listens queries from user interface and despatches jobs to LSF and SGE platform. sge_monitor.py - Job status monitoring and error handling script that runs on SGE platform. lsf_monitor.py - Job status monitoring and error handling script that runs on LSF platform. Prerequisites: 1. Python (version >= 2.6) 2. mysql-python 3. python-daemon Installation: 1. tar zxf workflow_and_monitoring.tgz To run the program: 1. Run the program based on it's role 1.1 Run sge_monitor.py and workflow.py on SGE master node 1.2 Run lsf_monitor.py on LSF login node