Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fortran code execution speed

Status
Not open for further replies.

DKStevensNZed

Civil/Environmental
Joined
Oct 10, 2012
Messages
2
Location
US
I have a lake water quality model coded in Fortran (Lahey f95, 5.65). When running on my laptop at home with only the laptop screen and my (slow!) home wireless network, execution time is 12 seconds. At my office with two external monitors and a wired network, execution time slows to 39 seconds. What gives? I run the code at home, hibernate, run it again at work. 3x slower!
 
Almost sounds like there's a bunch of cached data that's being sloshed around. Hibernation dumps the entire active memory of the PC onto hard drive.

TTFN
faq731-376
7ofakss
 
not uncommon for dual monitors to load down a lap top, but a lot depends on what else is running while at work
 
Where does your data reside: is it on the machine itself or on a networked drive?

Many companies give you a powerful machine with next to nothing on it and they give you a roaming profile (something like the H: drive), which most people treat as a local drive. This is great for word processing but when it comes to number crunching, it is really slow.

What happens when you have code and data on the local drive?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top