External Email - Use Caution
Hi FS dev team,
I tried to run mri_segment_hypothalamic_subunits with my ubuntu 20.04.6 and FS 8.0.0, and MCRv97. I tried both using cpu and gpu, but it returns me the “killed” message when I use 1 thread and another error when I use multiple threads. Could you please help me with that? Best, Payam
ubuntu@sch-mri:~/data/subjects_fs_dir/nalq/mri$ mri_segment_hypothalamic_subunits --s dvob --sd $SUBJECTS_DIR --threads 1
using 1 thread
predicting 1/1
Killed
ubuntu@sch-mri:~/data/subjects_fs_dir/nalq/mri$ mri_segment_hypothalamic_subunits --s dvob --sd $SUBJECTS_DIR --threads 2
using 2 threads
predicting 1/1
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
freesurfer@nmr.mgh.harvard.edu