Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
hycis committed Nov 6, 2014
1 parent f5dbf92 commit 0fd83f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hps/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_cmd(model, mem, use_gpu, queue, host, duree, ppn, nb_proc, pmem, gpus):
parser.add_argument('-n', '--total_number_jobs', type=int, dest='n_jobs', default=1,
help='''The total number of jobs that will be launched on machines.''')

parser.add_argument('-m', '--mem', default='10000m',
parser.add_argument('-m', '--mem', default='8000m',
help='''Memory usage limit by job in MB.''')

parser.add_argument('-c', '--n_concur_jobs', type=int,
Expand All @@ -149,7 +149,7 @@ def get_cmd(model, mem, use_gpu, queue, host, duree, ppn, nb_proc, pmem, gpus):

parser.add_argument('--nb_proc', help='''number of jobs running at any one time''')

parser.add_argument('--pmem', default='10000m', help='''memory allocation per core''')
parser.add_argument('--pmem', default='8000m', help='''memory allocation per core''')

parser.add_argument('--gpus', default='2', help='''memory allocation per core''')

Expand Down

0 comments on commit 0fd83f1

Please sign in to comment.