sure, as long as you have more than one core. You can run them in the same terminal as long as you put & at the end of the line
On Thu, 5 Mar 2020, ZhangBo wrote:
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.