|
libeblearntools
|
Jobs to be executed in a MPI system. More...
#include <mpijob.h>
Public Member Functions | |
| mpijob (configuration &conf, const char *oconffname=NULL, bool resume=false) | |
| virtual | ~mpijob () |
| Destructor. | |
| virtual void | run () |
| Execute job (fork and call run_child()). | |
Protected Member Functions | |
| virtual void | run_child () |
| Execute child's code. | |
Jobs to be executed in a MPI system.
| ebl::mpijob::mpijob | ( | configuration & | conf, |
| const char * | oconffname = NULL, |
||
| bool | resume = false |
||
| ) |
Create a job given a configuration conf.
| conf | The job's configuration. |
| oconffname | The original configuration's filename. |
| resume | If true, find latest saved parameters and start from them. |