I would think that if you code using multi-thread objects, it would run in multi-thread mode.Originally posted by freak creeper:anyone got any idea on how to start a developing a multithreaded M3 program in C or C++ by using POSIX threads(pthreads) library to statistically analyze a set of data by computing its minimum value, maximum value and the mean of the population by using 8 worker threads?