Skip to main content

All Questions

Tagged with
2 votes
2 answers
2k views

SLURM allows jobs using more CPUs than requested to start

The problem I am facing with SLURM can be summarized as follows. Consider a bash script test.sh that requests 8 CPUs but actually starts a job using 10 CPUs: #!/bin/sh #SBATCH --ntasks=8 stress -c 10 ...
remek's user avatar
  • 121
8 votes
7 answers
14k views

Linux/Bash, how to schedule commands in a FIFO queue?

I want the ability to schedule commands to be run in a FIFO queue. I DON'T want them to be run at a specified time in the future as would be the case with the "at" command. I want them to start ...
Andrei's user avatar
  • 493
1 vote
2 answers
55 views

Queuing up blog posts from offline

I have a Blogger blog and I will be going for long periods of time when I can only access the web via dial-up for short periods in the middle of the night (much like the so-called "flash sessions" ...
Keyslinger's user avatar
  • 1,751