Group: sci.physics.computational.fluid-dynamics
From: Maciej Marek
Date: Wednesday, February 06, 2008 8:18 AM
Subject: Re: Help Requested Troubleshooting Fortran Code

Zachary Davis pisze:
[cut]
> however, I've run into a fortran segmentation fault runtime
> error with the code I've written so far, and I'm not savvy enough with
> my programming knowledge of how to go about debugging and determining
> where I've messed up.


I suspect violation of the bounds of some array. If you
use gfortran for compilation, try -fbounds-check option.
Anyway, I think comp.lang.fortran is a good place to
forward your question. People there are quite competent
and helpful.

Best regards,
Maciej Marek