Created
September 7, 2016 22:06
-
-
Save MikeDacre/1fc61d7b032f8ec83e6f53cec8a3096b to your computer and use it in GitHub Desktop.
Cluster profile file for fraser 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] | |
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 = 8 | |
mem = 32000 | |
time = 24:00:00 | |
[prof_long] | |
nodes = 1 | |
cores = 1 | |
mem = 4000 | |
time = 96:00:00 | |
[jobqueue] | |
jobno = 24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment