Open vasilislenis opened 5 years ago
Hi Vasilis,
We just switched over to Slurm and have been able to run SQuIRE jobs. Here's the format we've been using:
`
`
Hope this helps!
Regards, Chloe
Thank you very much, Chloe! My job is submitted but it is on PD condition, yet. It seems ok, so far... Fingers crossed! :)
Hello,
I am trying to apply SQuiRE on my data but I have access on a Slurm scheduler and not on an SGE. So, I have changed the scheduler commands but I am getting the following error:
sbatch: error: Invalid numeric value "wd" for cpus-per-task.
Which apparently is the SGE command for cpus.
Here are my sbatch commands:
`##!/bin/bash --login
$ -cwd
SBATCH --job-name=fetch
SBATCH -p compute
SBATCH -n 1 --core-spec=40
SBATCH --tasks-per-node=40`
BTW, I am trying to run Fetch.
Thank you very much in advance, Vasilis.