09-22-2010, 09:43 AM
Speed Test "NET 3.5" vs "Intel Fortran"
Here I want to show the speed of NET 3.5 vs Intel Fortran.
I was amazing when I saw that NET application runs to fast versus Intel Fortran application.
I was used XP SP3, Visual Studio 2008 with NET 3.5 and Intel Fortran 11.1.067.
In both programs the same mathematical procedure is implemented. Solving of equations by Gauss elimination process.
The results for solving 1000 equations are:
computer: CPU2.6GHz, RAM 1.7GB, XP Sp3
NET 3.5 = 4.7sec
Intel Fortran = 16.8sec
Lahey Fortran = 7.2sec
Winner is NET application.
Maybe I made some mistake in Intel Fortran Compiler. Maybe I didn't include any optimization.
Here are source codes and executable files.
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:
http://forum.civilea.com/thread-27464.html
***************************************