mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #287 from mahesh-panchal/add_snic_tmp
Add SNIC_TMP to config
This commit is contained in:
commit
8d68d76a44
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ params {
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
envWhitelist = 'SNIC_TMP'
|
||||||
}
|
}
|
||||||
|
|
||||||
def hostname = "r1"
|
def hostname = "r1"
|
||||||
|
@ -49,6 +50,8 @@ def clusterOptionsCreator = { m ->
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
clusterOptions = { clusterOptionsCreator(task.memory) }
|
clusterOptions = { clusterOptionsCreator(task.memory) }
|
||||||
|
// Use node local storage for execution.
|
||||||
|
scratch = '$SNIC_TMP'
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue