Skip to content

0.30.7 #134

Merged
merged 2 commits into from May 12, 2022
Merged

0.30.7 #134

merged 2 commits into from May 12, 2022

Conversation

donald
Copy link
Contributor

@donald donald commented May 12, 2022

Set tmpdir default to 10G.

Commit efe43f4 ("mxqsub: Default tmpdir to 100G") made --tmpdir=100
the default.

The 100G number was, of course, arbitrary, and seems to be a bit on the
high side. Experience shows that the free disk space now is often the
limiting factor which prevents servers from taking additional jobs.

for h in $(hostconfig --list mxqd); do
  ssh $h  'd=$(($(stat -f -c%b /scratch/local2)*4/1024/1024));c=$(nproc); echo $d GB / $c cores= $(($d/$c)) $(hostname)'
done | sort -k6n

385 GB 64 cores = 6 simsalabimbambasaladusaladim.molgen.mpg.de
465 GB 64 cores = 7 esodophobie.molgen.mpg.de
915 GB 80 cores = 11 acedia.molgen.mpg.de
915 GB 80 cores = 11 avaritia.molgen.mpg.de
915 GB 80 cores = 11 fordprefect.molgen.mpg.de
[...]
7449 GB 64 cores = 116 peanutbutterjellytime.molgen.mpg.de
14901 GB 64 cores = 232 crunchyfrog.molgen.mpg.de
14901 GB 64 cores = 232 dirtyfork.molgen.mpg.de
29804 GB 128 cores = 232 kronos.molgen.mpg.de

Set the limit to 10G.
@wwwutz
Copy link
Contributor

wwwutz commented May 12, 2022

LGTM

@donald
Copy link
Contributor Author

donald commented May 12, 2022

Don't mention #113, so that @pmenzel doesn't spot that he was right.

@donald donald merged commit e362aee into master May 12, 2022
@donald donald deleted the 0.30.7 branch October 28, 2022 14:21
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants