- Timestamp:
- Mar 1, 2011, 6:21:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppStack/src/ppStackThread.c
r30620 r30772 101 101 } 102 102 103 int numThreads = psMetadataLookupS32(NULL, config->arguments, " -threads"); // Number of threads103 int numThreads = psMetadataLookupS32(NULL, config->arguments, "NTHREADS"); // Number of threads 104 104 105 105 // Generate readouts for each input file in each file group … … 248 248 249 249 250 void ppStack ThreadInit(void)250 void ppStackSetThreads(void) 251 251 { 252 252 static bool threaded = false; // Are we running threaded?
Note:
See TracChangeset
for help on using the changeset viewer.
