Skip to content

Instantly share code, notes, and snippets.

@SteVwonder
Created August 18, 2017 23:00
Show Gist options
  • Save SteVwonder/dcb1fca9b64c0736d8d239c6a2f1a674 to your computer and use it in GitHub Desktop.
Save SteVwonder/dcb1fca9b64c0736d8d239c6a2f1a674 to your computer and use it in GitHub Desktop.
ROOT LEVEL
→ grep "sched_proxy_c" 0-broker.out
2017-08-18T22:56:31.738387Z init_prog.debug[0]: Loading sched_proxy_c module: ['flux', 'module', 'load', 'sched_proxy_c', 'root=1']
2017-08-18T22:56:31.813909Z broker.debug[0]: insmod sched_proxy_c
2017-08-18T22:56:31.817743Z sched_proxy_c.debug[0]: sched_proxy_c module is running on rank 0
2017-08-18T22:56:33.391903Z sched_proxy_c.debug[0]: child_needs_a_job_cb: received a request for work
2017-08-18T22:56:33.391932Z sched_proxy_c.debug[0]: child_needs_a_job_cb: Jobs are queued, responding immediately to request for work
2017-08-18T22:56:40.834900Z sched_proxy_c.debug[0]: new_job_cb: received a new job
2017-08-18T22:56:40.834956Z sched_proxy_c.debug[0]: new_job_cb: no outstanding requests for work, queueing job
CHILD LEVEL
→ grep "sched_proxy_c" 0.1-broker.out
2017-08-18T22:56:33.307926Z init_prog.debug[0]: Loading sched_proxy_c module: ['flux', 'module', 'load', 'sched_proxy_c', 'leaf=1']
2017-08-18T22:56:33.386791Z broker.debug[0]: insmod sched_proxy_c
2017-08-18T22:56:33.390210Z sched_proxy_c.debug[0]: sched_proxy_c module is running on rank 0
2017-08-18T22:56:33.390222Z sched_proxy_c.debug[0]: opening handle to parent
2017-08-18T22:56:33.391707Z sched_proxy_c.debug[0]: requesting work from parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment