FACT++  1.0
template<class T , class S >
int RunShell ( Configuration conf)

Definition at line 715 of file scheduler.cc.

716 {
717  return Main::execute<T, AutoScheduler<S>>(conf);
718 }