-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon Linux ec2-user cannot run interactive job #7
Comments
Slurm users are automatically added to the slurm accounting db on the first job submission using a lua job submission plugin The lua script should be deployed to You should debug why the user |
have you verified if after executing |
[ec2-user@head ~]$ vim test-job.sh
[ec2-user@head ~]$ sudo tail -F /var/log/slurm/slurm |
I would suggest to verify that user If the user exists I guess the lua submit script is failing for some reason when trying to add the user |
Hello,
I'm testing Amazon Linux and I get it to install and work partially, but the ec2-user cannot run a interactive job. I can attach the slightly modified playbook for review if you like. However, can you provide some insight into the matter?
[root@head ~]# sacctmgr show user ec2-user accounts
[root@head ~]# exit
logout
[ec2-user@head ~]$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
compute* up infinite 1 unk* dal2grid04
compute* up infinite 3 idle dal2grid[01-03]
[ec2-user@head ~]$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
[ec2-user@head ~]$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
compute* up infinite 1 unk* dal2grid04
compute* up infinite 3 idle dal2grid[01-03]
[ec2-user@head ~]$ sinfo -V
slurm 20.11.8
[ec2-user@head ~]$
Thanks
JG
The text was updated successfully, but these errors were encountered: