File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,28 @@ cmake -B build
1212Process 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.
You can’t perform that action at this time.
0 commit comments