Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Quickfix, using core without specifying cpus crashes runs on uppmax #749

Merged
merged 3 commits into from
Mar 7, 2019

Conversation

alneberg
Copy link
Member

@alneberg alneberg commented Mar 7, 2019

Uppmax remaps jobs from the core queue to the node queue if a core job uses all the cpus available for a node.

The processes MergeBam and ConcatVCF had configs like this, which caused Nextflow to not see them in the queue and therefore shut down after 7min ( default cutoff). This quickfix should avoid this. Hopefully another PR with a more complete change of the config will come after, but this is more important.

PR checklist

  • PR is made against dev branch
  • PR is a hotfix against master branch
  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • Ensure the test suite passes (./scripts/test.sh -p docker -t ALL).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

@maxulysse
Copy link
Member

I see, so you think it's this remapping of queue that's causing this issue?

@maxulysse maxulysse merged commit 5ea87eb into SciLifeLab:dev Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants