You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #84 a user creates his job locally on a Windows machine then copies the scripts to HPC and submits the job there. I think this is a common enough workflow. It raises the issue that if you do this, the .sh scripts will not have Unix line breaks and can't be executed. It might be good to modify slurm_apply and related functions to run something like sed -i.bak "s/\r$//" submit.sh?
The text was updated successfully, but these errors were encountered:
A quick follow up on this. I just saw that the slurm_run.R script has the same DOS line breaks. It doesn't seem to be am obvious problem, but might cause issues down the line?
In #84 a user creates his job locally on a Windows machine then copies the scripts to HPC and submits the job there. I think this is a common enough workflow. It raises the issue that if you do this, the .sh scripts will not have Unix line breaks and can't be executed. It might be good to modify
slurm_apply
and related functions to run something likesed -i.bak "s/\r$//" submit.sh
?The text was updated successfully, but these errors were encountered: