- 12 Jan, 2022 3 commits
-
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
- 01 Sep, 2021 1 commit
-
-
Renato Alves authored
-
- 27 Jul, 2021 4 commits
-
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
The old behaviour of loading bork group specific settings can be enabled by passing --bork. The short setting -B has changed its meaning from --nobork to --bork.
-
- 07 Jul, 2020 1 commit
-
-
Renato Alves authored
-
- 07 Feb, 2020 1 commit
-
-
Renato Alves authored
-
- 04 Sep, 2019 1 commit
-
-
Renato Alves authored
-
- 07 Jul, 2019 1 commit
-
-
Renato Alves authored
Currently supports only sharing with users in the same UNIX group
-
- 17 Apr, 2019 1 commit
-
-
Renato Alves authored
In some cases NumTasks would be set to 0 causing resource allocation errors
-
- 18 Feb, 2019 4 commits
-
-
Renato Alves authored
Instead of trying to escape the string a second time use srun as interpreter of the script. Not sure if this will cause srun to run properly or if it will instead run as bash. This will need testing with multiple nodes which was why we used srun in the first place.
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
- 14 Feb, 2019 1 commit
-
-
Renato Alves authored
-
- 03 Feb, 2019 1 commit
-
-
Renato Alves authored
-
- 28 Jan, 2019 6 commits
-
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
closes #1
-
- 11 Dec, 2018 1 commit
-
-
Renato Alves authored
-
- 15 Nov, 2018 1 commit
-
-
Renato Alves authored
-
- 12 Nov, 2018 2 commits
-
-
Renato Alves authored
--nobork is also available to disable this behavior if necessary
-
Renato Alves authored
This introduces a backwards incompatible change that causes memory availability checking to be unreliable. Basically without h_rss or h_vmem limits we don't have a reliable way to know how much memory is going to be used/reserved.
-
- 08 Nov, 2018 1 commit
-
-
Renato Alves authored
-
- 01 Nov, 2018 1 commit
-
-
Renato Alves authored
-
- 29 Oct, 2018 2 commits
-
-
Renato Alves authored
-
Renato Alves authored
Before, chaining multiple commands in the same line: cmd1 ; cmd2 would result in unintuitive errors due to running: srun cmd1 ; cmd2 instead of both commands inside the same 'srun' invocation.
-
- 24 Oct, 2018 1 commit
-
-
Renato Alves authored
-
- 27 Jun, 2018 1 commit
-
-
Renato Alves authored
-
- 12 Jun, 2018 1 commit
-
-
Renato Alves authored
Most SGE setups set memory through h_vmem. This however sets virtual memory, not 'real' memory. Some software tries to reserve more memory than necessary which leads to OOM-kill events. Using h_rss works around this problem. However h_rss is not used in the wild as often as h_vmem.
-
- 23 May, 2018 2 commits
-
-
Renato Alves authored
In this mode the job script is still processed and expanded according to the selected queuing system but most options won't have any effect since execution will be done locally and without submission.
-
Renato Alves authored
-
- 31 Mar, 2018 1 commit
-
-
Renato Alves authored
-
- 27 Mar, 2018 1 commit
-
-
Renato Alves authored
Allows providing accurate availability based on system allocation
-