+ if (opt::auto_depl::enabled) {
+ opt::auto_depl::nhosts = hostdata::size();
+ opt::auto_depl::load = hostdata::size();
+ try {
+ // fixme: do auto deployment
+ }
+ catch (std::exception& e) {
+ THROW1(0, 0, "%s", e.what());
+ }
+ } else {
+ MSG_launch_application(opt::deployment_file.c_str());
+ }