Go to the source code of this file.
#define mMessage |
( |
|
s | ) |
strm << s << '.' << od_newline |
#define mRetError |
( |
|
s | ) |
{ errorMsg(toUiString(s)); mDestroyWorkers; return false; } |
Value:{ \
if ( comm_ ) comm_->setState(
JobCommunic::HostError ); \
}
Multi-machine socket communicator Handles the communication between a client and the master...
Definition: jobcommunic.h:51
#define mRetError(s)
Definition: batchprog.h:130
Value:{ \
if ( comm_ ) comm_->setState(
JobCommunic::JobError ); \
}
Multi-machine socket communicator Handles the communication between a client and the master...
Definition: jobcommunic.h:51
#define mRetError(s)
Definition: batchprog.h:130
#define mSetCommState |
( |
|
State | ) |
|
Value:if ( comm_ ) \
{ \
if ( !comm_->updateState() ) \
}
#define mRetHostErr(s)
Definition: batchprog.h:133
State
Definition: jobcommunic.h:54
#define mStrmWithProcID |
( |
|
s | ) |
strm << "\n[" << process_id << "]: " << s << "." << od_newline |
int Execute_batch |
( |
int * |
, |
|
|
char ** |
|
|
) |
| |