Skip to content

Commit

Permalink
Merge pull request #832 from stjudecab/master
Browse files Browse the repository at this point in the history
add the missing `request` in cluster options
  • Loading branch information
HaidYi authored Jan 23, 2025
2 parents 03af77c + df776a5 commit d868527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/stjude.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ process {

// clusterOptions for gpu task:
// NOTE: We use GPU exclusively in each job
clusterOptions = { task.accelerator ? "-gpu \"num=${task.accelerator}/host:mode=shared:j_exclusive=yes\"" : null }
clusterOptions = { task.accelerator ? "-gpu \"num=${task.accelerator.request}/host:mode=shared:j_exclusive=yes\"" : null }
}

singularity {
Expand Down

0 comments on commit d868527

Please sign in to comment.