[slurm-users] sshare with usernames too long

2020-03-23 Thread Sysadmin CAOS
Hi, when I run "sshare -A myaccount -a" and, myaccount containts usernames with more than 10 characters, "sshare" output shows a "+" at the 10th character and, then, I can't know what user is. This is a big problem for me because I have accounts in format "student-1, student-2, etc"... Is th

Re: [slurm-users] Normal user cancelling a job

2020-03-16 Thread Sysadmin CAOS
and how can I add "Account Administrators"? in the accounting database? or in a configuration file?

[slurm-users] Normal user cancelling a job

2020-03-16 Thread Sysadmin CAOS
Hi, is there any configuration way for allowing a normal user to cancel jobs for users that belong to the same system group or account group? Thanks.

Re: [slurm-users] Question about networks and connectivity

2019-12-09 Thread Sysadmin CAOS
Hi mercan, OK, I forgot to compile OpenMPI with Infiniband support... But I still have a doubt: SLURM scheduler assigns (offers) some nodes called "node0x" to my sbatch job because in my SLURM cluster nodes have been added with "node0x" name. My OpenMPI application has been (now) compiled wit

[slurm-users] Limit to "-N1" and "-n1" with job_submit.lua

2018-04-16 Thread Sysadmin CAOS
Hello, Some days ago, I posted a question about a job_submit.lua I was writing to limit "srun" to only one node and one core. My script was this: function slurm_job_submit(job_desc, part_list, submit_uid)     local partition = "interactive"