Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGE cluster queue specification #15

Open
CRichard21 opened this issue Mar 23, 2020 · 2 comments
Open

SGE cluster queue specification #15

CRichard21 opened this issue Mar 23, 2020 · 2 comments

Comments

@CRichard21
Copy link

CRichard21 commented Mar 23, 2020

Hello,

I am trying to run YAMP on a cluster of type SGE. It put these information in "process" part of the nextflow.config file :

executor = 'sge'
queue = 'batch,batchbm'

I get the following error :

`Error executing process > 'qualityAssessment (1)'

Caused by:
  Failed to submit process to grid scheduler for execution

Command executed:

  qsub -terse .command.run

Command exit status:
  1

Command output:
  Unable to run job: "job" denied: use parallel environments instead of requesting slots expl
  Exiting.`

I think the problem comes from the fact that in a normal use, I need to specify the queue on this cluster as follow :
qsub -q queue myscript

How can I solve this problem ?

Thanks,

Corentin

@alesssia
Copy link
Owner

alesssia commented Apr 1, 2020

Hi @CRichard21,

my guess is that you need to specify the parallel environment (e.g., mpi) within the nextflow.config file, using the penv directive.

You could also compare one of your SGE scripts with that generated by nextflow (.command.run in the working directory that failed), and see if you can spot any other issues.

@ramakrishnas
Copy link

Hi @CRichard21,

I'm having the same error, so if you found a solution could you share here please.

Thanks
Rama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants