Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
b86ff3a4
"...composable_kernel.git" did not exist on "c99323be6e4a5c610e33493d2c30be73e4d0891c"
Commit
b86ff3a4
authored
Jan 15, 2025
by
Jonas Kaufmann
Browse files
symphony/runtime/runs/base.py: remove _job_id
parent
7d951bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
symphony/runtime/simbricks/runtime/runs/base.py
symphony/runtime/simbricks/runtime/runs/base.py
+0
-2
No files found.
symphony/runtime/simbricks/runtime/runs/base.py
View file @
b86ff3a4
...
@@ -47,9 +47,7 @@ class Run:
...
@@ -47,9 +47,7 @@ class Run:
self
.
_run_nr
=
next
(
self
.
__run_nr
)
self
.
_run_nr
=
next
(
self
.
__run_nr
)
self
.
_output
:
output
.
SimulationOutput
|
None
=
output
self
.
_output
:
output
.
SimulationOutput
|
None
=
output
self
.
_prereq
:
Run
|
None
=
prereq
self
.
_prereq
:
Run
|
None
=
prereq
self
.
_job_id
:
int
|
None
=
job_id
self
.
checkpoint
:
bool
=
cp
self
.
checkpoint
:
bool
=
cp
"""Slurm job id."""
def
name
(
self
)
->
str
:
def
name
(
self
)
->
str
:
return
self
.
instantiation
.
simulation
.
name
+
"."
+
str
(
self
.
_run_nr
)
return
self
.
instantiation
.
simulation
.
name
+
"."
+
str
(
self
.
_run_nr
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment