cpp-lln-lab / CPP_HPC

https://cpp-lln-lab.github.io/CPP_HPC/
MIT License
2 stars 2 forks source link

Set scratch space for specific subjects #27

Closed marcobarilari closed 4 months ago

marcobarilari commented 1 year ago

Hi, what you said is an important point. But the error that happened to me appeared even with these new numbers. The error was solved by clearing the content in both the output folder and the scratch folder. Now in the slurm file I define workdir like this --work-dir /scratch_dir/work-fmriprep/"${subjID}" \ instead of --work-dir /scratch_dir/work-fmriprep \ to make the scratch folder less likely to be mixed with each others. Does it make sense?

_Originally posted by @yyang1234 in https://github.com/cpp-lln-lab/CPP_HPC/issues/26#issuecomment-1801612747_

yyang1234 commented 1 year ago

yeah it make sense for me.