Skip to content

Commit

Permalink
Merge branch 'mx_util/units'
Browse files Browse the repository at this point in the history
* mx_util/units:
  mxqsub: Update usage information
  • Loading branch information
mariux committed Aug 26, 2015
2 parents 5703845 + 604d762 commit 16f728d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,17 @@ static void print_usage(void)
" on the priority given to the job.\n"
"\n"
" -j, --threads=NUMBER set number of threads (default: 1)\n"
" -m, --memory=SIZE set amount of memory in MiB (default: 2048)\n"
" -t, --runtime=MINUTES set runtime in minutes (default: 15)\n"
" -m, --memory=SIZE set amount of memory (default: 2G)\n"
"\n"
" [SIZE] may be suffixed with a combination of T, G and M\n"
" to specify tebibytes, gibibytes and mebibytes.\n"
" Defaults to mebibytes if no suffix is set.\n"
"\n"
" -t, --runtime=TIME set runtime (default: 15m)\n"
"\n"
" [TIME] may be suffixed with a combination of y, w, d, h and m\n"
" to specify years, weeks, days, hours and minutes\n"
" Defaults to minutes if no suffix is set.\n"
"\n"
"Job handling:\n"
" Define what to do if something bad happens:\n"
Expand Down

0 comments on commit 16f728d

Please sign in to comment.