Skip to content

Commit edbd961

Browse files
committed
add missing instructions for aws script
1 parent abce80c commit edbd961

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

scripts/README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,28 @@ cmake -B build
1212
Process the raw output:
1313

1414
```
15-
./scripts/latex_table.py myresults.txt
15+
./scripts/latex_table.py myresults.txt
1616
```
1717

18-
This will print out to std out the table. The numbers are already rounded to two significant digits,
19-
ready to be included in a scientific manuscript.
18+
This will print to stdout the table.
19+
The numbers are already rounded to two significant digits, ready to be included in a scientific manuscript.
20+
21+
It is also possible to create multiple LaTeX tables at once with:
22+
23+
```
24+
./scripts/generate_multiple_tables.py <compiler_name>`
25+
```
26+
27+
## Running tests on Amazon AWS
28+
29+
It is possible to generate tests on Amazon AWS:
30+
31+
```
32+
./scripts/aws_tests.py
33+
```
34+
35+
This script will create new EC2 instances, run
36+
`./scripts/generate_multiple_tables.py` script on both g++ and clang++ builds,
37+
save each output to a separate folder, and then terminate the instance.
38+
39+
Prerequisites and some user configurable variables are in the script itself.

0 commit comments

Comments
 (0)