-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
In HPC Cluster Executor - Slurm, example:
with SlurmClusterExecutor(cache_directory="./cache") as exe:
future = exe.submit(
sum, [4, 4],
resource_dict={
"submission_template": submission_template,
"run_time_max": 180, # in seconds
})
print([f.result() for f in future_lst])
I guess the print should be print(future.result()) or we should change the future.
Metadata
Metadata
Assignees
Labels
No labels