- Changed the definition of
FFTW_REAL
from double
to float
.
- Modified the Makefiles in src and tests to use sdssmake switches.
Note that under OSF1 using the sdss standard switches executables do not load,
because of the following unresolved symbols:
_OtsDivide32
and _OtsRemainder32
.
The Makefile that is checked in is set to compile for OSF1 with
simple switches. Comment and uncomment the lines indicated in
the Makefile in src and tests to compile for other platforms.
- To build this, type
sdssmake -fulloptimize all
in
the src directory. You may do the same in the tests directory, and
then run the program testnd
to make sure it works.
This test fails on IRIX, most likely due to a precision problem.
The developers have been notified.
Chris Stoughton
October 21, 1997