public class MpiImplementation extends Implementation
Modifier and Type | Field and Description |
---|---|
private static Logger |
logger |
private int |
me |
private int |
size |
agentTrainerObservers, localTestCaseObservers, ProcessQueue, testCaseObservers, TrainerQueue
Constructor and Description |
---|
MpiImplementation() |
Modifier and Type | Method and Description |
---|---|
void |
exit() |
int |
getMe() |
int |
getSize() |
void |
run(String[] args) |
enqueueAgentMoveTrainer, enqueueTestCase
private static Logger logger
private int me
private int size
public int getMe()
public int getSize()
public void run(String[] args)
run
in class Implementation
public void exit()
exit
in class Implementation