Queues and Policies
Queues
| Queue Name | Purpose | User Requestable | Slot Limit | Memory Limit | Wall Clock Limit |
|---|---|---|---|---|---|
| normal.q | Production workloads. Default queue | No, queue assignment based on resource requests (ram.c, h_rt) |
none |
42G |
12 hours |
| long.q | Production workflows that need more than 12 hours | No, queue assignment based on resource requests (ram.c, h_rt) |
320 |
42G |
240 hours |
| normal_excl.q | Production workloads - exclusive node scheduling. | No, queue assignment based on resource requests (ram.c, h_rt, exclusive.c) |
none |
>42G |
12 hours |
| long_excl.q | Production workloads that require more than 12 hours. | No, queue assignment based on resource requests (ram.c, h_rt, exclusive.c) | none | >42G | 240 hours |
| high.q | High priority jobs and debugging jobs | Yes, request either "-q high.q" or "-l high.c" (deprecated) | 8 | 120GB |
240 hours |
| interactive.q | For light-weight interactive jobs; default for qlogin |
Only with qlogin (default) or special services | none | 120GB | 240 hours |
| timelogic.q | Access to Timelogic accelerated blast nodes | Yes, request either "-q timelogic.q" or "-l timelogic.c" (deprecated) | none | 800MB | none |
Policies and Best Practices
- Jobs running longer than 12 hours will be routed to a limited pool of nodes for long jobs
- The high.c resource is intended for fast turn around jobs. Users are limited to 2 slots for 12 hours.
- Always request the shortest wall clock time and the smallest amount of memory you need. This will allow your job to get scheduled faster.
- The long queue has a limit of 320 slots per user
Genepool Shares
Each project may determine the subshares appropriate for their project. For issues concerning share distribution, please talk to the proxy of the appropriate sponsor.
You are assigned to a default project when your account is created. If you need to a job with a different project to which you have access, please add the following to your batch script (or just use -P if submitting to qsub from the command line):
#$ -P <user requested project>
Where the user-requested project is one of the sub-projects listed in the table below.
| Sponsor | Share% | User-requested Project | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Len Pennacchio |
10.1% |
|
||||||||||||||||||
|
Len Pennacchio |
1.7% |
|
||||||||||||||||||
|
Len Pennacchio |
6.4% |
|
||||||||||||||||||
| Nikos Kyrpides (Proxy: Amrita Pati) |
37.3% |
|
||||||||||||||||||
|
Dan Rokhsar
|
3.6% |
|
||||||||||||||||||
|
Dan Rokhsar |
9.6% |
|
||||||||||||||||||
| Dan Rokhsar (Proxy: David Goodstein) |
23.4% |
|
||||||||||||||||||
| Ray Turner | 3.9% |
|
||||||||||||||||||
| Ray Turner | 3.8% |
|


