Skip to content

Commit

Permalink
Make notebook compatible with Python 3.7 and update README
Browse files Browse the repository at this point in the history
- Minor code changes to be compatible with Python 3.7
  • Loading branch information
santhnm2 authored Aug 25, 2019
2 parents 6aa3a7a + bd5b67d commit a4736ff
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 47 deletions.
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,34 @@ successful scheduling attempt.
```
{
"status": "Pass",
"vc": "2869ce",
"jobid": "application_1506638472019_10238",
"vc": "ee9e8c",
"jobid": "application_1506638472019_14199",
"attempts": [
{
"start_time": "2017-10-05 14:50:06",
"end_time": "2017-10-08 21:08:07",
"start_time": "2017-10-07 01:12:09",
"end_time": "2017-10-07 01:13:23",
"detail": [
{
"ip": "m193",
"ip": "m47",
"gpus": [
"gpu0",
"gpu4",
"gpu5",
"gpu7"
]
},
{
"ip": "m287",
"gpus": [
"gpu1",
"gpu2",
"gpu3",
"gpu4"
"gpu4",
"gpu5",
"gpu6",
"gpu7"
]
}
]
},
{
"start_time": "2017-10-08 09:24:12",
"end_time": "2017-10-08 21:08:07",
"start_time": "2017-10-07 01:13:30",
"end_time": "2017-10-09 06:53:12",
"detail": [
{
"ip": "m56",
"ip": "m412",
"gpus": [
"gpu0",
"gpu1",
Expand All @@ -73,10 +68,11 @@ successful scheduling attempt.
]
}
],
"submitted_time": "2017-10-05 14:49:31",
"user": "e4f747"
"submitted_time": "2017-10-07 01:11:39",
"user": "ce2f4c"
}
```

**List of keys**:
* `status`: The job's status upon completion. One of `Pass`, `Killed`, or `Failed`.
* `vc`: The hash of the virtual cluster the job was run in.
Expand Down
Loading

0 comments on commit a4736ff

Please sign in to comment.