[slurm-dev] Re: LLNL sxterm command

2017-04-21 Thread Shenglong Wang
srun --x11 xterm & works on NYU HPC clusters. Shenglong > On Apr 21, 2017, at 10:09 AM, Allan Streib wrote: > > > LLNL mentionas a command "sxterm" in their slurm user manual[1]. > >Xterm Jobs > >An xterm job is a job that launches an xterm window when the job >runs. The sxte

[slurm-dev] Re: Slurm & CGROUP

2017-03-17 Thread Shenglong Wang
What kind of error information we will get if applications try to use more memory than declared as we did the test before? Shenglong > On Mar 17, 2017, at 9:41 AM, Wensheng Deng wrote: > > The file is copied fine. It is just the message error annoying. > > > > On Thu, Mar 16, 2017 at 8:55

[slurm-dev] user epilog

2017-02-15 Thread Shenglong Wang
Hello, With Torque, users can provide a epilog script to run after jobs finish or are killed but before exist from queue. Is there similar function in slurm with sbatch? srun works with --epilog, will srun run the epilog script when the job is killed? Best, Shenglong

[slurm-dev] Re: Question about -m cyclic and --exclusive options to slurm

2017-01-03 Thread Shenglong Wang
Maybe try to use GNU parallel https://www.gnu.org/software/parallel/ Best, Shenglong > On Jan 3, 2017, at 6:38 PM, Christopher Samuel wrote: > > > On 04/01/17 10:29, Koziol, Lucas wrote: > >> I want to have 1 batch script, where I reserve a certain la

[slurm-dev] Re: slowdown issue due to too many small jobs

2016-08-19 Thread Shenglong Wang
Here is the link for GNU parallel https://www.gnu.org/software/parallel/parallel_tutorial.html <https://www.gnu.org/software/parallel/parallel_tutorial.html> Shenglong > On Aug 19, 2016, at 7:27 AM, Shenglong Wang wrote: > > For this kind of short time jobs, maybe they are

[slurm-dev] Re: slowdown issue due to too many small jobs

2016-08-19 Thread Shenglong Wang
For this kind of short time jobs, maybe they are try to use GNU parallel. Ask a few compute nodes from job scheduler, use parallel to run many jobs at the same time. parallel will launch new jobs when there are CPU cores free. Best, Shenglong > On Aug 19, 2016, at 5:47 AM, Gokcehan Kara wrote