Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Mar 9, 2024
1 parent daf069f commit c62fe20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/benchpark
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,11 @@ def benchpark_setup_handler(args):
symlink_tree(configs_src_dir, ramble_configs_dir, include_fn)
symlink_tree(experiment_src_dir, ramble_configs_dir, include_fn)
symlink_tree(modifier_config_dir, ramble_configs_dir, include_fn)
symlink_tree(source_dir / "configs" / "common", ramble_spack_experiment_configs_dir, include_fn)
symlink_tree(
source_dir / "configs" / "common",
ramble_spack_experiment_configs_dir,
include_fn,
)

spack_location = experiments_root / "spack"
ramble_location = experiments_root / "ramble"
Expand Down

0 comments on commit c62fe20

Please sign in to comment.