Dear vasp users,

            I want to see the relaxation in 2D metal nanosheets. The I/P file is

ISTART = 0

ICHARG = 2

ENCUT = 500.0

EDIFF = 1E-7

EDIFFG = -0.005

NSW = 1000

IBRION = 2

POTIM = 0.05

ISIF = 2

ISMEAR = 2

SIGMA = 0.2

I am using 11 x 11 x 1 k-grid.

After running it is telling the following error:

running on 32 nodes

distr: one band on 1 nodes, 32 groups

vasp.4.6.26 15Dec04 complex

POSCAR found : 0 types and 0 ions

forrtl: severe (174): SIGSEGV, segmentation fault occurred

Image PC Routine Line Source

vasp 0000000000490E10 Unknown Unknown Unknown

vasp 0000000000423723 Unknown

--------------------------------------------------------------------------

mpirun has exited due to process rank 25 with PID 10995 on

node localhost.localdomain exiting improperly. There are two reasons this could occur:

1. this process did not call "init" before exiting, but others in

the job did. This can cause a job to hang indefinitely while it waits

for all processes to call "init". By rule, if one process calls "init",

then ALL processes must call "init" prior to termination.

2. this process called "init", but exited without calling "finalize".

By rule, all processes that call "init" MUST call "finalize" prior to

exiting or it will be considered an "abnormal termination"

This may have caused other processes in the application to be

terminated by signals sent by mpirun (as reported here).

--------------------------------------------------------------------------

It tells each and every time when I am running the program with different parameters like IBRION = 1, ISMEAR = 1 etc..

I tried to fix it but I did not understand what causes it occurs. Can anyone suggest me how to overcome this problem?

Thanks,

Regards,

Vipin

Similar questions and discussions