|
|
|
Andrew Kaluzniacki
|
Intel C++ and OpenMP Experiment
Notes
|
September 2006
|
|
|
The ProblemI have some legacy software in need of performance improvement. The software is single thread, single process. How effective are OpenMP and Intel C++ on the pathway to improvement? I have the Intel C++ compiler ( Now, I'm experiance enough not to expect a silver bullet[1] fired
out of my C++ compiler will kill the performance monster. On the other
hand, there is some interest in finding out how hard it will be to
refactor this software into a form that benefits from an SMP platform.
If nothing else, shaking out the makefile to support an alternative
compiler to the GCC 3.4.4 will make for a stronger build process. And,
in looking over some discussion threads regarding the Intel compiler
and this particular feature I see that ProgressSo far I am still getting GCC to compile the code base cleanly. |
|
|
|
Copyright 2003-2004 Andrew Kaluzniacki. All rights reserved.
|