python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to parallelize future_pmap() across multiple slurm nodes
I have access to a large computing cluster with many nodes each of which has >16 cores, running Slurm 20.11.3. I want to run a job in parallel using furrr::future_pmap(). I can parallelize across m...

qdread
Votes: 0
Answers: 1
Make sacct to not truncate the SLURM_ARRAY_TASK_ID
I need to find the taskID of my job array that got a timeout. So I use sacct as follows.
sacct -u <UserID> -j <jobID> -s TIMEOUT
and I get this as output.
User JobID start
----...
Erfun
Votes: 0
Answers: 1
[Slurm]Changing the order of jobs when using the Builtin scheduler type
Basically, I want to let the system follow FIFO, but sometimes I want to change the priority of jobs by the administrator.
This is why I set the scheduler type to builtin, but in that case, I could no...
masataka.n
Votes: 0
Answers: 1
Storing the output(cout) of a program in a text file using SLURM
sbatch -o ${WORKDIR}/logs/submit_${RUN}.out -e ${WORKDIR}/logs/submit_${RUN}.err -p normal --job-name Rivet_${RUN} --export WORKDIR,RUN,JO,DATASET run_rivet_onnode.sh
How do I tell slurm that store t...
Bill maher
Votes: 0
Answers: 0