|
[Sponsors] |
How to continue running in intel fortran after the computer is abruptly shut off? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 20, 2016, 08:41 |
How to continue running in intel fortran after the computer is abruptly shut off?
|
#1 |
New Member
Join Date: Mar 2012
Posts: 1
Rep Power: 0 |
Hello everybody,
I've been running a transient problem in Intel FORTRAN compiler and my computer was abruptly shut down. I don't want to start the running again. It takes a lot of time. So can anyone tell me what should i do to continue the calculation without starting at initial time? Is there any settings in Intel FORTRAN to pause the running when the computer suddenly was shut down? |
|
April 20, 2016, 10:24 |
|
#2 |
Senior Member
Jonas T. Holdeman, Jr.
Join Date: Mar 2009
Location: Knoxville, Tennessee
Posts: 128
Rep Power: 18 |
The old-time solution (say 50 years ago) was check-point dumps. Every so often you wrote out information necessary to restart/continue your computation to tape. If a failure occurred (as it often did in those days) you could go back to the last checkpoint and read in the data to continue. Some years ago when my computer was much slower (and sometimes failed because of heat generated in the cpu in long compute-bound solutions) I used this for long-running benchmark problems, but now that my personal computer is much faster and more reliable I don't do this. Still, it can be a relatively easy addition to a program.
|
|
Tags |
fortran, shut down |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comparison between C/C++ and Fortran? | rick | Main CFD Forum | 45 | September 6, 2011 01:52 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
Intel Fortran Compiler & Tutorial 17 | Young | CFX | 1 | March 30, 2011 02:39 |
Transient case running with a super computer | microfin | FLUENT | 0 | March 31, 2009 12:20 |
Computer Requirements for Running Fluent | Chaitanya Varma | FLUENT | 1 | February 23, 2007 14:03 |