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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DMayson

    How to view entire runtime error messages

    The program is written in F77 (in german) using Windows Vista and absoft pro fortran 1.11 Attached is screen shot of errors and I beleive the open error may be in the subroutine shown. Thanks Dylanhttp://www.mediafire.com/file/4fop5da6123mde7/Runtime.docx
  2. DMayson

    How to view entire runtime error messages

    HI, I'm receiving 2 runtime error messages, one to do with block data and another that starts with open(5,.....but i can't read the end of the message. Quite a few statements begin like this so how can i read the entire message to work out where it is pointing to? No error number is issued...
  3. DMayson

    Fortan runtime error

    There are 5 BLOCK data sets in the program, this is one (translated from the german) as an example. Thanks Dylan. BLOCK DATA STODAT ! Material data for the JANAF Thermo-Chemical Tables ! All thermodynamic variables are the basic units ! M, KG, S, K, or in KMol coherent derived units ! used...
  4. DMayson

    Fortan runtime error

    Translated code where the OPEN error occurs. I'm not sure what or where the BLOCK error occurs..??? Any assistance welcomed! Thanks Dylan. SUBROUTINE UMGRUP3 ! Regrouping of 'Steuerkurven1'; output to 'cams' REAL PHI (1000), PHI1 (1000), AE1 (1000), AE2 (1000) CHARACTER * 72...
  5. DMayson

    Fortan runtime error

    Hi all I'm doing a 3 month research placement at my uni and I need to use a Fortran 77 program written in GERMAN 30 years ago. I'm trying ot fix a problem, the program runs but when it's done a batch of calculations instead of starting the next data file batch it shows ?FORTRAN Runtime Error...

Part and Inventory Search

Back
Top