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 { ...@@ -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
]; ];
......
#!/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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment