First of all, I want to mention that I am undergraduate student and I am starting out in Vasp. I want to study the adsorption of arsenic in a primitive magnetite cell.

I have simulated magnetite and an arsenic atom several times and have had no problem converging the system.

When I tried to increase the amount of arsenic atoms in my system I get an error: "mpirun noticed that process rank 51 with PID 74058 on node compute136 exited on signal 6 (aborted)"

I asked a friend and he said it is possibly a communication problem in Vasp, so I increased the amount of NBANDS and with it NPAR and Core but the error continues. The problem is when I increase to 2, 4, and 5 atoms of arsenic. With 1 and 3 atoms of arsenic don't have problem.

Here I leave my Incar files, Kpoint.

I appreciate all the help you give me.

Incar

PREC = Accurate

ENCUT = 520

ISTART = 0

ICHARG = 2

ISIF = 2

IBRION = 2

NSW = 5

EDIFF = 1.0E-05

EDIFFG = -1.0E-04

ISMEAR = 0

SIGMA = 0.01

LREAL = False

LWAVE = True ; LCHARG = True ; LVTOT = False

NPAR = 16

NBANDS= 672

K-Points

0

Gamma

1 1 1

0 0 0

runVasp

#!/bin/bash

#SBATCH -J Nan_As2

#SBATCH -p knlcompute,Standard

## number of cores

#SBATCH -n 224

module load VASP/5.4.4

mpirun vasp

Similar questions and discussions