Lammps- gpu

Hi Lammps team,

I am facing a problem in building lamps with gpu,

Lamps version- lammps-2Jul13

Cuda version – cuda-5.5

Openmpi version - openmpi-1.4.3

Attaching the Makefile of the same:

Error :

plane.o region_prism.o region_sphere.o region_union.o remap.o remap_wrap.o replicate.o rerun.o respa.o run.o set.o special.o tad.o temper.o thermo.o timer.o universe.o update.o variable.o velocity.o verlet.o verlet_split.o write_data.o write_restart.o -lgpu -lfftw -ljpeg -lcudart -lcuda -o …/lmp_linux

/usr/bin/ld: cannot find -lgpu

collect2: ld returned 1 exit status

make[1]: *** […/lmp_linux] Error 1

make[1]: Leaving directory `/glb/home/inppdb/Lammps/lammps-2Jul13/src/Obj_linux’

make: *** [linux] Error 2

please help me in solving the same.

Thanks & Regards,

Padma Pavani

lib-gpu-Makefile.lammps (183 Bytes)

libgpu-Makefile.linux (856 Bytes)

src-Makefile.linux (2.9 KB)

Did you build the GPU library in lib/gpu before building LAMMPS
and is there a libgpu.a file there as a result? That is
the file the LAMMPS build is saying it cannot find.

The doc pages explain all these steps.

Steve