Hi Darell, The ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS environment variable can be used to set the maximum number of threads that an OTB application will use. You can therefore use :
ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=1 otbcli_MeanShiftSmoothing -in ... or export the variable before running the application. Jordi Darell van der Voort <[email protected]> wrote: > > Hello, > > I was wondering if it possible to turn of the multi-threading of the LSMSS > smoothing (step 1)? Reason is that other steps are not multi-threaded and I > would like to assign individual processing chains to a single > core. > > Thanks! > > Kind regards, > Darell > > > -- -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
