Prebuilt binary questions

Anonymous
Topic 13070

Quote:
I bet if source code was released I could build it with Intel Fortran 9 (works great on AMDs too finally) and destroy the crappy prebuilts.

You'll lose.

The major part of the program is written in C, including the main loop which does 99% of the work. The Windows port is compiled with MSC 7.1, which has shown to give the fastest running code (compared to e.g. icc and gcc). Useful suggestions for improving the speed are always welcome.

BM