Slurm Errors
Posted: Thu Sep 12, 2024 5:10 pm
We have successfully deployed the basics of WebMO with Shibboleth on a submission host on our HPCC. We have the enterprise license, which allows us to use Slurm for submission to jobs to the cluster. Users can login in via Shibboleth and do basic, non-batch submission work, but we are missing something... We get the following error when submitting jobs:
sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified
From the WebMO error log at the same time:
[Wed Sep 11 11:56:07 2024] execute_input.cgi: sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified at daemon_pbs.cgi line 477.
[Wed Sep 11 11:56:07 2024] execute_input.cgi: Undefined subroutine &main::generate_job_manager_page called at /var/www/cgi-bin/webmo/execute_input.cgi line 48.
The batch queues have been created with the partitions names we use in Slurm and assigned to the interfaces. Example from the top of a pbs_script.sh file generated by WebMO:
#!/bin/sh
# Submitted using: /central/slurm/install/current/bin/sbatch -J WebMO_4 -o /srv/webmo/mckinnon/4/pbs_stdout -e /srv/webmo/mckinnon/4/pbs_stderr -p 'expansion' --nodes=1 --tasks-per-node=1 --time=01:00:00
We aren't sure what we are missing...
sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified
From the WebMO error log at the same time:
[Wed Sep 11 11:56:07 2024] execute_input.cgi: sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified at daemon_pbs.cgi line 477.
[Wed Sep 11 11:56:07 2024] execute_input.cgi: Undefined subroutine &main::generate_job_manager_page called at /var/www/cgi-bin/webmo/execute_input.cgi line 48.
The batch queues have been created with the partitions names we use in Slurm and assigned to the interfaces. Example from the top of a pbs_script.sh file generated by WebMO:
#!/bin/sh
# Submitted using: /central/slurm/install/current/bin/sbatch -J WebMO_4 -o /srv/webmo/mckinnon/4/pbs_stdout -e /srv/webmo/mckinnon/4/pbs_stderr -p 'expansion' --nodes=1 --tasks-per-node=1 --time=01:00:00
We aren't sure what we are missing...