Created
September 7, 2016 22:04
-
-
Save MikeDacre/f6ed1c0422593b540ebb933863665bc0 to your computer and use it in GitHub Desktop.
Python Cluster profile for sherlock cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[opts] | |
queue = hbfraser | |
[queue] | |
max_jobs = 1000 | |
sleep_len = 2 | |
queue_update = 5 | |
[prof_default] | |
cores = 1 | |
mem = 4000 | |
nodes = 1 | |
time = 06:00:00 | |
[prof_short] | |
cores = 1 | |
mem = 4000 | |
nodes = 1 | |
time = 02:00:00 | |
[prof_large] | |
nodes = 1 | |
cores = 16 | |
mem = 32000 | |
time = 24:00:00 | |
[prof_vlarge] | |
nodes = 1 | |
cores = 28 | |
mem = 125000 | |
time = 12:00:00 | |
[prof_long] | |
nodes = 1 | |
cores = 1 | |
mem = 4000 | |
time = 96:00:00 | |
[prof_owners] | |
nodes = 1 | |
cores = 1 | |
mem = 4000 | |
time = 02:00:00 | |
queue = owners | |
[jobqueue] | |
jobno = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment