FALCON icon indicating copy to clipboard operation
FALCON copied to clipboard

Support for PBS msub

Open wisekh6 opened this issue 8 years ago • 2 comments

Hello, It looks like FALCON only supports SGE qsub. I wonder if FALCON could support PBS msub.

FYI: Our PBS header includes:

#PBS -N anystring
#PBS -l nodes=1:ppn=24,walltime=24:00:00
#PBS -l mem=128gb
#PBS -M [email protected]
#PBS -m abe
#PBS -d anydirectory
#PBS -o anydirectory/logs
#PBS -e anydirectory/logs
#PBS -V
commandHere

wisekh6 avatar Apr 22 '16 03:04 wisekh6

FALCON is a really good assembler. Is it possible to make FALCON support SLURM system?

tangerzhang avatar May 05 '16 03:05 tangerzhang

@tangerzhang, job_type=slurm is already supported, thanks to a contribution by a user.

pb-cdunn avatar May 05 '16 15:05 pb-cdunn