Freesurfer
Freesurfer is a set of automated tools for reconstruction of the brain’s cortical surface from structural MRI data.
Usage
Parallel usage
For parallel use you can run the job on the multiprocessor machine (with proper amount of memory) and add the proper switch to freesurfer tools which supports it.
For example to the mri_glmfit-sim
you can add --bg number_of_processors
parameter. On the basis of tutorial and downloaded data set you can use following example:
Computing of 100 iterations run by the last row lasts without 8-processor parallelization (without parameter --bg 8
) approx. 50 minutes, with parallelization about 8 minutes. You can use more processors to shorten the computing.
Possible faults
Memory allocation
Memory allocation failure, ie:
Occured while try the submission:
after adding the --bg 8
was everything OK.
Conclusion: Maybe it depends on the count of executed iterations defined by --sim mc-z 40 4 mc-z.negative
parameter (here 40).
Last updated on