Assignment 4 Compiler flags

Assignment 4 Compiler flags

von Jonas Reichhardt -
Anzahl Antworten: 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

Als Antwort auf Jonas Reichhardt

Re: Assignment 4 Compiler flags

von 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,
Als Antwort auf Adriano Vogel

Re: Assignment 4 Compiler flags

von Jonas Reichhardt -
Thanks for the quick clarification.

I will leave it as is for better comparison of the solutions.