|
[Sponsors] |
June 26, 2012, 09:10 |
is it sofware or hardware problem?
|
#1 |
Senior Member
|
I have a problem with speed of execution for the program written in fortran 90/95.
I have two computers: one is a simple desctop and another is multi-core laptop with faster processors, bigger memories etc. Both computers have 64-bit windows on them. I expected that the program will run faster on sophisticated laptop. But it turns out that some subroutines in the program go 3 times slower on "sophisticated" machine, while other subroutines go with approximately the same speed. Is it sofware or hardware problem? I was using silverfrost FTN95 free personal edition compiler for the program. Will be grateful for your input Truffaldino |
|
June 26, 2012, 14:16 |
|
#2 |
Senior Member
Charles
Join Date: Apr 2009
Posts: 185
Rep Power: 18 |
You are going to have to be a lot more specific if you want any useful advice, such as the exact specifications of the two computers and their operating systems.
|
|
July 6, 2012, 21:34 |
|
#3 |
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 636
Rep Power: 22 |
Not only that. There might be a lot of differences in the subroutines. For example, what is the common thing of all "slow" subroutines? Lot of integer calculations? Lot of floating point calculations? Lot of memory access? Lot of communication between processors? Writing to hard disks?
All of that could have an influence, and some could be related to the hardware while other stuff could be just the software not adopted to the hardware.
__________________
We do three types of jobs here: GOOD, FAST AND CHEAP You may choose any two! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with interFoam; Wave/wiggle alpha1 behavior | JonW | OpenFOAM | 10 | February 4, 2023 08:27 |
[Other] engineFoam new mesh problem | ayhan515 | OpenFOAM Meshing & Mesh Conversion | 5 | August 10, 2015 09:45 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
problem with using colocated code | Jack | Main CFD Forum | 0 | December 15, 2002 01:15 |