External Email - Use Caution        

Hello FreeSurfer Developers,

My computer doesn't support cuda. To speed up data processing, could I open two terminal, and in each of them, I first runing:

$> export FREESURFER_HOME=/usr/local/freesurfer
$> export FREESURFER_HOME=/SetUpFreeSurfer.sh
$> export SUBJECTS_DIR=/usr/local/freesurfer/subjects/

then running:
recon-all -s sub-01 -i sub-01_T1w.nii.gz -all (for terminal 1)
recon-all -s sub-02 -i sub-02_T1w.nii.gz -all (for terminal 2)

Thanks.