Dear ExploreDTI experts,
I am working on a DWI processing pipeline and on an eight-core system, I want to run several ExploreDTI functions, such as "E_DTI_SMECEPI_Main" and "E_DTI_Network_analysis_exe", without making use of multi-threading, i.e. run them on a single CPU only.
So far, I have tried the following:
- starting Matlab using the -singleCompThread argument;
- turning off the matlabpool in Matlab or setting matlabpool to 1;
- force the number of threads to be used by Matlab to 1 by using $export OMP_NUM_THREADS=1 before starting Matlab.
Normally, this should do the trick, but ExploreDTI seems to overrule something as elastix_L_64, which is called by E_DTI_SMECEPI_Main and E_DTI_Network_analysis_exe, still uses up to 600 tot 800% of my processing power.
Has anyone an idea how to force ExploreDTI and elastix to run single-threaded? Thanks in advance!
I am using ExploreDTI 4.8.6 in combination with Matlab R2012a and have 64-bit Scientific Linux installed.
Best regards,
Joost