[lammps-users] Help needed with compiling using Open64

Hi,

I tried to compile the newest version of LAMMPS using Open64 on an AMD OpenSuSE box. The FFTW 2.1.5 and MPICH2 and the LAMMPS package lib (reax) was compiled ok with the AMD distro of Open64: x86_open64-4.2.4. While building the lmp executable, it broke at link time. Thus I added “-lfortran” in the “reax_SYSLIB”, and it still dosen’t work. My Makefile.foo is based on Makefile.g++, modifications are:

No one is going to be able to tell you how to do
something specific to your box. Presumably the
make gave you an error which indicates what
is wrong or missing. You probably need to
adjust your Makefile.foo to let make find
what it needs.

Steve