Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #134 from mariux64/0.30.7
0.30.7
  • Loading branch information
donald committed May 12, 2022
2 parents b9c23b4 + b0ce5b6 commit e362aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
MXQ_VERSION_MAJOR = 0
MXQ_VERSION_MINOR = 30
MXQ_VERSION_PATCH = 6
MXQ_VERSION_PATCH = 7
MXQ_VERSION_EXTRA = "beta"
MXQ_VERSIONDATE = 2022

Expand Down
4 changes: 2 additions & 2 deletions mxqsub.c
Expand Up @@ -67,7 +67,7 @@ static void print_usage(void)
"\n"
" -j, --processors=NUMBER set number of processors (default: 1)\n"
" -m, --memory=SIZE set amount of memory (default: 2G)\n"
" --tmpdir=SIZE set size of MXQ_JOB_TMPDIR (default: 100G)\n"
" --tmpdir=SIZE set size of MXQ_JOB_TMPDIR (default: 10G)\n"
" --gpu request a gpu\n"
" --blacklist=STRING set list of blacklisted servers (default: '')\n"
" --whitelist=STRING set list of whitelisted servers (default: '')\n"
Expand Down Expand Up @@ -803,7 +803,7 @@ int main(int argc, char *argv[])
arg_debug = 0;
arg_jobflags = 0;
arg_groupid = UINT64_UNSET;
arg_tmpdir = 100; // 100G
arg_tmpdir = 10; // 10G
arg_blacklist = NULL;
arg_whitelist = NULL;
arg_prerequisites = "";
Expand Down

0 comments on commit e362aee

Please sign in to comment.