- Jan 12, 2022
-
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
- Sep 01, 2021
-
-
Renato Alves authored
-
- Jul 27, 2021
-
-
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.
-
- Jul 07, 2020
-
-
Renato Alves authored
-
- Feb 07, 2020
-
-
Renato Alves authored
-
- Sep 04, 2019
-
-
Renato Alves authored
-
- Jul 07, 2019
-
-
Renato Alves authored
Currently supports only sharing with users in the same UNIX group
-
- Apr 17, 2019
-
-
Renato Alves authored
In some cases NumTasks would be set to 0 causing resource allocation errors
-
- Feb 18, 2019
-
-
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
-
- Feb 14, 2019
-
-
Renato Alves authored
-
- Feb 03, 2019
-
-
Renato Alves authored
-
- Jan 28, 2019
-
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
-
Renato Alves authored
closes #1
-
- Dec 11, 2018
-
-
Renato Alves authored
-
- Nov 15, 2018
-
-
Renato Alves authored
-
- Nov 12, 2018
-
-
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.
-
- Nov 08, 2018
-
-
Renato Alves authored
-
- Nov 01, 2018
-
-
Renato Alves authored
-
- Oct 29, 2018
-
-
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.
-
- Oct 24, 2018
-
-
Renato Alves authored
-
- Jun 27, 2018
-
-
Renato Alves authored
-
- Jun 12, 2018
-
-
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.
-
- May 23, 2018
-
-
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
-
- Mar 31, 2018
-
-
Renato Alves authored
-
- Mar 27, 2018
-
-
Renato Alves authored
Allows providing accurate availability based on system allocation
-