SST/macro
sdn_launcher.h
Go to the documentation of this file.
7 #include <cassert>
8 #include <vector>
9 
10 namespace sstmac {
11 namespace sw {
12 
14  public job_launcher
15 {
16  public:
17  std::string
18  to_string() const {
19  return "sdn job launcher";
20  }
21 
22  virtual void
24 };
25 
26 }
27 }
The job_launcher class performs the combined operations a queue scheduler like PBS or MOAB and a job ...
Definition: job_launcher.h:26
virtual void handle_new_launch_request(app_launch *appman)
handle_new_launch_request As if a new job had been submitted with qsub or salloc. ...
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
std::string to_string() const
Definition: sdn_launcher.h:18