IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20405


Ignore:
Timestamp:
Oct 26, 2008, 5:13:31 PM (18 years ago)
Author:
eugene
Message:

for now, turn off threading as an option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081026/psphot/src/psphotGuessModels.c

    r20399 r20405  
    3333    assert (recipe);
    3434
    35     int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads
    36     if (!status) {
    37         nThreads = 0;
    38     }
     35    // int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads
     36    // if (!status) {
     37    // nThreads = 0;
     38    // }
     39    int nThreads = 0;
    3940
    4041    // bit-masks to test for good/bad pixels
Note: See TracChangeset for help on using the changeset viewer.