Skip to content

Commit

Permalink
CLEANUP: Remove stray internal env var
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Dec 14, 2024
1 parent c83cd2b commit 88783a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/availableWorkers.R
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ slurm_expand_nodelist <- function(nodelist, manual = getOption2("parallelly.slur
}


SLURM_TASKS_PER_NODE="2(x2),1(x3)" # Source: 'man sbatch'
## SLURM_TASKS_PER_NODE="2(x2),1(x3)" # Source: 'man sbatch'
slurm_expand_nodecounts <- function(nodecounts) {
counts <- strsplit(nodecounts, split = ",", fixed = TRUE)
counts <- unlist(counts, use.names = TRUE)
Expand Down

0 comments on commit 88783a6

Please sign in to comment.