mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +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 {
|
||||
enabled = true
|
||||
envWhitelist = 'SNIC_TMP'
|
||||
}
|
||||
|
||||
def hostname = "r1"
|
||||
|
@ -49,6 +50,8 @@ def clusterOptionsCreator = { m ->
|
|||
process {
|
||||
executor = 'slurm'
|
||||
clusterOptions = { clusterOptionsCreator(task.memory) }
|
||||
// Use node local storage for execution.
|
||||
scratch = '$SNIC_TMP'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue