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:
Dennis Luxen
2011-01-09 21:42:27 +00:00
parent f45af2ba72
commit bfd2a8aee2
34 changed files with 2214 additions and 1655 deletions
+1 -1
View File
@@ -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 ) );