INSTALLATION

I read it, I changed L to I and I can compile LAMMPS, lmp_linux was built but some examples such as peptide that they have kspace style can not run, they run with segmentation fault.
Crack example can run successfully.

Also I remove the FFT_PATH.

would you please help me to remove the segmentation fault?

Thanks alot

Elena

I read it, I changed L to I and I can compile LAMMPS, lmp_linux was built
but some examples such as peptide that they have kspace style can not run,
they run with segmentation fault.
Crack example can run successfully.

Also I remove the FFT_PATH.

would you please help me to remove the segmentation fault?

if the kspace example segfaults, that means, you have compiled
fftw wrong. have you compiled it for double precision or single precision?

axel.

I used the following script to configuration fftw

‫– ‪ ./configure –prefix=/home/elena/fftw-2.1.5/prefix --enable-float‬‬
‫‪enable-debug‬‬

I used the following script to configuration fftw

         ‫– ‪ \./configure –prefix=/home/elena/fftw\-2\.1\.5/prefix

--enable-float‬‬
‫‪enable-debug‬‬

--enable-float is wrong. this compiles for single precision, but LAMMPS
doesn't support that. use --enable-double instead and recompile/reinstall
fftw with that setting.

axel.