Skip to content
Snippets Groups Projects
Commit 468f7f1d authored by Maël Madon's avatar Maël Madon
Browse files

proto SABjson finished

parent fa990adb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
},
{
"id": 2,
"profile": "10000",
"profile": "9600",
"res": 4,
"subtime": 3000.0,
"walltime": 2592000.0,
......@@ -23,33 +23,33 @@
},
{
"id": 3,
"profile": "10000",
"profile": "13200",
"res": 4,
"subtime": 7000.0,
"subtime": 7800.0,
"walltime": 2592000.0,
"session": 2
},
{
"id": 4,
"profile": "3000",
"profile": "3600",
"res": 4,
"subtime": 14,
"subtime": 16200.0,
"walltime": 2592000.0,
"session": 3
},
{
"id": 5,
"profile": "5000",
"profile": "5400",
"res": 4,
"subtime": 23000.0,
"subtime": 24000.0,
"walltime": 2592000.0,
"session": 4
},
{
"id": 6,
"profile": "4000",
"profile": "4200",
"res": 4,
"subtime": 23500.0,
"subtime": 24600.0,
"walltime": 2592000.0,
"session": 4
}
......@@ -58,12 +58,31 @@
"1": {
"first_submit_time": 0.0,
"preceding_sessions": [],
"following_sessions": [],
"nb_jobs": 1
"thinking_time_after_preceding_session": [],
"following_sessions": ["3"],
"nb_jobs": 2
},
"2": {
"first_submit_time": 7800.0,
"preceding_sessions": [],
"thinking_time_after_preceding_session": [],
"following_sessions": ["4"],
"nb_jobs": 1
},
"3": {
"first_submit_time": 16200.0,
"preceding_sessions": ["1"],
"thinking_time_after_preceding_session": [3600.0],
"following_sessions": ["4"],
"nb_jobs": 1
},
"4": {
"first_submit_time": 24000.0,
"preceding_sessions": ["2","3"],
"thinking_time_after_preceding_session": [5400.0, 4200.0],
"following_sessions": [],
"nb_jobs": 2
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment