> When gfortran is used, then we get > "segmentation fault" in the middle/during the > parameter setting stage of the computation. > I would be grateful if you > have any idea on how to treat this problem. compile with gfortran and add -g. then run inside gdb. when compiled, are there any warning messages?