Dear any one:
i have tried to run the executable version of lammps software for windows :
i have used the latest version named lmp_win_no-mpi.exe (2011) and i have used the same example for test giving in the source code distribution in particulair the Zn-O-H example using reaxFF potential
however i get the next message:
error : pair style
the in.ZnOH2 script contain the definition of pair style as:
pair style reax/c lmp_control
i have changed this definition to be : pair style reax but no thing appear
i have changed the example using an other example but always the same error meassage appear
so, if any one has a solution please write to me
best regards
however i get the next message:
error : pair style
that is not the format of a normal LAMMPS error message.
But it sounds like you do not have the reax/c pair
style compiled into your executable. It is a user package,
so it may not be.
Paul, do you know if any of the Win EXE files include user-reaxc?
Steve
Paul, do you know if any of the Win EXE files include user-reaxc?
No, user-reaxc is not included in the Win EXE files. Neither is the reax package.
The download page currently states:
" LAMMPS Windows serial executable --- C++ version (4 May 2011), 5.2 Mb (includes all subsequent bug fixes and new features described on this page up to 4 May 2011), includes an FFT library (can run PPPM), built with all packages except: atc, gpu, meam, opt, reax, xtc, user-atc, user-imd, user-reaxc."
"LAMMPS Windows parallel executable --- C++ version (4 May 2011), 5.2 Mb, includes everything that the above serial executable has included, plus includes MPI (can be run on multiple processors). Use of this LAMMPS Windows executable requires MPICH2 as a pre-requisite. You'll need to download and install MPICH2 for Windows."
Paul