MCPcopy Create free account
hub / github.com/catboost/catboost / RunMaster

Function RunMaster

library/cpp/par/par_host.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 IRootEnvironment* RunMaster(int masterPort, int workerThreadCount, const char* hostsFileName, int defaultSlavePort, int debugPort) {
102 InitNetworkSubSystem();
103 LocalExecutor().RunAdditionalThreads(workerThreadCount);
104
105 return new TRootEnvironment(hostsFileName, defaultSlavePort, masterPort, debugPort);
106 }
107}

Callers

nothing calls this directly

Calls 2

InitNetworkSubSystemFunction · 0.85
RunAdditionalThreadsMethod · 0.80

Tested by

no test coverage detected