def start_slaves(slave_dir,exe_rel_path,pst_rel_path,num_slaves=None,slave_root="..", port=4004,rel_path=None): import warnings warnings.warn("deprecation warning:start_slaves() has moved to the utils.helpers module") from pyemu.utils import start_slaves start_slaves(slave_dir,exe_rel_path,pst_rel_path,num_slaves=num_slaves,slave_root=slave_root, port=port,rel_path=rel_path)
def start_slaves(slave_dir,exe_rel_path,pst_rel_path,num_slaves=None,slave_root="..", port=4004,rel_path=None): warnings.warn("deprecation warning:start_slaves() has moved to the utils.helpers module",PyemuWarning) from pyemu.utils import start_slaves start_slaves(slave_dir,exe_rel_path,pst_rel_path,num_slaves=num_slaves,slave_root=slave_root, port=port,rel_path=rel_path)