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

changing wget to curl in prepare workload

parent 3e591930
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ let self = rec {
(python3.withPackages
(ps: with ps; with python3Packages; [jupyter ipython pandas numpy psutil matplotlib plotly pip tabulate pytz isodate ordered-set yattag])
)
wget
curl
batmen-tools
rsync # to synchronize directory
];
......
#!/bin/bash
#cut the workload for our experiments
wget https://www.cs.huji.ac.il/labs/parallel/workload/l_metacentrum2/METACENTRUM-2013-3.swf.gz \
--no-check-certificate -nc -P workload workload/METACENTRUM-2013-3.swf.gz;
gunzip workload/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
jun1=44578794;
nov30=60393593;
nb_hour=15;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment