Changeset 31158 for trunk/ppStack/src/ppStackThread.c
- Timestamp:
- Apr 4, 2011, 1:16:41 PM (15 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/ppStackThread.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
- Property svn:ignore
-
old new 17 17 autom4te.cache 18 18 Doxyfile 19 a.out.dSYM
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
trunk/ppStack/src/ppStackThread.c
r30620 r31158 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.
