Skip to content

Commit

Permalink
Revert local klone config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Oct 22, 2024
1 parent e2cbe7c commit 844290c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/kbmod_wf/resource_configs/klone_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def klone_resource_config():
app_cache=True,
checkpoint_mode="task_exit",
checkpoint_files=get_all_checkpoints(
os.path.join("/gscratch/dirac/kbmod/workflow/run_logs/wbeebe", datetime.date.today().isoformat())
os.path.join("/gscratch/dirac/kbmod/workflow/run_logs", datetime.date.today().isoformat())
),
run_dir=os.path.join("/gscratch/dirac/kbmod/workflow/run_logs/wbeebe", datetime.date.today().isoformat()),
run_dir=os.path.join("/gscratch/dirac/kbmod/workflow/run_logs", datetime.date.today().isoformat()),
retries=1,
executors=[
HighThroughputExecutor(
Expand All @@ -46,8 +46,8 @@ def klone_resource_config():
label="large_mem",
max_workers=1,
provider=SlurmProvider(
partition="gpu-a40",
account="escience",
partition="ckpt-g2",
account="astro",
min_blocks=0,
max_blocks=2,
init_blocks=0,
Expand All @@ -65,8 +65,8 @@ def klone_resource_config():
label="sharded_reproject",
max_workers=1,
provider=SlurmProvider(
partition="gpu-a40",
account="escience",
partition="ckpt-g2",
account="astro",
min_blocks=0,
max_blocks=2,
init_blocks=0,
Expand All @@ -84,7 +84,7 @@ def klone_resource_config():
label="gpu",
max_workers=1,
provider=SlurmProvider(
partition="gpu-a40",
partition="ckpt-g2",
account="escience",
min_blocks=0,
max_blocks=2,
Expand Down

0 comments on commit 844290c

Please sign in to comment.