- Jul 29, 2022
-
-
Skyler Malinowski authored
All slurm/slurm_errno.h error codes are now exposed to LUA. ESLURM_* type errors are most relevant to users, hence documented. Bug 14500
-
Skyler Malinowski authored
Bug 14500
-
Skyler Malinowski authored
Done in preparation for following commit. Bug 14500
-
Skyler Malinowski authored
Done in preparation for following commit. Bug 14500
-
Marcin Stolarek authored
Signed-off-by:
Brian Christiansen <brian@schedmd.com>
-
- Jul 28, 2022
-
-
Ben Roberts authored
-
Marshall Garey authored
This limitation is already documented in the helpers.conf man page, but added this limitation to the salloc, sbatch, and srun man pages. Bug 14273
-
Nathan Rini authored
Merging changes from the following commits: 62aa5de0 cae06f44 cf7ae265 Bug 14489
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
Continuation of 23c64065. Bug 14549
-
Nathan Rini authored
Bug 14489
-
Nathan Rini authored
Job state condition may needs to be able to accept the numeric state id or the verbose state description. Bug 14489
-
Nathan Rini authored
Bug 14489
-
Nathan Rini authored
Certain job filters require that the cluster be provided. This sets it by default to avoid those errors while allowing user to specify explicitly if they wish. Bug 14489
-
Dominik Bartkiewicz authored
If the write_labelled_message() returned -1 in _file_write(), the info->out_msg was not NULLed out thus in subsequent calls to _file_write() the same info->out_msg pointer could be enqueued again to the list. Besides the incorrect behavior of enqueing the same message more than once, api/step_io consuming clients like srun or sattach would eventually call client_io_handler_destroy(), which in turn would FREE_NULL_LIST() the free_outgoing list. The list destructor would free the pointer which was enqueued twice in the first occurrence, and in the next the process would segfault. Bug 13418
-
Tim McMullan authored
Avoid linking errors on systems where LTO-related RPM macros are enabled by default and the binutils version has a bug. Bug 14565
-
- Jul 27, 2022
-
-
Nathan Rini authored
Avoid some duplication of code. Only rest_auth_g_free() called _clear_auth(). Bug 13939
-
Nathan Rini authored
Bug 13939
-
Nathan Rini authored
Free the authentication entirely when no longer being used. There is no longer any reason to retain an authentication context unless it is being used. Calls to rest_auth_g_clear() would not clean up any cached slurmdb connections which could lead them to getting lost and left open. By switching call to FREE_NULL_REST_AUTH() which calls rest_auth_g_free(). The rest_auth plugins will have slurm_rest_auth_p_free() called to close the slurm db connection (if relevant to the plugin). The auth pointer will also always be NULLed to ensure there is no accidental reuse. Bug 13939
-
Nathan Rini authored
Call slurm_acct_storage_fini(). Bug 13939
-
Nathan Rini authored
New runc will now generated a config.json that no longer requires manual modification. Update the docker image generation procedure to make current commands. Bug 14549
-
Nathan Rini authored
Suggest users make a directory in their home directory instead of /run/user since that may result in system running out of memory. Bug 14549
-
Nathan Rini authored
This avoids potential cross user access and other common issues associated with /tmp/. Bug 14549
-
Nathan Rini authored
Bug 14549
-
Ben Roberts authored
-
Felip Moll authored
Remove outdated information Bring other information up to date Update examples Bug 14206
-
Marcin Stolarek authored
The function never returned anything else than SLURM_SUCCESS, so the code handling errors was never called. The function internally calls fatal and error, which is higher than a potential debug in a error handling code on caller side. Bug 14484
-
Marcin Stolarek authored
Bug 14484
-
- Jul 26, 2022
-
-
Ben Roberts authored
Bug 14611
-
Marcin Stolarek authored
The option is new added by ebe74549. Bug 14611
-
Marcin Stolarek authored
Bug 14611
-
Ben Roberts authored
-
Oscar Hernández authored
Bug 7107
-
Alejandro Sanchez authored
-
Carlos Tripiana Montes authored
Continuation of 2b2a11dc. Bug 14595
-
- Jul 25, 2022
-
-
Danny Auble authored
-
Scott Hilton authored
ROCM 5.2.0 moved the default location to /opt/rocm from /opt/rocm/rocm_smi Bug 14553
-
Ben Roberts authored
-
Marshall Garey authored
Bug 13879
-
- Jul 22, 2022
-
-
Brian Christiansen authored
-