Dear developers and users,
I am new to LAMMPS and just trying to install and compile the software in my Ubuntu 12.04lts OS. After I untar the source code then I run make yes-all; make no-lib; make openmpi commands. It ends with error as below. Please be kind enough to guide me to overcome this problem and proceed my compilation successfully. Is this a problem of pair_adp_omp header file ?? Thanks a lot in advance.
In file included from …/pair_adp_omp.h:28:0,
from …/pair_adp_omp.cpp:18:
…/thr_omp.h:171:20: warning: unused parameter ‘nthreads’ [-Wunused-parameter]
…/pair_adp_omp.cpp: In member function ‘virtual void LAMMPS_NS::PairADPOMP::compute(int, int)’:
…/pair_adp_omp.cpp:74:10: error: ‘class LAMMPS_NS::ThrData’ has no member named ‘timer’
…/pair_adp_omp.cpp:74:16: error: incomplete type ‘LAMMPS_NS::Timer’ used in nested name specifier
…/pair_adp_omp.cpp:95:10: error: ‘class LAMMPS_NS::ThrData’ has no member named ‘timer’
…/pair_adp_omp.cpp:95:16: error: incomplete type ‘LAMMPS_NS::Timer’ used in nested name specifier
…/pair_adp_omp.cpp: In member function ‘void LAMMPS_NS::PairADPOMP::eval(int, int, LAMMPS_NS::ThrData*)’:
…/pair_adp_omp.cpp:205:10: error: ‘class LAMMPS_NS::ThrData’ has no member named ‘timer’
…/pair_adp_omp.cpp:205:16: error: incomplete type ‘LAMMPS_NS::Timer’ used in nested name specifier
…/pair_adp_omp.cpp:223:10: error: ‘class LAMMPS_NS::ThrData’ has no member named ‘timer’
…/pair_adp_omp.cpp:223:16: error: incomplete type ‘LAMMPS_NS::Timer’ used in nested name specifier
make[1]: *** [pair_adp_omp.o] Error 1
make[1]: Leaving directory `/home/vampire/tools/lammps-30Sep13/src/Obj_openmpi’
make: *** [openmpi] Error 2