ERROR: Invalid fix style

Hello all,

I am trying to run my simulation of ionic current. While running I am getting the following error-
ERROR: Invalid fix style (…/modify.cpp:714)

I went through mailing list for the same error and I found about to install some required packages -

rigid , misc.

After the installation of such packages still I am facing same error.

Please help me in this regard.

Input file-

units real
dimension 3
boundary p p p
atom_style full
#atom_modify map array
neigh_modify delay 0 every 1 check yes
processors * * *

variable timecoef equal 1.00
variable T equal 300
variable thermo_itv equal 50
variable dump_itv equal 50
variable dumpvel_itv equal 50
variable equi_steps equal 100000
variable flow_stepsA equal 40000
variable seed equal 2012
#variable fid equal 30604

atom definition:

read_data bulk_solution.lammps

Did you recompile after installing the packages?

Actually, with your attached script it is impossible to get this error
as all your fixes are commented out.

Actually, with your attached script it is impossible to get this error
as all your fixes are commented out.

​and for all fixes that are part of a package which must be installed, the
name of that package is listed​ in the documentation of that fix.

axel.

Yes Stefan I did recompilation after installation of packages. I used make mpi & it was successful.