Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Demand Response User
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
Open Science
Demand Response User
Commits
29f5797e
Commit
29f5797e
authored
3 years ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
few fixes
parent
42c94f58
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
campaign2.py
+1
-1
1 addition, 1 deletion
campaign2.py
passive_submit.sh
+1
-1
1 addition, 1 deletion
passive_submit.sh
workload/start_days_for_campaign2.txt
+105
-0
105 additions, 0 deletions
workload/start_days_for_campaign2.txt
with
109 additions
and
3 deletions
.gitignore
+
2
−
1
View file @
29f5797e
sched_input/*.json
workload/*
!workload/empty_workload.json
!workload/start_days_for_campaign2.txt
*.ipynb_checkpoints
*__pycache__/
out
/
*
out*
cache_nix
This diff is collapsed.
Click to expand it.
campaign2.py
+
1
−
1
View file @
29f5797e
...
...
@@ -46,7 +46,7 @@ with concurrent.futures.ProcessPoolExecutor() as executor:
print
(
f
"
Submit expe
{
i
}
"
)
# start_instance(expe_num, start_date, prepare_workload, clean_log)
instances
.
append
(
executor
.
submit
(
start_instance
,
i
,
expe_start_time
[
i
],
Fals
e
,
True
))
start_instance
,
i
,
expe_start_time
[
i
],
Tru
e
,
True
))
for
instance
in
concurrent
.
futures
.
as_completed
(
instances
):
print
(
f
"
Expe
{
instance
.
result
()
}
terminated
"
)
This diff is collapsed.
Click to expand it.
passive_submit.sh
+
1
−
1
View file @
29f5797e
...
...
@@ -2,5 +2,5 @@
cd
~/demand-response-user
source
scripts/install_nix.sh
nix-shell
--pure
-A
exp_env
--run
"python3 campaign
1
.py"
nix-shell
--pure
-A
exp_env
--run
"python3 campaign
2
.py"
This diff is collapsed.
Click to expand it.
workload/start_days_for_campaign2.txt
0 → 100644
+
105
−
0
View file @
29f5797e
Sun Jun 1 00:00:00 2014
Mon Jun 2 00:00:00 2014
Tue Jun 3 00:00:00 2014
Wed Jun 4 00:00:00 2014
Thu Jun 5 00:00:00 2014
Sun Jun 8 00:00:00 2014
Mon Jun 9 00:00:00 2014
Tue Jun 10 00:00:00 2014
Wed Jun 11 00:00:00 2014
Thu Jun 12 00:00:00 2014
Sun Jun 15 00:00:00 2014
Mon Jun 16 00:00:00 2014
Tue Jun 17 00:00:00 2014
Wed Jun 18 00:00:00 2014
Thu Jun 19 00:00:00 2014
Sun Jun 22 00:00:00 2014
Mon Jun 23 00:00:00 2014
Tue Jun 24 00:00:00 2014
Wed Jun 25 00:00:00 2014
Thu Jun 26 00:00:00 2014
Sun Jun 29 00:00:00 2014
Mon Jun 30 00:00:00 2014
Tue Jul 1 00:00:00 2014
Wed Jul 2 00:00:00 2014
Thu Jul 3 00:00:00 2014
Sun Jul 6 00:00:00 2014
Mon Jul 7 00:00:00 2014
Tue Jul 8 00:00:00 2014
Wed Jul 9 00:00:00 2014
Thu Jul 10 00:00:00 2014
Sun Jul 13 00:00:00 2014
Mon Jul 14 00:00:00 2014
Tue Jul 15 00:00:00 2014
Wed Jul 16 00:00:00 2014
Thu Jul 17 00:00:00 2014
Sun Jul 20 00:00:00 2014
Mon Jul 21 00:00:00 2014
Tue Jul 22 00:00:00 2014
Wed Jul 23 00:00:00 2014
Thu Jul 24 00:00:00 2014
Sun Jul 27 00:00:00 2014
Mon Jul 28 00:00:00 2014
Tue Jul 29 00:00:00 2014
Wed Jul 30 00:00:00 2014
Thu Jul 31 00:00:00 2014
Sun Aug 3 00:00:00 2014
Mon Aug 4 00:00:00 2014
Tue Aug 5 00:00:00 2014
Wed Aug 6 00:00:00 2014
Thu Aug 7 00:00:00 2014
Sun Aug 10 00:00:00 2014
Mon Aug 11 00:00:00 2014
Tue Aug 12 00:00:00 2014
Wed Aug 13 00:00:00 2014
Thu Aug 14 00:00:00 2014
Sun Aug 17 00:00:00 2014
Mon Aug 18 00:00:00 2014
Tue Aug 19 00:00:00 2014
Wed Aug 20 00:00:00 2014
Thu Aug 21 00:00:00 2014
Sun Aug 24 00:00:00 2014
Mon Aug 25 00:00:00 2014
Tue Aug 26 00:00:00 2014
Wed Aug 27 00:00:00 2014
Thu Aug 28 00:00:00 2014
Sun Aug 31 00:00:00 2014
Mon Sep 1 00:00:00 2014
Tue Sep 2 00:00:00 2014
Wed Sep 3 00:00:00 2014
Thu Sep 4 00:00:00 2014
Sun Sep 7 00:00:00 2014
Mon Sep 8 00:00:00 2014
Tue Sep 9 00:00:00 2014
Wed Sep 10 00:00:00 2014
Thu Sep 11 00:00:00 2014
Sun Sep 14 00:00:00 2014
Mon Sep 15 00:00:00 2014
Tue Sep 16 00:00:00 2014
Wed Sep 17 00:00:00 2014
Thu Sep 18 00:00:00 2014
Sun Sep 21 00:00:00 2014
Mon Sep 22 00:00:00 2014
Tue Sep 23 00:00:00 2014
Wed Sep 24 00:00:00 2014
Thu Sep 25 00:00:00 2014
Sun Sep 28 00:00:00 2014
Mon Sep 29 00:00:00 2014
Tue Sep 30 00:00:00 2014
Wed Oct 1 00:00:00 2014
Thu Oct 2 00:00:00 2014
Sun Oct 5 00:00:00 2014
Mon Oct 6 00:00:00 2014
Tue Oct 7 00:00:00 2014
Wed Oct 8 00:00:00 2014
Thu Oct 9 00:00:00 2014
Sun Oct 12 00:00:00 2014
Mon Oct 13 00:00:00 2014
Tue Oct 14 00:00:00 2014
Wed Oct 15 00:00:00 2014
Thu Oct 16 00:00:00 2014
Sun Oct 19 00:00:00 2014
Mon Oct 20 00:00:00 2014
Tue Oct 21 00:00:00 2014
Wed Oct 22 00:00:00 2014
Thu Oct 23 00:00:00 2014
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment