Re: [slurm-users] Disabling --nodelist

2018-11-27 Thread Jacob Jenson
Aaron, While SchedMD does not accept pull requests through GitHub, we do take code and/or documentation contributions (as outlined in CONTRIBUTING.md) through our bug tracker at http://bugs.schedmd.com. Please be sure to set the Severity level to 'C - Contributions' to make sure it is routed to t

Re: [slurm-users] Disabling --nodelist

2018-11-27 Thread Aaron Jackson
Thanks both who helped with this. I had to recompile Slurm with Lua, but I now have it working. function slurm_job_submit(job_desc, part_list, submit_uid) if not (job_desc.req_nodes == nil) then slurm.log_user("Must not specify nodelist") return slurm.FAILURE end return sl

Re: [slurm-users] Disabling --nodelist

2018-11-27 Thread Henkel, Andreas
Hi, A spank plugin would probably work. A job-submit which replaces the nodelist with an empty string could work either. What about just changing the .profile and set the env variable for nodelist to empty string? „Note that environment variables will override any options set in a batch scri

Re: [slurm-users] Disabling --nodelist

2018-11-27 Thread Paul Edmon
Your best bet is a LUA job submission script to strip these options from the submissions. -Paul Edmon- On 11/27/18 11:48 AM, Aaron Jackson wrote: Hi all, I am wondering if it is possible to disable the use of the --nodelist argument from srun/sbatch/salloc/etc? In the worst case I can just ed

[slurm-users] Disabling --nodelist

2018-11-27 Thread Aaron Jackson
Hi all, I am wondering if it is possible to disable the use of the --nodelist argument from srun/sbatch/salloc/etc? In the worst case I can just edit the code for argument parsing? Having only recently moved over to Slurm, some users have a preference for particular nodes with no justifiable reas

Re: [slurm-users] Slurm / OpenHPC socket timeout errors

2018-11-27 Thread Marcus Wagner
Hi Ken, if the switches between the hosts are correctly configured, this SHOULD pose no problem, but we saw ourselves problems with Path MTU Discovery. If the switches are wrongly configured, it will be a very one-sided communication between the two hosts with the different MTUs J It gets ev

Re: [slurm-users] An observation on SLURM's logging

2018-11-27 Thread John Hearns
https://twitter.com/systemdsucks Is that my coat? Why thankyou. On Tue, 27 Nov 2018 at 11:21, Kevin Buckley wrote: > Here are our usual Slurm log-related config settings > > (where we've increased the default "Syslog" level as we're trying > to get the Crays to funnel the slurmd log messages a

[slurm-users] An observation on SLURM's logging

2018-11-27 Thread Kevin Buckley
Here are our usual Slurm log-related config settings (where we've increased the default "Syslog" level as we're trying to get the Crays to funnel the slurmd log messages all the way up to the machine that syslog messages go to on Crays) SlurmctldDebug=info SlurmctldLogFile=/var/spool/slurm/

Re: [slurm-users] About x11 support

2018-11-27 Thread John Hearns
Going off topic, if you want an ssh client and an X-server on a Windows workstation or laptop, I highly recommend MobaXterm. You can open a remote desktop easily. Session types are ssh, VNC, RDP, Telnet(!) , Mosh and anything else you can think of. Including a serial terminal for those times when y

Re: [slurm-users] About x11 support

2018-11-27 Thread Tina Friedrich
Why would you run a slurmctld on a *submit* host? You only need the controller daemon on, well, the controllers (what I would still call 'queue masters' :) ). Personally I'd make quite sure that no-one apart from admins has rights to log in to those, really! In fact, you don't need to run any d

[slurm-users] Dependecy conflict with pkgconfig in slurm.spec

2018-11-27 Thread AiO
Hi all, I just wanted to check with you if I've discovered a possible error in the slurm.spec file when building CentOS RPM package using rpmbuild. It only conserns the slurm-devel package. I use currently use slurm 17.02.7, but I think the dependency conflict is in later versinos too. When