Hi everyone,
I'm having an issue with setting the number of threads for my
SDM analysis in the terminal on a Linux machine. I've successfully
run the preprocessing step and modified the
sdmpsi_params.xml
file to set
<nthreads>5</nthreads>
. However, when I
run the Mean analysis, the terminal still displays "using 1
thread".
I tried on several different machines, and I keep having this
problem:
mypath/sdm perm 1000,MyMean
Home dir /confpath/.libsdm/sdm.conf
wParser warning: argument 'number of threads' missing or incorrect,
it will be set to '1'.
this is my sdmpsi_params.xml
<MissSdm_parameters>
<Global_parameters>
<StudyMask>white_matter_2mm</StudyMask>
<CorrelationTemplate>white_matter_2mm</CorrelationTemplate>
<VoxelMM>2</VoxelMM>
<nthreads>5</nthreads>
</Global_parameters>
</MissSdm_parameters>
thanks a lot for the help, I don't know how to further proceed for
this