Hi,
I'm trying to optimize the Pt surface but the job doesn't run it is give me a segmentation error. Please check my INCAR below to see if I'm doing thing correctly. Other jobs can run fine without issues but this one is giving error as mentioned.
*********************************************************
SYSTEM = Pt Surface PAW_PBE Optimisation
ISPIN = 2 # spin polarized
ISMEAR = 2 # Tetrahedron method with blochl corrections
SIGMA = 0.2 # Width of smearing in eV
ISIF = 2 # calculate force & stress tensor with relaxing ions but not changing volume/shape
IBRION = 2 # way ions updated and moved: do conjugate gradient (CG) ion relaxation
NSW = 100
POTIM = 0.5 # scaling constant for forces: factor following atomic forces; default value is 0.5
NELM = 80 # maximum of electronic steps (SCF cycles) before next ionic step
NELMIN = 2 # minimum number of SCF steps performed
EDIFF = 1E-5 # allowed error in total energy for SCG loop; total energy convergence of 10^(-5)
EDIFFG = -0.03 # convergence condition for ionic cycles; (negative) all forces smaller than 10^(-3)
IALGO = 48 # electronic optimization algorithm; using the RMM-DIIS algorithm
#PREC = ACCURATE # accurate precision - avoids wrap-around errors; sets a number of parameters
PREC = Normal
ENCUT = 200 # energy cut-off eV
VOSKOWN = 1 # Vosko-Wilk-Nasair,applied in the context of gradient corrected functionals
IDIPOL = 3
MAGMOM = 288*1.0 55*1.0
GGA = 91
LWAVE = .FALSE.
LCHARG = .FALSE.
LREAL = Auto
********************************************************
Thanking you in advance.
Regards,
Nkwe
Pt Surface
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 12
- Joined: Tue Feb 23, 2010 7:31 am
- License Nr.: 5-44
- Location: South Africa
Pt Surface
Last edited by nkwem on Mon Feb 03, 2014 3:19 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Pt Surface
please increase the number of parallel CPUs, maybe you simply don't have enough memory to do this run.
Last edited by admin on Mon Feb 03, 2014 6:14 pm, edited 1 time in total.
-
- Newbie
- Posts: 22
- Joined: Mon Dec 10, 2012 9:22 pm
- License Nr.: 5-1364
Pt Surface
@nkwem,,,,,, Yes, I had the same problem and was playing around with changing different tags but finally I increased the number of parallel CPUs which solved the problem
Last edited by cappri on Wed Feb 19, 2014 1:36 pm, edited 1 time in total.