Requirements:
- MPICH2 Installation (64bit)
Changes:
- Created VS 2010 Project and Solution files
- FFTW 2.1.5 was compiled for x64 and copied to WINDOWS/extra/fftw2/x64/
- Minor tweaks to allow compilation with VS2010 compiler
* no dynamic arrays on stack
* fmin, fmax, round definitions
* Sleep from windows.h
- "Fatal Error C1061: compiler limit : blocks nested too deeply" was
fixed. modify.cpp uses the preprocessor with style_fix.h to generate
huge IF cascades. This hits the 128 block limit quite easily. The
proposed fix uses a string-to-function-pointer map. However it uses
the std::map and std::string.