Summary plots
This commit is contained in:
parent
f450c68039
commit
09764b6107
3 changed files with 550 additions and 70 deletions
10
README.md
10
README.md
|
|
@ -135,15 +135,11 @@ sudo chmod u+s powercap
|
|||
### Grid5000
|
||||
|
||||
```bash
|
||||
ssh lyon.g5k
|
||||
oarsub -q default -l host=2,walltime=2 -p "wattmeter=YES" -I
|
||||
oarsub -q default -l host=2,walltime=2 -p "nova" -I
|
||||
ssh rennes.g5k
|
||||
oarsub -q default -l host=2,walltime=2 -p "paradoxe AND wattmeter=YES" -I
|
||||
# Check the name of the other node in https://intranet.grid5000.fr/oar/Lyon/drawgantt-svg/
|
||||
# Let's call them p1 and p2
|
||||
ping p2
|
||||
# Note p2 addr to exp.py
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
pip3 install fabric
|
||||
pip3 install fabric pyOpenSSL
|
||||
python exp.py make g5k -c
|
||||
python exp.py send g5k
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue