forked from kjellp/SMRT-Analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Head node may run out of resources
pb-jlandolin edited this page Mar 7, 2013
·
1 revision
One consequence of using the qsw.py
script is that for each job submitted, there is a corresponding process polling the job for completion on the head node. This effectively limits the number of jobs which can be run. If too many jobs are running simultaneously, the head node may run out of resources.
The solution is to submit fewer jobs simultaneously.