Hello!
I'm extremely new to SLURM and bioinformatics so apologies for this rather dumb question and if I use any terminology wrong (feel free to correct me)!
Basically I ran a SLURM operation, however it surpassed the allocated 24 hours on the HPC server I'm using and ran out of time...
Here are some of the allocated inputs I used:
--ntasks=1
--ntasks-per-node=1
--cpus-per-task=28
--mem=110
OMP_NUM_THREADS=28
My question is... what do I need to change from these inputs to get the analysis complete before 24 hours?
I'm not really sure about the terminology and what constitutes as "tasks" or what a "node" is etc...
Thank you so much
slurm
software error
parallel
multithreading