Closed ZexuanZhao closed 2 years ago
The canu job just submits to the grid and exits: https://canu.readthedocs.io/en/latest/faq.html#how-do-i-run-canu-on-my-slurm-sge-pbs-lsf-torque-system so you don't need to assign any resources to it, we usually launch it on the head node. You can see this in yours logs and this is why you see jobs running after 15 minutes. They're not your original job but subsequent submissions.
You can keep it on a single node by specifying useGrid=false
(not recommended for a 500gb genome) or you can pass though any slurm options you want (like time) using gridOptions="--time 0-0:15:0"
Hi !
I'm trying to run Canu on HPC and since Canu can "query the system for grid support, configure itself for the machines available in the grid, then submit itself to the grid for execution" I wonder how much resources should be defined in the slurm script that launched the Canu.
I tried setting running time to be 15min just to test and when time's up it's still running. It seems that the Canu is out of my control. I killed all process and here's the log:
Here's the slurm script:
Thank you.