Skip to content

Commit

Permalink
sbatch -> ee
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Aug 12, 2023
1 parent c06cdc3 commit 098e1d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/example.in/c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system:
reservation: ""
partition: "gpu"

sbatch:
ee:
mode: h
dir: project
address:
Expand Down
2 changes: 1 addition & 1 deletion tests/example.in/experiment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# copy to build then invoke with
# cms sbatch generate build/example.in/experiment.yaml \
# cms ee generate build/example.in/experiment.yaml \
# --config={config} \
# --dir={build_dir} \
# --attributes=a=1,b=4 \
Expand Down
2 changes: 1 addition & 1 deletion tests/example.in/experiments.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# copy to build then invoke with
# cms sbatch generate build/example.in/experiments.yaml \
# cms ee generate build/example.in/experiments.yaml \
# --config={config} \
# --dir={build_dir} \
# --attributes=a=1,b=4 \
Expand Down
2 changes: 1 addition & 1 deletion tests/example.in/slurm.in.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ user={USERNAME}
home={HOME}
p_gregor={py_data.name}
d="{d}"
identifier="{sbatch.identifier}"
identifier="{ee.identifier}"

0 comments on commit 098e1d8

Please sign in to comment.