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
12
12
Process the raw output:
13
13
14
14
```
15
- ./scripts/latex_table.py myresults.txt
15
+ ./scripts/latex_table.py myresults.txt
16
16
```
17
17
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