1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Patrick Hüther
1cbe2759c4
fix invalid rapid qos selection
it only applies to the c partition
2021-09-22 11:54:27 +02:00
Patrick Hüther
6c4998fa8a
reduce max_memory to 1.8TB 2021-08-27 14:01:34 +02:00
phue
45213cf6db add note about upcoming upstream fix
also refactor the closure to make it slightly more readable
2021-06-17 11:12:36 +02:00
phue
f5c36dde3e cbe: send SIGUSR2 upon job termination
Previously, if a process hit the walltime limit and received SIGKILL
from the slurm scheduler, singularity did not properly propagate such
(soft) kill signal. This prevented the exit code to be caught, e.g for
resubmission purposes.

This commit introduces a workaround using slurms --signal directive
to send SIGUSR2 to the singularity process itself (instead of
container child processes, which presumably was happening before).
Effectively, once a job reaches walltime limit, this will result in
exitcode 140 which is typically caught by the errorStrategy in nf-core
pipelines

See also:
https://slurm.schedmd.com/sbatch.html#OPT_signal
https://github.com/nextflow-io/nextflow/issues/2163
https://github.com/nextflow-io/nextflow/issues/1561
2021-06-16 16:36:39 +02:00
phue
da3bd2693d cbe: add rapid qos
and update config url
2021-03-10 11:26:01 +01:00
rbpisupati
9b5ac5c89d added anaconda module for cbe 2021-01-15 12:55:46 +01:00
phue
6d356cc918 CBE: don't load singularity module
singularity is now installed from CentOS repos, the environment module will be removed
2020-06-05 12:07:26 +02:00
phue
e2e4dd05d3 cbe: move container cache to different filesystem
this is a workaround for squashfs errors that occur when containers are run from beeGFS
2020-03-05 16:34:20 +01:00
phue
381c60e7b7 cbe: load singularity/3.4.1 2019-12-05 16:06:32 +01:00
phue
bdf4a829b8 roll out iGenomes on cbe 2019-11-26 14:22:16 +01:00
phue
18ed48f398 deprecate igenomesIgnore in favor of igenomes_ignore
keep both for now until all the pipelines have been synced
2019-10-28 11:38:24 +01:00
phue
123f199b68 cbe: dynamic qos logic 2019-10-27 20:44:08 +01:00
phue
9b3fda36f6 update singularity version
singularity/3.1.0 is not available anymore
2019-10-10 21:22:19 +02:00
phue
5e257e7e9a add cbe profile 2019-09-22 16:45:09 +02:00