-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template generation pipeline crashing on the Compute Canada cluster #86
Comments
looks like you are using a new verion of my scripts that don't actually need SCOOP anymore, but rather use ray ( ray.io ) to paralellize execution. |
Thank you for your quick response @vfonov . I am indeed using the version which uses
I'm asking this because this is a common error line irrespective of whether I use the version where |
I haven't seen this error message appearing before. When does this happen? |
This happens when I use the below csv file (which contains paths to normalized straightened .mnc files and template mask), for example, a line from my csv file looks like below:
Then I use this error stack
|
ok, it looks like environment variable |
This works perfectly with the |
Moving this - spinalcordtoolbox/template-dog#18 issue to this repository since it is more relevant here.
The
generate_template
script is dependent on, as described here:We have been using the SHA
cadc7219e79d6edb90742e1e340f8eee76332006
version of thenist_mni_piplelines
which used thescoop
package for parallelizing. The newer versions (I'm using the commit608acff75601bf80f79334abc0434bbc0734af0d
)of thenist_mni_pipelines
uses theray
package. Now when I try to use installray
bypip install ray
, the jobs crash and run into the following error:error stack
I did some search and found a temporary fix to this issue here: https://stackoverflow.com/a/72492737 which did resolve the above error but the job still crash and following is the crash output (attached):
slurm-46365536.out.zip
Steps to reproduce this issue:
scratch
folder on Compute Canada and unzip the filebids_data_final/derivatives/template/subjects.csv
and update the pathsI'm trying to solve this issue on my side but if anyone has any insights, pls share!
(tagging @namgo if you have any information on this)
The text was updated successfully, but these errors were encountered: