Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 6, 2024
1 parent a741d62 commit 5956f3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/hpc/test-crew_sge.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ tar_test("crew SGE with many tasks and many workers", {
skip_on_cran()
skip_if_not_installed("crew.cluster")
tar_script({
library(crew.cluster)
library(targets)
controller <- crew_controller_sge(
controller <- crew.cluster::crew_controller_sge(
workers = 25,
tasks_max = 100,
script_lines = "module load R/4.2.2"
)
tar_option_set(controller = crew_controller_group(controller))
tar_option_set(controller = crew::crew_controller_group(controller))
list(
tar_target(x, seq_len(10000)),
tar_target(y, Sys.sleep(0.1), pattern = map(x))
Expand Down

0 comments on commit 5956f3d

Please sign in to comment.