Skip to content

Commit 74a2be8

Browse files
committed
options
1 parent 095df38 commit 74a2be8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/hpc/test-crew_sge.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ test_that("crew SGE with many tasks and many workers", {
66
controller <- crew.cluster::crew_controller_sge(
77
workers = 25,
88
tasks_max = 100,
9-
script_lines = paste0("module load R/", getRversion())
9+
options_cluster = crew.cluster::crew_options_sge(
10+
script_lines = paste0("module load R/", getRversion())
11+
)
1012
)
1113
tar_option_set(controller = crew::crew_controller_group(controller))
1214
list(

0 commit comments

Comments
 (0)