NWChem 6.6 -segmentation fault


Click here for full thread
Clicked A Few Times
Dear Dr. Edoapra,

I applied the patch which you have mentioned. In addition, I modified the Python library details as shown below and recombiled nwchem.

export PYTHONHOME=/usr/lib/python2.7
export PYTHONVERSION=2.7
export PYTHONCONFIGDIR=config-x86_64-linux-gnu

>make clean
> make nwchem_config
> make 64_to_32
> make cc=icc FC=gfortran

Although I have got the nwchem binary, when I ran the n2-test run (input file -see the first post), I again got the similar segmentation fault error.

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
  1. 0 0x7f5a53569ed7 in ???
  2. 1 0x7f5a5356910d in ???
  3. 2 0x7f5a52c897ef in ???
  4. 3 0x7f5a538dd244 in ???
  5. 4 0x55c995bf91ab in ???
  6. 5 0x55c995bf925c in ???
  7. 6 0x55c995bf80cf in ???
  8. 7 0x55c9932f32de in nwchem
at /home/ravi/Desktop/nwchem-6.6/src/nwchem.F:84
  1. 8 0x55c9932f3e84 in main
at /home/ravi/Desktop/nwchem-6.6/src/nwchem.F:369
Segmentation fault (core dumped)

How can I solve this problem?

Thank you.
KRISH