Personal tools
You are here: Home / cm / Wiki / cm-debug version: reading .irgrid files
Navigation
Log in


Forgot your password?
 

cm-debug version: reading .irgrid files

To anyone who works with multiple grid schemes defined in an .irgrid file: If you debug on SGI using cvd, the debugger freezes in routine fe10_sgi/OPENF.f because the filename can't be read properly. The problem does not occur in the optimized version though. To be able to go on debugging, comment line 171 in OPENF.f (puts filename in a string). I will trace the problem back further, but just for a start, just check the file out and comment that line to proceed.To anyone who works with multiple grid schemes defined in an .irgrid file: If you debug on SGI using cvd, the debugger freezes in routine fe10_sgi/OPENF.f because the filename can't be read properly. The problem does not occur in the optimized version though. To be able to go on debugging, comment line 171 in OPENF.f (puts filename in a string). I will trace the problem back further, but just for a start, just check the file out and comment that line to proceed.