Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sufficient behaviors with renewables
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
Sufficient behaviors with renewables
Commits
993c3abe
Commit
993c3abe
authored
1 year ago
by
Maël Madon
Browse files
Options
Downloads
Patches
Plain Diff
changing wget to curl in prepare workload
parent
3e591930
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
default.nix
+1
-1
1 addition, 1 deletion
default.nix
scripts/prepare_workload.sh
+1
-3
1 addition, 3 deletions
scripts/prepare_workload.sh
with
2 additions
and
4 deletions
default.nix
+
1
−
1
View file @
993c3abe
...
@@ -51,7 +51,7 @@ let self = rec {
...
@@ -51,7 +51,7 @@ let self = rec {
(
python3
.
withPackages
(
python3
.
withPackages
(
ps
:
with
ps
;
with
python3Packages
;
[
jupyter
ipython
pandas
numpy
psutil
matplotlib
plotly
pip
tabulate
pytz
isodate
ordered-set
yattag
])
(
ps
:
with
ps
;
with
python3Packages
;
[
jupyter
ipython
pandas
numpy
psutil
matplotlib
plotly
pip
tabulate
pytz
isodate
ordered-set
yattag
])
)
)
wget
curl
batmen-tools
batmen-tools
rsync
# to synchronize directory
rsync
# to synchronize directory
];
];
...
...
This diff is collapsed.
Click to expand it.
scripts/prepare_workload.sh
+
1
−
3
View file @
993c3abe
#!/bin/bash
#!/bin/bash
#cut the workload for our experiments
#cut the workload for our experiments
wget https://www.cs.huji.ac.il/labs/parallel/workload/l_metacentrum2/METACENTRUM-2013-3.swf.gz
\
curl
-L
-o
- http://www.cs.huji.ac.il/labs/parallel/workload/l_metacentrum2/METACENTRUM-2013-3.swf.gz |
gunzip
>
workload/METACENTRUM-2013-3.swf
--no-check-certificate
-nc
-P
workload workload/METACENTRUM-2013-3.swf.gz
;
gunzip
workload/METACENTRUM-2013-3.swf.gz
;
jun1
=
44578794
;
jun1
=
44578794
;
nov30
=
60393593
;
nov30
=
60393593
;
nb_hour
=
15
;
nb_hour
=
15
;
...
...
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