Time limit in a supercomputer #166
-
Hi, I’m running HybPiper on a Supercomputer, and I’m wondering what happens if the job reaches the time limit before it completes. Does it terminate automatically, and if so, is there a way to restart or resume the jobs efficiently? I’d appreciate any guidance on the best approach to restarting or resubmitting the jobs while minimizing data loss. Thanks in advance for your help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, HybPiper can be restarted from one of four stages using the
To determine where HybPiper stopped, check the log file inside the HybPiper output directory. You should also use
If the log file does not give a clear answer, you can also get a clue from the intermediate output files in the output directory. If you find the following:
Therefore if Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hi,
HybPiper can be restarted from one of four stages using the
--start_from
flag inhybpiper assemble
:To determine where HybPiper stopped, check the log file inside the HybPiper output directory. You should also use
force_overwrite
to ensure any files that were open when the HPCC killed the job are overwritten. I would recommend starting with the stage it failed on - for example if the run failed during the Spades assembly stage (most likely, since it's the step that takes the longest), you should re-run that sample with: