int c;
opterr = 0;
- while ((c = getopt(*argc, argv, "a:bc:C:ehi:I:l:L:N:T:vV")) != -1) {
+ while ((c = getopt(*argc, argv, "a:bc:C:ehi:I:l:L:N:s:T:vV")) != -1) {
switch (c) {
case 'a':
opt::loba_algo = optarg;
result = opt_helper::nol_find_prefix(opt::loba_algorithms,
"load balancing algorithm",
- opt::loba_algo);
+ opt::loba_algo)
+ && result;
break;
case 'b':
opt::bookkeeping = true;
case 'T':
opt::auto_depl::topology = optarg;
result = opt_helper::nol_find_prefix(opt::topologies, "topology",
- opt::auto_depl::topology);
+ opt::auto_depl::topology)
+ && result;
break;
case 'v':
// nothing to do: this option is checked at the very
<< " proc : messages from base process class\n"
<< " loba : messages from load-balancer\n";
+ // std::clog << "\nMiscellaneous low-level parameters\n";
+
#undef so_list
#undef so
#undef o