Skip to content

Commit

Permalink
Attempt to retreive AGHQ s = 9 run, but error I think due to aghq pac…
Browse files Browse the repository at this point in the history
…kage version, trying to check now and waiting for pending job #34
  • Loading branch information
athowes committed May 3, 2023
1 parent 5fca341 commit fefe1f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion make/hpc_aghq.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ t <- obj$enqueue(sessionInfo())
t$status()
t$result()

#' Check version of aghq being used
t <- obj$enqueue(packageVersion("aghq"))
t$status()
t$result()

#' Run larger job
path <- file.path(recent_bundle$name)
output_path <- "output"
Expand All @@ -79,7 +84,7 @@ recent_ctx <- dplyr::filter(ctx_info, created == max(created))
ctx <- context::context_load(context::context_read(recent_ctx$id, "context"))
queue <- didehpc::queue_didehpc(ctx)
queue$task_list()
t <- queue$task_get("e7a3af5d7848c44958cdd1e738cc821b")
t <- queue$task_get("4be3516f7e255c91de683adeca9b6d51")

t$status()
t$log()
Expand Down

0 comments on commit fefe1f9

Please sign in to comment.