-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
When launching an experiment with slurm and killing the experiment while running with simex e kill, the experiment stays marked as started.
Example:
$ simex e list
Experiment Instance Status
---------- -------- ------
infinite foo [0] not submitted
1 experiments in total
$ simex e launch
Submitting run infinite/foo[0] to slurm partition 'core'
Submitted batch job 70359
$ simex e list
Experiment Instance Status
---------- -------- ------
infinite foo [0] started
1 experiments in total
$ simex e kill -f
Killing run infinite/foo[0] with Slurm jobid 70359
$ simex e list
Experiment Instance Status
---------- -------- ------
infinite foo [0] started
1 experiments in total
files:
infinite.py
while True:
passexperiments.yml
experiments:
- name: infinite
args: [python3, infinite.py]
stdout: out
exclusive: true
instances:
- repo: local
items:
- name: foo
files: []Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels