qaas_compilers.csv
| app_name | compiler | option # | flags | #MPI | #OMP | time(s) | GFlops/s | Spd w.r.t orig |
|---|
| clover_leaf | orig | 0 | default | 1 | 64 | 140.23 | 0 | 1 |
| clover_leaf | armclang | 1 | -O2 -mcpu=native -armpl | 1 | 64 | 140.14 | 0 | 1.01 |
| clover_leaf | armclang | 2 | -O2 -mcpu=native -fno-vectorize -armpl | 1 | 64 | 140.98 | 0 | 1 |
| clover_leaf | armclang | 3 | -O3 -mcpu=native -armpl | 1 | 64 | 141.03 | 0 | 1 |
| clover_leaf | armclang | 4 | -O3 -mcpu=native -fno-vectorize -armpl | 1 | 64 | 141.05 | 0 | 1 |
| clover_leaf | armclang | 5 | -Ofast -mcpu=native -armpl | 1 | 64 | 140.92 | 0 | 1 |
| clover_leaf | armclang | 6 | -Ofast -mcpu=native -fno-vectorize -armpl | 1 | 64 | 140.83 | 0 | 1 |