You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the default number of CPUs used by the local executor is as follows in the nextflow.config file:
executor {
$local {
cpus = 4
}
}
It would be nice to change this behaviour to query for the total number of CPUs available and fill the variable according to it. It could then be replaced in the nextflow.config or set a new one in the resources.config file.
The text was updated successfully, but these errors were encountered:
Currently, the default number of CPUs used by the local executor is as follows in the
nextflow.config
file:It would be nice to change this behaviour to query for the total number of CPUs available and fill the variable according to it. It could then be replaced in the
nextflow.config
or set a new one in theresources.config
file.The text was updated successfully, but these errors were encountered: