Assignment 4 Compiler flags

Assignment 4 Compiler flags

de Jonas Reichhardt -
Número de respuestas: 2

Hello,

I just saw that in the provided makefile there is no optimization flag specified. For testing purposes I had an almost 8x speedup with -O3.
Is this an oversight or intended?

Sincerely,
Jonas

En respuesta a Jonas Reichhardt

Re: Assignment 4 Compiler flags

de Adriano Vogel -
Dear Jonas,
If a parallel program is tested with optimization flags, the baseline sequential version must also be tested with the same optimizations.
Please note that the goal of this assignment is to introduce parallelism to the existing sequential application.

Sincerely,