Closed martin-raden closed 5 years ago
https://github.com/BackofenLab/IntaRNA-benchmark/blob/97596f5b4f30a140c5ed019d025a51336f9c2722/intarna-benchmark-sge.sh#L4
please test: if giving the number of threads also as qsub call argument, which one has priority?
if not working at all (specifying at both places) remove from sge script to be more flexible..
The qsub call argument has priority: qsub -pe smp 12 intarna-benchmark-sge.sh ...
qsub -pe smp 12 intarna-benchmark-sge.sh ...
https://github.com/BackofenLab/IntaRNA-benchmark/blob/97596f5b4f30a140c5ed019d025a51336f9c2722/intarna-benchmark-sge.sh#L4
please test: if giving the number of threads also as qsub call argument, which one has priority?
if not working at all (specifying at both places) remove from sge script to be more flexible..