Hello guys I am suck to run the neb on my laptop with following error
“mpirun -oversubscribe -np 6 lmp -partition 6x1 -in in.neb.w.vac.lmp
LAMMPS (11 Feb 2026 - Development - patch_11Feb2026-99-gb75dfcc930)
Running on 6 partitions of processors
MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
with errorcode 1
since system is not allowing to upload the files I am giving inputs to generate initial and final and neb. NOTE: I have verified MPI works fine for simple min.
units metal
dimension 3
boundary p p p
atom_style atomic
variable a equal 3.1652
lattice bcc ${a}
region box block 0 8 0 8 0 8 units lattice
create_box 1 box
create_atoms 1 box
mass 1 183.84
pair_style eam/alloy
pair_coeff * * /home/irslanullahashraf/lammps/potentials/W_zhou.eam.alloy W
neighbor 2.0 bin
neigh_modify delay 10
min_style cg
minimize 1e-12 1e-12 10000 10000
write_dump all atom dump.refrence
region vac sphere 12.6608 12.6608 12.6608 0.2 units box
region vac2 sphere 9.43344 12.6608 12.6608 0.2 units box
group gv region vac
group gv2 region vac2
delete_atoms group gv compress no
#delete_atoms overlap 3.6 gv gv2 compress no
thermo 50
thermo_style custom step pe etotal press vol
min_style cg
minimize 1e-12 1e-12 10000 10000
write_dump all atom dump.init
write_data init_vac.data
clear
---------- build_final.lmp ----------
units metal
dimension 3
boundary p p p
atom_style atomic
variable a equal 3.1652
lattice bcc ${a}
region box block 0 8 0 8 0 8 units lattice
create_box 1 box
create_atoms 1 box
mass 1 183.84
pair_style eam/alloy
pair_coeff * * /home/irslanullahashraf/lammps/potentials/W_zhou.eam.alloy W
neighbor 2.0 bin
neigh_modify delay 10
region vac2 sphere 9.43344 12.6608 12.6608 0.2 units box
group gv region vac2
delete_atoms group gv compress no
thermo 50
thermo_style custom step pe etotal press vol
min_style cg
minimize 1e-12 1e-12 10000 10000
write_data final_vac.data
write_dump all atom dump.final
clear
---------- neb_w_vac.lmp ----------
units metal
atom_style atomic
atom_modify map array
atom_modify sort 0 0.0
dimension 3
boundary p p p
read_data init_vac.data
mass 1 183.84
pair_style eam/alloy
pair_coeff * * /home/irslanullahashraf/lammps/potentials/W_zhou.eam.alloy W
neighbor 2.0 bin
neigh_modify delay 10 every 1 check yes
thermo 10
thermo_style custom step pe fnorm
reset_timestep 0
fix 1 all neb 5.0
timestep 0.01
min_style quickmin
neb 1.0e-10 1.0e-8 1000 1000 50 final final_vac.data