This is a large update that brings many internal and architectural changes. The most obvious change to the user is the presence of configuration files for extractLargeNetwork and routed. Optimistically speaking, it should not break anything. Thanks to rskr for support patches and suggestions.
This commit is contained in:
@@ -301,7 +301,7 @@ public:
|
||||
_LogData log;
|
||||
Percent p (numberOfNodes);
|
||||
|
||||
int maxThreads = omp_get_max_threads();
|
||||
unsigned maxThreads = omp_get_max_threads();
|
||||
std::vector < _ThreadData* > threadData;
|
||||
for ( int threadNum = 0; threadNum < maxThreads; ++threadNum ) {
|
||||
threadData.push_back( new _ThreadData( numberOfNodes ) );
|
||||
|
||||
Reference in New Issue
Block a user