- 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());
- }
+ if (!opt::auto_depl::nhosts)
+ opt::auto_depl::nhosts = hostdata::size();
+ if (!opt::auto_depl::load)
+ opt::auto_depl::load = hostdata::size();
+ MY_launch_application(); // it is already opt::* aware...