Neil M Ribe - 2022-01-26

I have AUTO-07p installed on Mac OSX 11.6, and all my existing AUTO programs
run fine. However, when I try to run a new code (in this case "capgeneral.f")
I get the following:

neilmribe% @r capgeneral c1
gfortran -fopenmp -O -c capgeneral.f -o capgeneral.o
gfortran -fopenmp -O capgeneral.o -o capgeneral.exe /Users/neilmribe/auto/07p/lib/.o
Starting capgeneral ...
make:
** [run] Segmentation fault: 11
capgeneral ... done

The .o and .exe are thus being created, but I am prevented from running
the code by the Segmentation fault error. If anyone knows how to fix this
problem I would be most grateful.

Best wishes,

Neil Ribe