Skip to Content.
Sympa Menu

forum - [abinit-forum] Error in a parallel job

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] Error in a parallel job


Chronological Thread 
  • From: "nicheal xu" <nicheal@gmail.com>
  • To: forum@abinit.org
  • Subject: [abinit-forum] Error in a parallel job
  • Date: Mon, 24 Nov 2008 20:17:37 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=PpWD+3KuLjHGJjeCgqljjN64bK9AdJMlHrn65fQi7yZpeWqGxDJcF+DZzj5GZzzl9V xbzc8lOb1SXn6PfMUuojpvULK9BS9sTJ+Lq6gyThGpiWQdJfoG7LoCVU/NM1BMfgk9nQ GijjdYLQjR1I34xiQ9GiDATsh9Gbleyhu+K4k=

Dear ABINIT users,
 
I am studying the phonon frequencies of CNTs with abinip.
If the job run with 4 cpus in one Blade, no problem!
However, if I do the job with 8 cpus in two Blades, it goes wrong!
A bug report,
 
forrt1: error (69)  : process interrupted (SIGINT)
4 - MPI_COMM_FREE : Null communicator
[4] Aborting program!
[4] Aborting program!
 
Then I run the test job (trf2_1) , it's quite normal paralled with 16 cpus.
Maybe a wrong input? Or install problem? Attached are related files!
 
Regards
Lichun XU
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



#
# Makefile for ABINIT -*- Automake -*-
# Generated by make-makefiles-top on 2008/11/12 18:30:36 +0000

#
# IMPORTANT NOTE
#
# Any manual change to this file will systematically be overwritten.
# Please modify the make-makefiles-top script or its config file instead.
#
VPATH = ..
pkgdatadir = $(datadir)/abinit
pkglibdir = $(libdir)/abinit
pkgincludedir = $(includedir)/abinit
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
target_triplet = x86_64-unknown-linux-gnu
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.dump.in \
$(srcdir)/config.h.in $(srcdir)/config.mk.in \
$(srcdir)/config.py.in $(srcdir)/config.sh.in \
$(top_srcdir)/config/wrappers/wrap-fc.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
THANKS config/gnu/config.guess config/gnu/config.sub \
config/gnu/depcomp config/gnu/install-sh config/gnu/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/m4/c++.m4 \
$(top_srcdir)/config/m4/c.m4 \
$(top_srcdir)/config/m4/display.m4 \
$(top_srcdir)/config/m4/do-not-edit-autotools.m4 \
$(top_srcdir)/config/m4/do-not-edit-corelibs.m4 \
$(top_srcdir)/config/m4/do-not-edit-env.m4 \
$(top_srcdir)/config/m4/do-not-edit-optflags.m4 \
$(top_srcdir)/config/m4/do-not-edit-options.m4 \
$(top_srcdir)/config/m4/do-not-edit-output.m4 \
$(top_srcdir)/config/m4/do-not-edit-plugins.m4 \
$(top_srcdir)/config/m4/files.m4 \
$(top_srcdir)/config/m4/fortran.m4 \
$(top_srcdir)/config/m4/init.m4 $(top_srcdir)/config/m4/mpi.m4 \
$(top_srcdir)/config/m4/prereqs.m4 \
$(top_srcdir)/config/m4/tricks.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = config.mk config.py config.sh config.dump \
config/wrappers/wrap-fc
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ABINIT_BINARY_PACKAGE = abinit-5.6.3_x86_64_linux_intel9.1
ABINIT_TARGET = x86_64_linux_intel9.1
ABINIT_VERSION = 5.6.3
ABINIT_VERSION_BASE = 5.6
ABINIT_VERSION_BUILD = 20081124
ABINIT_VERSION_MAJOR = 5
ABINIT_VERSION_MICRO = 3
ABINIT_VERSION_MINOR = 6
ACLOCAL = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run
aclocal-1.10
AMTAR = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run tar
AR = ar
ARFLAGS = rc
ARFLAGS_64BITS =
ARFLAGS_EXTRA =
ARFLAGS_OPT =
AUTOCONF = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run
autoconf
AUTOHEADER = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run
autoheader
AUTOMAKE = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run
automake-1.10
AWK = gawk
BOURNE_SHELL = /bin/sh
CC = /home/software/mpich-intel/bin/mpicc
CCDEPMODE = depmode=gcc3
CC_LDFLAGS = -static-libcxa -i-static
CC_LDFLAGS_64BITS =
CC_LDFLAGS_EXTRA = -static-libcxa -i-static
CC_LDFLAGS_OPT =
CC_LIBS =
CC_LIBS_64BITS =
CC_LIBS_EXTRA =
CC_LIBS_OPT =
CFLAGS = -g -O2 -vec-report0
CFLAGS_64BITS =
CFLAGS_BIGDFT = -g -O2 -vec-report0
CFLAGS_ETSF_IO = -g -O2 -vec-report0
CFLAGS_ETSF_XC = -g -O2 -vec-report0
CFLAGS_EXTRA = -vec-report0
CFLAGS_FOX = -g -O2 -vec-report0
CFLAGS_LINALG = -g -O2 -vec-report0
CFLAGS_NETCDF = -g -O2 -vec-report0
CFLAGS_OPT = -g -O2
CFLAGS_WANNIER90 = -g -O2 -vec-report0
CFLAGS_XMLF90 = -g -O2 -vec-report0
CONFIGOPT_NETCDF =
CPP = /home/software/mpich-intel/bin/mpicc -E
CPPFLAGS =
CPPFLAGS_64BITS =
CPPFLAGS_BIGDFT =
CPPFLAGS_ETSF_IO =
CPPFLAGS_ETSF_XC =
CPPFLAGS_EXTRA =
CPPFLAGS_FOX =
CPPFLAGS_LINALG =
CPPFLAGS_NETCDF =
CPPFLAGS_OPT =
CPPFLAGS_WANNIER90 =
CPPFLAGS_XMLF90 =
CXX = g++
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2 -march=opteron
CXXFLAGS_64BITS =
CXXFLAGS_BIGDFT = -g -O2 -march=opteron
CXXFLAGS_ETSF_IO = -g -O2 -march=opteron
CXXFLAGS_ETSF_XC = -g -O2 -march=opteron
CXXFLAGS_EXTRA =
CXXFLAGS_FOX = -g -O2 -march=opteron
CXXFLAGS_LINALG = -g -O2 -march=opteron
CXXFLAGS_NETCDF = -g -O2 -march=opteron
CXXFLAGS_OPT = -g -O2 -march=opteron
CXXFLAGS_WANNIER90 = -g -O2 -march=opteron
CXXFLAGS_XMLF90 = -g -O2 -march=opteron
CXX_LDFLAGS =
CXX_LDFLAGS_64BITS =
CXX_LDFLAGS_EXTRA =
CXX_LDFLAGS_OPT =
CXX_LIBS =
CXX_LIBS_64BITS =
CXX_LIBS_EXTRA =
CXX_LIBS_OPT =
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DVI2PDF = /usr/bin/dvipdf
DVI2PS = /usr/bin/dvips
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /bin/grep -E
EXEEXT =
F77 = /home/software/mpich-intel/bin/mpif90
FC = /home/software/mpich-intel/bin/mpif90
FCFLAGS = -extend_source -vec-report0
FCFLAGS_64BITS =
FCFLAGS_BIGDFT = -extend_source -vec-report0 -g -O2
FCFLAGS_ETSF_IO = -extend_source -vec-report0 -g -O2
FCFLAGS_ETSF_XC = -extend_source -vec-report0 -g -O2
FCFLAGS_EXTRA = -extend_source -vec-report0
FCFLAGS_FIXEDFORM =
FCFLAGS_FOX = -extend_source -vec-report0 -g -O2
FCFLAGS_FREEFORM =
FCFLAGS_LINALG = -extend_source -vec-report0 -g -O2
FCFLAGS_NETCDF = -extend_source -vec-report0 -g -O2
FCFLAGS_OPT = -g -O2
FCFLAGS_WANNIER90 = -extend_source -vec-report0 -g -O2
FCFLAGS_XMLF90 = -extend_source -vec-report0 -g -O2
FCLIBS_ETSF_IO =
FCLIBS_FOX =
FCLIBS_NETCDF =
FCLIBS_WANNIER90 = $(FCLIBS) -lsvml
FC_LDFLAGS = -i-static -static-libcxa
FC_LDFLAGS_64BITS =
FC_LDFLAGS_EXTRA = -i-static -static-libcxa
FC_LDFLAGS_OPT =
FC_LIBS =
FC_LIBS_64BITS =
FC_LIBS_EXTRA =
FC_LIBS_OPT =
FC_NOWRAP = /home/software/mpich-intel/bin/mpif90
FFLAGS = -extend_source -vec-report0
GREP = /bin/grep
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LATEX = /usr/bin/latex
LDFLAGS =
LIBOBJS =
LIBS =
LN_S = ln -s
LTLIBOBJS =
LTXFLAGS =
MAKEINFO = ${SHELL} /home/source/abinit-5.6.3/config/gnu/missing --run
makeinfo
MARKDOWN = /usr/bin/perl
/home/source/abinit-5.6.3/make/../util/developers/markdown.pl
MDFLAGS =
MKDIR_P = /bin/mkdir -p
MODEXT = mod
MPI_CC_LDFLAGS =
MPI_CC_LIBS =
MPI_CFLAGS = -g -O2 -vec-report0
MPI_CPPFLAGS = -DMPI=1 -DMPI1=1
MPI_CXXFLAGS = -g -O2 -march=opteron
MPI_CXX_LDFLAGS =
MPI_CXX_LIBS =
MPI_FCFLAGS = -extend_source -vec-report0
MPI_FC_LDFLAGS =
MPI_FC_LIBS =
MPI_RUNNER = /home/software/mpich-intel/bin/mpirun
MV = /bin/mv
OBJEXT = o
PACKAGE = abinit
PACKAGE_BUGREPORT = https://bugs.launchpad.net/abinit/
PACKAGE_NAME = ABINIT
PACKAGE_STRING = ABINIT 5.6.3
PACKAGE_TARNAME = abinit
PACKAGE_VERSION = 5.6.3
PATH_SEPARATOR = :
PDFFLAGS =
PERL = /usr/bin/perl
PS2PDF = /usr/bin/ps2pdf
PYTHON = /usr/bin/python
RANLIB = ranlib
RM = /bin/rm
SED = /bin/sed
SET_MAKE =
SHELL = /bin/sh
STRIP =
TAR = /bin/tar
TRUE_CPP = /lib/cpp
TRUE_CPPFLAGS = -P -std=c89
VERSION = 5.6.3
WGET = /usr/bin/wget
abi_ac_version = 26200
abi_am_version = 11001
abi_cpu_64bits = yes
abi_cpu_model = opteron
abi_lt_version = 20204
abi_m4_version = 10411
abinit_bindir = /opt/etsf/abinit/5.6/bin
abinit_builddir = /home/source/abinit-5.6.3/make
abinit_chkdir = /opt/etsf/abinit/5.6/tests
abinit_datdir = /opt/etsf/abinit
abinit_docdir = /opt/etsf/abinit/5.6/doc
abinit_incdir = /opt/etsf/abinit/5.6/include
abinit_libdir = /opt/etsf/abinit/5.6/lib
abinit_mandir = /opt/etsf/abinit/man
abinit_prefix = /opt/etsf
abinit_rundir = /opt/etsf/abinit/bin
abinit_srcdir = /home/source/abinit-5.6.3/make/..
abinit_tardir = /root/.abinit/tarballs
abinit_wwwdir = /opt/etsf/abinit/5.6/www
abs_builddir = /home/source/abinit-5.6.3/make
abs_srcdir = /home/source/abinit-5.6.3/make/..
abs_top_builddir = /home/source/abinit-5.6.3/make
abs_top_srcdir = /home/source/abinit-5.6.3/make/..
ac_ct_CC = /home/software/mpich-intel/bin/mpicc
ac_ct_CXX = g++
ac_ct_FC =
am__include = include
am__leading_dot = .
am__quote =
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bigdft_pkg_name = bigdft-1.0-1
bigdft_pkg_string = BigDFT library 1.0-1 (hacked by D. Caliste to add
up-to-date module support)
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias =
build_bigdft = yes
build_cpu = x86_64
build_etsf_io = no
build_etsf_xc = no
build_fox = no
build_linalg = yes
build_netcdf = no
build_os = linux-gnu
build_vendor = unknown
build_wannier90 = yes
build_xmlf90 = no
builddir = .
cc_type = intel
cc_version = 9.1
cxx_type = gcc
cxx_version = 3.4
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
enable_64bit_flags = yes
enable_all_plugins =
enable_bigdft = yes
enable_bindings = no
enable_cclock = no
enable_config_file = yes
enable_debug = symbols
enable_error_handlers = no
enable_etsf_io = no
enable_etsf_xc = no
enable_fc_wrapper = no
enable_fftw = no
enable_fftw_threads = no
enable_fox = no
enable_gw_dpc = no
enable_mpi = yes
enable_mpi_io = no
enable_mpi_trace = no
enable_netcdf = no
enable_nightly = no
enable_optlevel = standard
enable_scalapack = no
enable_shared =
enable_static =
enable_stdin = yes
enable_tricks = yes
enable_wannier90 = yes
enable_xmlf90 = no
etsf_io_pkg_name = etsf_io-1.0.2
etsf_io_pkg_string = ETSF I/O library 1.0.2 (upstream release)
etsf_xc_pkg_name = etsf_xc-0.9
etsf_xc_pkg_string = ETSF XC library 0.9 (hacked from the LibXC of Octopus)
exec_prefix = ${prefix}
fc_type = intel
fc_version = 9.1
fc_wrap = no
fcflags_opt_00basis = -g -O2
fcflags_opt_01manage_mpi = -g -O2
fcflags_opt_11contract = -g -O2
fcflags_opt_11util = -g -O2
fcflags_opt_12ffts = -g -O2
fcflags_opt_12geometry = -g -O2
fcflags_opt_12nlstrain = -g -O2
fcflags_opt_12parser = -g -O2
fcflags_opt_12spacepar = -g -O2
fcflags_opt_13io_mpi = -g -O2
fcflags_opt_13ionetcdf = -g -O2
fcflags_opt_13iovars = -g -O2
fcflags_opt_13nonlocal = -g -O2
fcflags_opt_13paw = -g -O2
fcflags_opt_13psp = -g -O2
fcflags_opt_13recipspace = -g -O2
fcflags_opt_13xc = -g -O2
fcflags_opt_13xml = -g -O2
fcflags_opt_14bader = -g -O2
fcflags_opt_14iowfdenpot = -g -O2
fcflags_opt_14occeig = -g -O2
fcflags_opt_14poisson = -g -O2
fcflags_opt_14wfs = -g -O2
fcflags_opt_14wvl_wfs = -g -O2
fcflags_opt_15common = -g -O2
fcflags_opt_15gw = -g -O2
fcflags_opt_15recursion = -g -O2
fcflags_opt_15rsprc = -g -O2
fcflags_opt_16geomoptim = -g -O2
fcflags_opt_16response = -g -O2
fcflags_opt_17ddb = -g -O2
fcflags_opt_17lwf = -g -O2
fcflags_opt_17suscep = -g -O2
fcflags_opt_18seqpar = -g -O2
fcflags_opt_19cut3d = -g -O2
fcflags_opt_21drive = -g -O2
fcflags_opt_21paral_md = -g -O2
fcflags_opt_21rdm = -g -O2
fcflags_opt_bigdft = -g -O2
fcflags_opt_defs = -g -O2
fcflags_opt_etsf_io = -g -O2
fcflags_opt_etsf_xc = -g -O2
fcflags_opt_fox = -g -O2
fcflags_opt_lib00macroav = -g -O2
fcflags_opt_lib00numeric = -g -O2
fcflags_opt_lib01cg = -g -O2
fcflags_opt_lib01fftnew = -g -O2
fcflags_opt_lib01hidempi = -g -O2
fcflags_opt_linalg = -g -O2
fcflags_opt_main = -g -O2
fcflags_opt_netcdf = -g -O2
fcflags_opt_wannier90 = -g -O2
fcflags_opt_xmlf90 = -g -O2
fox_pkg_name = FoX-4.0.1
fox_pkg_string = FoX Fortran XML library 4.0.1 (upstream release)
host = x86_64-unknown-linux-gnu
host_alias =
host_cpu = x86_64
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = $(SHELL) /home/source/abinit-5.6.3/config/gnu/install-sh
lib_bigdft_includes = -I$(abinit_builddir)/plugins/bigdft
lib_bigdft_libs = -L$(abinit_builddir)/plugins/bigdft -lbigdft -lpoissonsolver
lib_etsf_io_includes =
lib_etsf_io_libs =
lib_etsf_xc_includes =
lib_etsf_xc_libs =
lib_fft_includes =
lib_fft_libs =
lib_fox_includes =
lib_fox_libs =
lib_linalg_includes =
lib_linalg_libs = -L$(abinit_builddir)/prereqs/linalg -llapack -lblas
lib_netcdf_includes =
lib_netcdf_libs =
lib_wannier90_includes =
lib_wannier90_libs = -L$(abinit_builddir)/plugins/wannier90 -lwannier
lib_xmlf90_includes =
lib_xmlf90_libs =
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
linalg_pkg_name = lapack-abinit_5.6
linalg_pkg_string = An old, robust, version of the Lapack library (hacked by
Yann Pouillon)
linalg_supported_types = abinit acml asl atlas cxml essl external mkl mlib
sgimath sunperf
linalg_tricks_bypass = no
linalg_type = abinit
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
mpi_level = 1
mpi_native_runner =
mpi_type = mpich
mpi_usable = yes
netcdf_pkg_name = netcdf-3.6.3
netcdf_pkg_string = NetCDF library 3.6.3 (upstream release)
nightly_timeout =
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /opt/etsf
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
src_15rsprc_includes = -I$(top_builddir)/src/15rsprc
-I$(top_srcdir)/src/15rsprc
src_defs_includes = -I$(top_builddir)/src/defs -I$(top_srcdir)/src/defs
srcdir = ..
sysconfdir = ${prefix}/etc
target = x86_64-unknown-linux-gnu
target_alias =
target_cpu = x86_64
target_os = linux-gnu
target_vendor = unknown
top_build_prefix =
top_builddir = .
top_srcdir = ..
wannier90_pkg_name = wannier90-1.1
wannier90_pkg_string = Wannier90 program 1.1 (upstream release)
with_64bit_flags =
with_ar_optflags =
with_bigdft_includes =
with_bigdft_libs =
with_cc_ld_optflags =
with_cc_ld_optlibs =
with_cc_optflags =
with_config_file =
with_cpp_optflags =
with_cxx_ld_optflags =
with_cxx_ld_optlibs =
with_cxx_optflags =
with_etsf_io_includes =
with_etsf_io_libs =
with_etsf_xc_includes =
with_etsf_xc_libs =
with_fc_ld_optflags =
with_fc_ld_optlibs =
with_fc_optflags =
with_fc_vendor =
with_fftw_includes =
with_fftw_libs =
with_fox_includes =
with_fox_libs =
with_gnu_ld =
with_linalg_includes =
with_linalg_libs =
with_linalg_type =
with_mpi_cc_ldflags =
with_mpi_cc_libs =
with_mpi_cflags =
with_mpi_cppflags =
with_mpi_cxx_ldflags =
with_mpi_cxx_libs =
with_mpi_cxxflags =
with_mpi_fc_ldflags =
with_mpi_fc_libs =
with_mpi_fcflags =
with_mpi_level =
with_mpi_prefix = /home/software/mpich-intel
with_mpi_runner =
with_netcdf_includes =
with_netcdf_libs =
with_plugins_prefix =
with_plugins_tardir =
with_scalapack_includes =
with_scalapack_libs =
with_timeout = 0
with_wannier90 =
with_wannier90_includes =
with_wannier90_libs =
with_xmlf90_includes =
with_xmlf90_libs =
xmlf90_pkg_name = xmlf90-1.2g
xmlf90_pkg_string = XML Fortran 90 Library 1.2g (upstream release)
ACLOCAL_AMFLAGS = -I config/m4
SUBDIRS = prereqs plugins src bindings doc tests
CLEANFILES = abilint.out abilint.log

#
---------------------------------------------------------------------------- #
EXTRA_DIST = config/makefiles/src.am config/makefiles/doc.am \
config/makefiles/tests.am config/makefiles/autotest.am \
config/makefiles/top.am config/local/autotools.sh \
config/scripts/make-macros-optflags \
config/scripts/make-makefiles-corelibs \
config/scripts/make-makefiles-bindings \
config/scripts/make-makefiles-nightly \
config/scripts/make-makefiles-prereqs \
config/scripts/make-makefiles-binaries \
config/scripts/make-makefiles-inter \
config/scripts/add-header-typed config/scripts/functions.sh \
config/scripts/make-build-examples \
config/scripts/add-targets-libraries config/scripts/abilint \
config/scripts/make-macros-linalg \
config/scripts/make-macros-debug \
config/scripts/make-macros-output \
config/scripts/add-targets-binaries \
config/scripts/make-macros-plugins \
config/scripts/make-macros-options config/scripts/makemake \
config/scripts/make-makefiles-doc \
config/scripts/make-macros-autotools \
config/scripts/make-makefiles-top \
config/scripts/make-macros-corelibs \
config/scripts/build-autotools-framework \
config/scripts/make-macros-env \
config/scripts/make-makefiles-plugins \
config/scripts/clean-source-tree \
config/scripts/make-makefiles-tests config/gnu/config.sub \
config/gnu/config.guess config/gnu/depcomp \
config/gnu/install-sh config/gnu/missing \
config/detect/detect_fc.F90 config/detect/README \
config/detect/detect_cc.c config/messages/fc-ibm.msg \
config/messages/fc-intel.msg config/messages/README \
config/messages/fc-absoft.msg config/messages/mpi-generic.msg \
config/messages/mpi-support.msg config/specs/other.cf \
config/specs/tests.cf config/specs/env.cf \
config/specs/bindings.cf config/specs/documents.cf \
config/specs/corelibs.cf config/specs/plugins.cf \
config/specs/prereqs.cf config/specs/autoconf.cf \
config/specs/options.cf config/specs/binaries.cf \
config/specs/linalg.cf config/wrappers/wrap-fc.in \
config/wrappers/wrap-fc config/robodoc/robodoc-html.rc \
config/build-examples/chum-intel10.1.cf \
config/build-examples/dirac-ibm.cf \
config/build-examples/gandalf-mac-gfortran.cf \
config/build-examples/tux-compaq.cf \
config/build-examples/chpit-intel8.1.cf \
config/build-examples/chum-gfortan4.3.cf \
config/build-examples/spinoza-mipspro.cf \
config/build-examples/chum-gfortan4.2.cf \
config/build-examples/sleepy-g95.cf \
config/build-examples/dummy-intel9.0.cf \
config/build-examples/arina-intel9.1.cf \
config/build-examples/chum-g95.cf \
config/build-examples/sleepyold-pgi4.0.cf \
config/build-examples/generic-ibm.cf \
config/build-examples/mac_intel-gfortran.cf \
config/build-examples/antarion-intel9.1.cf \
config/build-examples/sleepy-pathscale.cf \
config/build-examples/sirius-intel9.1.cf \
config/build-examples/sleepyjmb-pgi6.0-2.cf \
config/build-examples/hikari1-hitachi.cf \
config/build-examples/max-ibm.cf \
config/build-examples/lemaitre-intel9.1.cf \
config/build-examples/chum-intel9.1.cf \
config/build-examples/hemera-intel9.0.cf \
config/build-examples/fock-ibm.cf \
config/build-examples/chum-gfortan4.1.cf \
config/build-examples/deccint-compaq.cf \
config/build-examples/chum-sunstudio12.cf \
config/build-examples/eliza-fujitsu.cf \
config/build-examples/chum-pathscale.cf \
config/build-examples/datastar-ibm.cf \
config/build-examples/dummy-pgi4.0.cf \
config/build-examples/chum-pgi7.2.cf \
config/build-examples/sleepy-intel9.1.cf \
config/build-examples/sleepy-gfortran.cf \
config/build-examples/urano-intel9.1.cf \
config/build-examples/chum-open64.cf \
config/optflags/gcc_cxx/3.3/all.aggressive \
config/optflags/gcc_cxx/3.3/all.standard \
config/optflags/gcc_cxx/3.3/all.safe \
config/optflags/gcc_cxx/all/alphaev56.standard \
config/optflags/gcc_cxx/all/athlon64.aggressive \
config/optflags/gcc_cxx/all/powerpc64.safe \
config/optflags/gcc_cxx/all/opteron.safe \
config/optflags/gcc_cxx/all/alphaev56.safe \
config/optflags/gcc_cxx/all/athlon64.standard \
config/optflags/gcc_cxx/all/itanium1.standard \
config/optflags/gcc_cxx/all/itanium2.aggressive \
config/optflags/gcc_cxx/all/alphaev56.aggressive \
config/optflags/gcc_cxx/all/intel_core2.standard \
config/optflags/gcc_cxx/all/athlon.standard \
config/optflags/gcc_cxx/all/powerpc.standard \
config/optflags/gcc_cxx/all/itanium2.standard \
config/optflags/gcc_cxx/all/powerpc.safe \
config/optflags/gcc_cxx/all/powerpc.aggressive \
config/optflags/gcc_cxx/all/all.aggressive \
config/optflags/gcc_cxx/all/alphaev67.standard \
config/optflags/gcc_cxx/all/athlon.safe \
config/optflags/gcc_cxx/all/pentium3.safe \
config/optflags/gcc_cxx/all/alphaev67.aggressive \
config/optflags/gcc_cxx/all/intel_coreduo.safe \
config/optflags/gcc_cxx/all/pentium4.aggressive \
config/optflags/gcc_cxx/all/pentium4.standard \
config/optflags/gcc_cxx/all/pentium3.aggressive \
config/optflags/gcc_cxx/all/powerpc64.aggressive \
config/optflags/gcc_cxx/all/intel_core2.aggressive \
config/optflags/gcc_cxx/all/itanium1.aggressive \
config/optflags/gcc_cxx/all/itanium2.safe \
config/optflags/gcc_cxx/all/intel_coreduo.standard \
config/optflags/gcc_cxx/all/intel_core2.safe \
config/optflags/gcc_cxx/all/athlon.aggressive \
config/optflags/gcc_cxx/all/athlon64.safe \
config/optflags/gcc_cxx/all/intel_coreduo.aggressive \
config/optflags/gcc_cxx/all/opteron.standard \
config/optflags/gcc_cxx/all/alphaev67.safe \
config/optflags/gcc_cxx/all/pentium3.standard \
config/optflags/gcc_cxx/all/pentium4.safe \
config/optflags/gcc_cxx/all/opteron.aggressive \
config/optflags/gcc_cxx/all/powerpc64.standard \
config/optflags/gcc_cxx/all/all.standard \
config/optflags/gcc_cxx/all/itanium1.safe \
config/optflags/gcc_cxx/all/all.safe \
config/optflags/compaq_cc/all/alphaev56.standard \
config/optflags/compaq_cc/all/alphaev56.safe \
config/optflags/compaq_cc/all/alphaev56.aggressive \
config/optflags/compaq_cc/all/all.aggressive \
config/optflags/compaq_cc/all/alphaev67.standard \
config/optflags/compaq_cc/all/alphaev67.aggressive \
config/optflags/compaq_cc/all/alphaev67.safe \
config/optflags/compaq_cc/all/all.standard \
config/optflags/compaq_cc/all/all.safe \
config/optflags/pgi_cc/all/all.aggressive \
config/optflags/pgi_cc/all/all.standard \
config/optflags/pgi_cc/all/all.safe \
config/optflags/intel_fc/10.1/opteron.safe \
config/optflags/intel_fc/10.1/itanium1.standard \
config/optflags/intel_fc/10.1/itanium2.aggressive \
config/optflags/intel_fc/10.1/intel_core2.standard \
config/optflags/intel_fc/10.1/itanium2.standard \
config/optflags/intel_fc/10.1/intel_centrino.standard \
config/optflags/intel_fc/10.1/all.aggressive \
config/optflags/intel_fc/10.1/xeon.standard \
config/optflags/intel_fc/10.1/pentium3.safe \
config/optflags/intel_fc/10.1/intel_coreduo.safe \
config/optflags/intel_fc/10.1/pentium4.aggressive \
config/optflags/intel_fc/10.1/pentium4.standard \
config/optflags/intel_fc/10.1/pentium3.aggressive \
config/optflags/intel_fc/10.1/intel_core2.aggressive \
config/optflags/intel_fc/10.1/intel_centrino.safe \
config/optflags/intel_fc/10.1/itanium1.aggressive \
config/optflags/intel_fc/10.1/itanium2.safe \
config/optflags/intel_fc/10.1/intel_coreduo.standard \
config/optflags/intel_fc/10.1/xeon.safe \
config/optflags/intel_fc/10.1/intel_core2.safe \
config/optflags/intel_fc/10.1/intel_coreduo.aggressive \
config/optflags/intel_fc/10.1/opteron.standard \
config/optflags/intel_fc/10.1/xeon.aggressive \
config/optflags/intel_fc/10.1/pentium3.standard \
config/optflags/intel_fc/10.1/pentium4.safe \
config/optflags/intel_fc/10.1/intel_centrino.aggressive \
config/optflags/intel_fc/10.1/opteron.aggressive \
config/optflags/intel_fc/10.1/all.standard \
config/optflags/intel_fc/10.1/itanium1.safe \
config/optflags/intel_fc/10.1/all.safe \
config/optflags/intel_fc/8.1/itanium1.standard \
config/optflags/intel_fc/8.1/itanium2.aggressive \
config/optflags/intel_fc/8.1/itanium2.standard \
config/optflags/intel_fc/8.1/all.aggressive \
config/optflags/intel_fc/8.1/pentium3.safe \
config/optflags/intel_fc/8.1/pentium4.aggressive \
config/optflags/intel_fc/8.1/pentium4.standard \
config/optflags/intel_fc/8.1/pentium3.aggressive \
config/optflags/intel_fc/8.1/itanium1.aggressive \
config/optflags/intel_fc/8.1/itanium2.safe \
config/optflags/intel_fc/8.1/pentium3.standard \
config/optflags/intel_fc/8.1/pentium4.safe \
config/optflags/intel_fc/8.1/all.standard \
config/optflags/intel_fc/8.1/itanium1.safe \
config/optflags/intel_fc/8.1/all.safe \
config/optflags/intel_fc/9.0/opteron.safe \
config/optflags/intel_fc/9.0/itanium1.standard \
config/optflags/intel_fc/9.0/itanium2.aggressive \
config/optflags/intel_fc/9.0/itanium2.standard \
config/optflags/intel_fc/9.0/all.aggressive \
config/optflags/intel_fc/9.0/pentium3.safe \
config/optflags/intel_fc/9.0/pentium4.aggressive \
config/optflags/intel_fc/9.0/pentium4.standard \
config/optflags/intel_fc/9.0/pentium3.aggressive \
config/optflags/intel_fc/9.0/itanium1.aggressive \
config/optflags/intel_fc/9.0/itanium2.safe \
config/optflags/intel_fc/9.0/opteron.standard \
config/optflags/intel_fc/9.0/pentium3.standard \
config/optflags/intel_fc/9.0/pentium4.safe \
config/optflags/intel_fc/9.0/opteron.aggressive \
config/optflags/intel_fc/9.0/all.standard \
config/optflags/intel_fc/9.0/itanium1.safe \
config/optflags/intel_fc/9.0/all.safe \
config/optflags/intel_fc/9.1/opteron.safe \
config/optflags/intel_fc/9.1/itanium1.standard \
config/optflags/intel_fc/9.1/itanium2.aggressive \
config/optflags/intel_fc/9.1/intel_core2.standard \
config/optflags/intel_fc/9.1/itanium2.standard \
config/optflags/intel_fc/9.1/all.aggressive \
config/optflags/intel_fc/9.1/pentium3.safe \
config/optflags/intel_fc/9.1/intel_coreduo.safe \
config/optflags/intel_fc/9.1/pentium4.aggressive \
config/optflags/intel_fc/9.1/pentium4.standard \
config/optflags/intel_fc/9.1/pentium3.aggressive \
config/optflags/intel_fc/9.1/intel_core2.aggressive \
config/optflags/intel_fc/9.1/itanium1.aggressive \
config/optflags/intel_fc/9.1/itanium2.safe \
config/optflags/intel_fc/9.1/intel_coreduo.standard \
config/optflags/intel_fc/9.1/intel_core2.safe \
config/optflags/intel_fc/9.1/intel_coreduo.aggressive \
config/optflags/intel_fc/9.1/opteron.standard \
config/optflags/intel_fc/9.1/pentium3.standard \
config/optflags/intel_fc/9.1/pentium4.safe \
config/optflags/intel_fc/9.1/opteron.aggressive \
config/optflags/intel_fc/9.1/all.standard \
config/optflags/intel_fc/9.1/itanium1.safe \
config/optflags/intel_fc/9.1/all.safe \
config/optflags/intel_fc/10.0/opteron.safe \
config/optflags/intel_fc/10.0/itanium1.standard \
config/optflags/intel_fc/10.0/itanium2.aggressive \
config/optflags/intel_fc/10.0/intel_core2.standard \
config/optflags/intel_fc/10.0/itanium2.standard \
config/optflags/intel_fc/10.0/intel_centrino.standard \
config/optflags/intel_fc/10.0/all.aggressive \
config/optflags/intel_fc/10.0/xeon.standard \
config/optflags/intel_fc/10.0/pentium3.safe \
config/optflags/intel_fc/10.0/intel_coreduo.safe \
config/optflags/intel_fc/10.0/pentium4.aggressive \
config/optflags/intel_fc/10.0/pentium4.standard \
config/optflags/intel_fc/10.0/pentium3.aggressive \
config/optflags/intel_fc/10.0/intel_core2.aggressive \
config/optflags/intel_fc/10.0/intel_centrino.safe \
config/optflags/intel_fc/10.0/itanium1.aggressive \
config/optflags/intel_fc/10.0/itanium2.safe \
config/optflags/intel_fc/10.0/intel_coreduo.standard \
config/optflags/intel_fc/10.0/xeon.safe \
config/optflags/intel_fc/10.0/intel_core2.safe \
config/optflags/intel_fc/10.0/intel_coreduo.aggressive \
config/optflags/intel_fc/10.0/opteron.standard \
config/optflags/intel_fc/10.0/xeon.aggressive \
config/optflags/intel_fc/10.0/pentium3.standard \
config/optflags/intel_fc/10.0/pentium4.safe \
config/optflags/intel_fc/10.0/intel_centrino.aggressive \
config/optflags/intel_fc/10.0/opteron.aggressive \
config/optflags/intel_fc/10.0/all.standard \
config/optflags/intel_fc/10.0/itanium1.safe \
config/optflags/intel_fc/10.0/all.safe \
config/optflags/intel_fc/all/all.aggressive \
config/optflags/intel_fc/all/all.standard \
config/optflags/intel_fc/all/all.safe \
config/optflags/intel_fc/7.1/all.aggressive \
config/optflags/intel_fc/7.1/pentium3.safe \
config/optflags/intel_fc/7.1/pentium4.aggressive \
config/optflags/intel_fc/7.1/pentium4.standard \
config/optflags/intel_fc/7.1/pentium3.aggressive \
config/optflags/intel_fc/7.1/pentium3.standard \
config/optflags/intel_fc/7.1/pentium4.safe \
config/optflags/intel_fc/7.1/all.standard \
config/optflags/intel_fc/7.1/all.safe \
config/optflags/intel_cxx/9.0/itanium1.standard \
config/optflags/intel_cxx/9.0/itanium2.aggressive \
config/optflags/intel_cxx/9.0/itanium2.standard \
config/optflags/intel_cxx/9.0/all.aggressive \
config/optflags/intel_cxx/9.0/pentium3.safe \
config/optflags/intel_cxx/9.0/pentium4.aggressive \
config/optflags/intel_cxx/9.0/pentium4.standard \
config/optflags/intel_cxx/9.0/pentium3.aggressive \
config/optflags/intel_cxx/9.0/itanium1.aggressive \
config/optflags/intel_cxx/9.0/itanium2.safe \
config/optflags/intel_cxx/9.0/pentium3.standard \
config/optflags/intel_cxx/9.0/pentium4.safe \
config/optflags/intel_cxx/9.0/all.standard \
config/optflags/intel_cxx/9.0/itanium1.safe \
config/optflags/intel_cxx/9.0/all.safe \
config/optflags/intel_cxx/9.1/itanium1.standard \
config/optflags/intel_cxx/9.1/itanium2.aggressive \
config/optflags/intel_cxx/9.1/intel_core2.standard \
config/optflags/intel_cxx/9.1/itanium2.standard \
config/optflags/intel_cxx/9.1/all.aggressive \
config/optflags/intel_cxx/9.1/pentium3.safe \
config/optflags/intel_cxx/9.1/intel_coreduo.safe \
config/optflags/intel_cxx/9.1/pentium4.aggressive \
config/optflags/intel_cxx/9.1/pentium4.standard \
config/optflags/intel_cxx/9.1/pentium3.aggressive \
config/optflags/intel_cxx/9.1/intel_core2.aggressive \
config/optflags/intel_cxx/9.1/itanium1.aggressive \
config/optflags/intel_cxx/9.1/itanium2.safe \
config/optflags/intel_cxx/9.1/intel_coreduo.standard \
config/optflags/intel_cxx/9.1/intel_core2.safe \
config/optflags/intel_cxx/9.1/intel_coreduo.aggressive \
config/optflags/intel_cxx/9.1/pentium3.standard \
config/optflags/intel_cxx/9.1/pentium4.safe \
config/optflags/intel_cxx/9.1/all.standard \
config/optflags/intel_cxx/9.1/itanium1.safe \
config/optflags/intel_cxx/9.1/all.safe \
config/optflags/intel_cxx/10.0/itanium1.standard \
config/optflags/intel_cxx/10.0/itanium2.aggressive \
config/optflags/intel_cxx/10.0/intel_core2.standard \
config/optflags/intel_cxx/10.0/itanium2.standard \
config/optflags/intel_cxx/10.0/all.aggressive \
config/optflags/intel_cxx/10.0/pentium3.safe \
config/optflags/intel_cxx/10.0/intel_coreduo.safe \
config/optflags/intel_cxx/10.0/pentium4.aggressive \
config/optflags/intel_cxx/10.0/pentium4.standard \
config/optflags/intel_cxx/10.0/pentium3.aggressive \
config/optflags/intel_cxx/10.0/intel_core2.aggressive \
config/optflags/intel_cxx/10.0/itanium1.aggressive \
config/optflags/intel_cxx/10.0/itanium2.safe \
config/optflags/intel_cxx/10.0/intel_coreduo.standard \
config/optflags/intel_cxx/10.0/intel_core2.safe \
config/optflags/intel_cxx/10.0/intel_coreduo.aggressive \
config/optflags/intel_cxx/10.0/pentium3.standard \
config/optflags/intel_cxx/10.0/pentium4.safe \
config/optflags/intel_cxx/10.0/all.standard \
config/optflags/intel_cxx/10.0/itanium1.safe \
config/optflags/intel_cxx/10.0/all.safe \
config/optflags/intel_cxx/all/all.aggressive \
config/optflags/intel_cxx/all/all.standard \
config/optflags/intel_cxx/all/all.safe \
config/optflags/pgi_fc/all/all.aggressive \
config/optflags/pgi_fc/all/all.standard \
config/optflags/pgi_fc/all/all.safe \
config/optflags/sun_cxx/all/opteron.safe \
config/optflags/sun_cxx/all/intel_core2.standard \
config/optflags/sun_cxx/all/all.aggressive \
config/optflags/sun_cxx/all/pentium3.safe \
config/optflags/sun_cxx/all/intel_coreduo.safe \
config/optflags/sun_cxx/all/pentium4.aggressive \
config/optflags/sun_cxx/all/pentium4.standard \
config/optflags/sun_cxx/all/pentium3.aggressive \
config/optflags/sun_cxx/all/intel_core2.aggressive \
config/optflags/sun_cxx/all/intel_coreduo.standard \
config/optflags/sun_cxx/all/intel_core2.safe \
config/optflags/sun_cxx/all/intel_coreduo.aggressive \
config/optflags/sun_cxx/all/opteron.standard \
config/optflags/sun_cxx/all/pentium3.standard \
config/optflags/sun_cxx/all/pentium4.safe \
config/optflags/sun_cxx/all/opteron.aggressive \
config/optflags/sun_cxx/all/all.standard \
config/optflags/sun_cxx/all/all.safe \
config/optflags/sun_cc/all/opteron.safe \
config/optflags/sun_cc/all/intel_core2.standard \
config/optflags/sun_cc/all/all.aggressive \
config/optflags/sun_cc/all/pentium3.safe \
config/optflags/sun_cc/all/intel_coreduo.safe \
config/optflags/sun_cc/all/pentium4.aggressive \
config/optflags/sun_cc/all/pentium4.standard \
config/optflags/sun_cc/all/pentium3.aggressive \
config/optflags/sun_cc/all/intel_core2.aggressive \
config/optflags/sun_cc/all/intel_coreduo.standard \
config/optflags/sun_cc/all/intel_core2.safe \
config/optflags/sun_cc/all/intel_coreduo.aggressive \
config/optflags/sun_cc/all/opteron.standard \
config/optflags/sun_cc/all/pentium3.standard \
config/optflags/sun_cc/all/pentium4.safe \
config/optflags/sun_cc/all/opteron.aggressive \
config/optflags/sun_cc/all/all.standard \
config/optflags/sun_cc/all/all.safe \
config/optflags/gcc_cc/3.3/all.aggressive \
config/optflags/gcc_cc/3.3/all.standard \
config/optflags/gcc_cc/3.3/all.safe \
config/optflags/gcc_cc/all/alphaev56.standard \
config/optflags/gcc_cc/all/athlon64.aggressive \
config/optflags/gcc_cc/all/powerpc64.safe \
config/optflags/gcc_cc/all/opteron.safe \
config/optflags/gcc_cc/all/alphaev56.safe \
config/optflags/gcc_cc/all/athlon64.standard \
config/optflags/gcc_cc/all/itanium1.standard \
config/optflags/gcc_cc/all/itanium2.aggressive \
config/optflags/gcc_cc/all/alphaev56.aggressive \
config/optflags/gcc_cc/all/intel_core2.standard \
config/optflags/gcc_cc/all/athlon.standard \
config/optflags/gcc_cc/all/powerpc.standard \
config/optflags/gcc_cc/all/itanium2.standard \
config/optflags/gcc_cc/all/powerpc.safe \
config/optflags/gcc_cc/all/powerpc.aggressive \
config/optflags/gcc_cc/all/all.aggressive \
config/optflags/gcc_cc/all/alphaev67.standard \
config/optflags/gcc_cc/all/athlon.safe \
config/optflags/gcc_cc/all/pentium3.safe \
config/optflags/gcc_cc/all/alphaev67.aggressive \
config/optflags/gcc_cc/all/intel_coreduo.safe \
config/optflags/gcc_cc/all/pentium4.aggressive \
config/optflags/gcc_cc/all/pentium4.standard \
config/optflags/gcc_cc/all/pentium3.aggressive \
config/optflags/gcc_cc/all/powerpc64.aggressive \
config/optflags/gcc_cc/all/intel_core2.aggressive \
config/optflags/gcc_cc/all/itanium1.aggressive \
config/optflags/gcc_cc/all/itanium2.safe \
config/optflags/gcc_cc/all/intel_coreduo.standard \
config/optflags/gcc_cc/all/intel_core2.safe \
config/optflags/gcc_cc/all/athlon.aggressive \
config/optflags/gcc_cc/all/athlon64.safe \
config/optflags/gcc_cc/all/intel_coreduo.aggressive \
config/optflags/gcc_cc/all/opteron.standard \
config/optflags/gcc_cc/all/alphaev67.safe \
config/optflags/gcc_cc/all/pentium3.standard \
config/optflags/gcc_cc/all/pentium4.safe \
config/optflags/gcc_cc/all/opteron.aggressive \
config/optflags/gcc_cc/all/powerpc64.standard \
config/optflags/gcc_cc/all/all.standard \
config/optflags/gcc_cc/all/itanium1.safe \
config/optflags/gcc_cc/all/all.safe \
config/optflags/intel_cc/9.0/itanium1.standard \
config/optflags/intel_cc/9.0/itanium2.aggressive \
config/optflags/intel_cc/9.0/itanium2.standard \
config/optflags/intel_cc/9.0/all.aggressive \
config/optflags/intel_cc/9.0/pentium3.safe \
config/optflags/intel_cc/9.0/pentium4.aggressive \
config/optflags/intel_cc/9.0/pentium4.standard \
config/optflags/intel_cc/9.0/pentium3.aggressive \
config/optflags/intel_cc/9.0/itanium1.aggressive \
config/optflags/intel_cc/9.0/itanium2.safe \
config/optflags/intel_cc/9.0/pentium3.standard \
config/optflags/intel_cc/9.0/pentium4.safe \
config/optflags/intel_cc/9.0/all.standard \
config/optflags/intel_cc/9.0/itanium1.safe \
config/optflags/intel_cc/9.0/all.safe \
config/optflags/intel_cc/9.1/itanium1.standard \
config/optflags/intel_cc/9.1/itanium2.aggressive \
config/optflags/intel_cc/9.1/intel_core2.standard \
config/optflags/intel_cc/9.1/itanium2.standard \
config/optflags/intel_cc/9.1/all.aggressive \
config/optflags/intel_cc/9.1/pentium3.safe \
config/optflags/intel_cc/9.1/intel_coreduo.safe \
config/optflags/intel_cc/9.1/pentium4.aggressive \
config/optflags/intel_cc/9.1/pentium4.standard \
config/optflags/intel_cc/9.1/pentium3.aggressive \
config/optflags/intel_cc/9.1/intel_core2.aggressive \
config/optflags/intel_cc/9.1/itanium1.aggressive \
config/optflags/intel_cc/9.1/itanium2.safe \
config/optflags/intel_cc/9.1/intel_coreduo.standard \
config/optflags/intel_cc/9.1/intel_core2.safe \
config/optflags/intel_cc/9.1/intel_coreduo.aggressive \
config/optflags/intel_cc/9.1/pentium3.standard \
config/optflags/intel_cc/9.1/pentium4.safe \
config/optflags/intel_cc/9.1/all.standard \
config/optflags/intel_cc/9.1/itanium1.safe \
config/optflags/intel_cc/9.1/all.safe \
config/optflags/intel_cc/10.0/itanium1.standard \
config/optflags/intel_cc/10.0/itanium2.aggressive \
config/optflags/intel_cc/10.0/intel_core2.standard \
config/optflags/intel_cc/10.0/itanium2.standard \
config/optflags/intel_cc/10.0/all.aggressive \
config/optflags/intel_cc/10.0/pentium3.safe \
config/optflags/intel_cc/10.0/intel_coreduo.safe \
config/optflags/intel_cc/10.0/pentium4.aggressive \
config/optflags/intel_cc/10.0/pentium4.standard \
config/optflags/intel_cc/10.0/pentium3.aggressive \
config/optflags/intel_cc/10.0/intel_core2.aggressive \
config/optflags/intel_cc/10.0/itanium1.aggressive \
config/optflags/intel_cc/10.0/itanium2.safe \
config/optflags/intel_cc/10.0/intel_coreduo.standard \
config/optflags/intel_cc/10.0/intel_core2.safe \
config/optflags/intel_cc/10.0/intel_coreduo.aggressive \
config/optflags/intel_cc/10.0/pentium3.standard \
config/optflags/intel_cc/10.0/pentium4.safe \
config/optflags/intel_cc/10.0/all.standard \
config/optflags/intel_cc/10.0/itanium1.safe \
config/optflags/intel_cc/10.0/all.safe \
config/optflags/intel_cc/all/all.aggressive \
config/optflags/intel_cc/all/all.standard \
config/optflags/intel_cc/all/all.safe \
config/optflags/generic_fc/all/all.aggressive \
config/optflags/generic_fc/all/all.standard \
config/optflags/generic_fc/all/all.safe \
config/optflags/generic_cxx/all/all.aggressive \
config/optflags/generic_cxx/all/all.standard \
config/optflags/generic_cxx/all/all.safe \
config/optflags/pathscale_fc/all/opteron.safe \
config/optflags/pathscale_fc/all/all.aggressive \
config/optflags/pathscale_fc/all/pentium4.aggressive \
config/optflags/pathscale_fc/all/pentium4.standard \
config/optflags/pathscale_fc/all/opteron.standard \
config/optflags/pathscale_fc/all/pentium4.safe \
config/optflags/pathscale_fc/all/opteron.aggressive \
config/optflags/pathscale_fc/all/all.standard \
config/optflags/pathscale_fc/all/all.safe \
config/optflags/ibm_cxx/all/powerpc64.safe \
config/optflags/ibm_cxx/all/powerpc.standard \
config/optflags/ibm_cxx/all/powerpc.safe \
config/optflags/ibm_cxx/all/powerpc.aggressive \
config/optflags/ibm_cxx/all/all.aggressive \
config/optflags/ibm_cxx/all/powerpc64.aggressive \
config/optflags/ibm_cxx/all/powerpc64.standard \
config/optflags/ibm_cxx/all/all.standard \
config/optflags/ibm_cxx/all/all.safe \
config/optflags/pathscale_cc/all/opteron.safe \
config/optflags/pathscale_cc/all/all.aggressive \
config/optflags/pathscale_cc/all/pentium4.aggressive \
config/optflags/pathscale_cc/all/pentium4.standard \
config/optflags/pathscale_cc/all/opteron.standard \
config/optflags/pathscale_cc/all/pentium4.safe \
config/optflags/pathscale_cc/all/opteron.aggressive \
config/optflags/pathscale_cc/all/all.standard \
config/optflags/pathscale_cc/all/all.safe \
config/optflags/mipspro_fc/all/all.aggressive \
config/optflags/mipspro_fc/all/all.standard \
config/optflags/mipspro_fc/all/all.safe \
config/optflags/fujitsu_fc/all/all.aggressive \
config/optflags/fujitsu_fc/all/all.standard \
config/optflags/fujitsu_fc/all/all.safe \
config/optflags/ibm_cc/all/powerpc64.safe \
config/optflags/ibm_cc/all/powerpc.standard \
config/optflags/ibm_cc/all/powerpc.safe \
config/optflags/ibm_cc/all/powerpc.aggressive \
config/optflags/ibm_cc/all/all.aggressive \
config/optflags/ibm_cc/all/powerpc64.aggressive \
config/optflags/ibm_cc/all/powerpc64.standard \
config/optflags/ibm_cc/all/all.standard \
config/optflags/ibm_cc/all/all.safe \
config/optflags/pathscale_cxx/all/opteron.safe \
config/optflags/pathscale_cxx/all/all.aggressive \
config/optflags/pathscale_cxx/all/pentium4.aggressive \
config/optflags/pathscale_cxx/all/pentium4.standard \
config/optflags/pathscale_cxx/all/opteron.standard \
config/optflags/pathscale_cxx/all/pentium4.safe \
config/optflags/pathscale_cxx/all/opteron.aggressive \
config/optflags/pathscale_cxx/all/all.standard \
config/optflags/pathscale_cxx/all/all.safe \
config/optflags/compaq_fc/all/alphaev56.standard \
config/optflags/compaq_fc/all/alphaev56.safe \
config/optflags/compaq_fc/all/alphaev56.aggressive \
config/optflags/compaq_fc/all/all.aggressive \
config/optflags/compaq_fc/all/alphaev67.standard \
config/optflags/compaq_fc/all/alphaev67.aggressive \
config/optflags/compaq_fc/all/alphaev67.safe \
config/optflags/compaq_fc/all/all.standard \
config/optflags/compaq_fc/all/all.safe \
config/optflags/gcc_fc/all/alphaev56.standard \
config/optflags/gcc_fc/all/athlon64.aggressive \
config/optflags/gcc_fc/all/powerpc64.safe \
config/optflags/gcc_fc/all/opteron.safe \
config/optflags/gcc_fc/all/alphaev56.safe \
config/optflags/gcc_fc/all/athlon64.standard \
config/optflags/gcc_fc/all/itanium1.standard \
config/optflags/gcc_fc/all/itanium2.aggressive \
config/optflags/gcc_fc/all/alphaev56.aggressive \
config/optflags/gcc_fc/all/intel_core2.standard \
config/optflags/gcc_fc/all/athlon.standard \
config/optflags/gcc_fc/all/powerpc.standard \
config/optflags/gcc_fc/all/itanium2.standard \
config/optflags/gcc_fc/all/powerpc.safe \
config/optflags/gcc_fc/all/powerpc.aggressive \
config/optflags/gcc_fc/all/all.aggressive \
config/optflags/gcc_fc/all/alphaev67.standard \
config/optflags/gcc_fc/all/athlon.safe \
config/optflags/gcc_fc/all/pentium3.safe \
config/optflags/gcc_fc/all/alphaev67.aggressive \
config/optflags/gcc_fc/all/intel_coreduo.safe \
config/optflags/gcc_fc/all/pentium4.aggressive \
config/optflags/gcc_fc/all/pentium4.standard \
config/optflags/gcc_fc/all/pentium3.aggressive \
config/optflags/gcc_fc/all/powerpc64.aggressive \
config/optflags/gcc_fc/all/intel_core2.aggressive \
config/optflags/gcc_fc/all/itanium1.aggressive \
config/optflags/gcc_fc/all/itanium2.safe \
config/optflags/gcc_fc/all/intel_coreduo.standard \
config/optflags/gcc_fc/all/intel_core2.safe \
config/optflags/gcc_fc/all/athlon.aggressive \
config/optflags/gcc_fc/all/athlon64.safe \
config/optflags/gcc_fc/all/intel_coreduo.aggressive \
config/optflags/gcc_fc/all/opteron.standard \
config/optflags/gcc_fc/all/alphaev67.safe \
config/optflags/gcc_fc/all/pentium3.standard \
config/optflags/gcc_fc/all/pentium4.safe \
config/optflags/gcc_fc/all/opteron.aggressive \
config/optflags/gcc_fc/all/powerpc64.standard \
config/optflags/gcc_fc/all/all.standard \
config/optflags/gcc_fc/all/itanium1.safe \
config/optflags/gcc_fc/all/all.safe \
config/optflags/compaq_cxx/all/alphaev56.standard \
config/optflags/compaq_cxx/all/alphaev56.safe \
config/optflags/compaq_cxx/all/alphaev56.aggressive \
config/optflags/compaq_cxx/all/all.aggressive \
config/optflags/compaq_cxx/all/alphaev67.standard \
config/optflags/compaq_cxx/all/alphaev67.aggressive \
config/optflags/compaq_cxx/all/alphaev67.safe \
config/optflags/compaq_cxx/all/all.standard \
config/optflags/compaq_cxx/all/all.safe \
config/optflags/ibm_fc/all/powerpc64.safe \
config/optflags/ibm_fc/all/powerpc.standard \
config/optflags/ibm_fc/all/powerpc.safe \
config/optflags/ibm_fc/all/powerpc.aggressive \
config/optflags/ibm_fc/all/all.aggressive \
config/optflags/ibm_fc/all/powerpc64.aggressive \
config/optflags/ibm_fc/all/powerpc64.standard \
config/optflags/ibm_fc/all/all.standard \
config/optflags/ibm_fc/all/all.safe \
config/optflags/open64_fc/all/opteron.safe \
config/optflags/open64_fc/all/all.aggressive \
config/optflags/open64_fc/all/xeon.standard \
config/optflags/open64_fc/all/pentium4.aggressive \
config/optflags/open64_fc/all/pentium4.standard \
config/optflags/open64_fc/all/xeon.safe \
config/optflags/open64_fc/all/opteron.standard \
config/optflags/open64_fc/all/xeon.aggressive \
config/optflags/open64_fc/all/pentium4.safe \
config/optflags/open64_fc/all/opteron.aggressive \
config/optflags/open64_fc/all/all.standard \
config/optflags/open64_fc/all/all.safe \
config/optflags/g95_fc/all/alphaev56.standard \
config/optflags/g95_fc/all/athlon64.aggressive \
config/optflags/g95_fc/all/powerpc64.safe \
config/optflags/g95_fc/all/opteron.safe \
config/optflags/g95_fc/all/alphaev56.safe \
config/optflags/g95_fc/all/athlon64.standard \
config/optflags/g95_fc/all/itanium1.standard \
config/optflags/g95_fc/all/itanium2.aggressive \
config/optflags/g95_fc/all/alphaev56.aggressive \
config/optflags/g95_fc/all/intel_core2.standard \
config/optflags/g95_fc/all/athlon.standard \
config/optflags/g95_fc/all/powerpc.standard \
config/optflags/g95_fc/all/itanium2.standard \
config/optflags/g95_fc/all/powerpc.safe \
config/optflags/g95_fc/all/powerpc.aggressive \
config/optflags/g95_fc/all/all.aggressive \
config/optflags/g95_fc/all/alphaev67.standard \
config/optflags/g95_fc/all/athlon.safe \
config/optflags/g95_fc/all/pentium3.safe \
config/optflags/g95_fc/all/alphaev67.aggressive \
config/optflags/g95_fc/all/intel_coreduo.safe \
config/optflags/g95_fc/all/pentium4.aggressive \
config/optflags/g95_fc/all/pentium4.standard \
config/optflags/g95_fc/all/pentium3.aggressive \
config/optflags/g95_fc/all/powerpc64.aggressive \
config/optflags/g95_fc/all/intel_core2.aggressive \
config/optflags/g95_fc/all/itanium1.aggressive \
config/optflags/g95_fc/all/itanium2.safe \
config/optflags/g95_fc/all/intel_coreduo.standard \
config/optflags/g95_fc/all/intel_core2.safe \
config/optflags/g95_fc/all/athlon.aggressive \
config/optflags/g95_fc/all/athlon64.safe \
config/optflags/g95_fc/all/intel_coreduo.aggressive \
config/optflags/g95_fc/all/opteron.standard \
config/optflags/g95_fc/all/alphaev67.safe \
config/optflags/g95_fc/all/pentium3.standard \
config/optflags/g95_fc/all/pentium4.safe \
config/optflags/g95_fc/all/opteron.aggressive \
config/optflags/g95_fc/all/powerpc64.standard \
config/optflags/g95_fc/all/all.standard \
config/optflags/g95_fc/all/itanium1.safe \
config/optflags/g95_fc/all/all.safe \
config/optflags/generic_cc/all/all.aggressive \
config/optflags/generic_cc/all/all.standard \
config/optflags/generic_cc/all/all.safe \
config/optflags/sun_fc/all/opteron.safe \
config/optflags/sun_fc/all/intel_core2.standard \
config/optflags/sun_fc/all/all.aggressive \
config/optflags/sun_fc/all/pentium3.safe \
config/optflags/sun_fc/all/intel_coreduo.safe \
config/optflags/sun_fc/all/pentium4.aggressive \
config/optflags/sun_fc/all/pentium4.standard \
config/optflags/sun_fc/all/pentium3.aggressive \
config/optflags/sun_fc/all/intel_core2.aggressive \
config/optflags/sun_fc/all/intel_coreduo.standard \
config/optflags/sun_fc/all/intel_core2.safe \
config/optflags/sun_fc/all/intel_coreduo.aggressive \
config/optflags/sun_fc/all/opteron.standard \
config/optflags/sun_fc/all/pentium3.standard \
config/optflags/sun_fc/all/pentium4.safe \
config/optflags/sun_fc/all/opteron.aggressive \
config/optflags/sun_fc/all/all.standard \
config/optflags/sun_fc/all/all.safe \
config/optflags/pgi_cxx/all/all.aggressive \
config/optflags/pgi_cxx/all/all.standard \
config/optflags/pgi_cxx/all/all.safe \
config/m4/do-not-edit-plugins.m4 config/m4/init.m4 \
config/m4/timing.m4 config/m4/files.m4 \
config/m4/do-not-edit-env.m4 config/m4/c.m4 \
config/m4/do-not-edit-debug.m4 config/m4/mpi.m4 \
config/m4/do-not-edit-autotools.m4 config/m4/prereqs.m4 \
config/m4/display.m4 config/m4/fortran.m4 \
config/m4/do-not-edit-corelibs.m4 config/m4/c++.m4 \
config/m4/do-not-edit-linalg.m4 config/m4/tricks.m4 \
config/m4/do-not-edit-output.m4 \
config/m4/do-not-edit-options.m4 \
config/m4/do-not-edit-optflags.m4 config/m4/native.m4 \
extras/matlab_data_analysis/mexData.c \
extras/matlab_data_analysis/data_analysis.help \
extras/matlab_data_analysis/EffMass.m \
extras/config/abinit_config.png extras/config/abinit_config.ui \
extras/config/abinit_config.mk extras/config/abinit_config.pro \
extras/bzr_helpers/make-bzr-patch \
extras/bzr_helpers/make-bzr-ignore extras/bzr_helpers/README \
extras/bzr_helpers/abinit-forge-branch \
extras/post_processing/dynamic_pol.f \
extras/post_processing/get_irreps.py \
extras/post_processing/ebands.f90 \
extras/post_processing/abinitRun.dtd \
extras/build/build-abinit.sh extras/logos/README \
extras/logos/abinit-logo-64x64.png \
extras/logos/abinit-logo-14x14.png \
extras/logos/abinit-logo-192x192.png util/misc/change_perl.sh \
util/misc/tokenize_file.py util/misc/abchk.pl \
util/misc/fixed_to_free util/misc/var-file-index.py \
util/windows/make.bat util/vms/crea_descrip_mms.F90 \
util/vms/vms_prepare_input.F90 util/vms/descrip.mms \
util/subs/iovars/make-sub-is_input_variable.pl \
util/subs/common/abinit_variables.pm \
util/developers/mkroutine.sh util/developers/markdown.pl \
util/README util/maintainers/abiauty.pl \
util/maintainers/abirules.pl util/maintainers/parents.pl \
util/maintainers/FT77to90.pl util/maintainers/dos_to_unix \
util/maintainers/make-optflags-defaults.sh \
util/maintainers/Makefile_testdir_binarypack \
util/maintainers/tests.env_bin \
util/maintainers/make-split-dist.sh util/maintainers/change.sh \
util/maintainers/Makefile_topdir_binarypack \
util/wrappers/abinit.py.in util/source/check-subs.pl \
util/source/list-cpp-options.py util/source/check-openmp.sh \
util/source/check-orphans.sh util/source/check-cpp-options.sh \
util/source/check-conflict-markers.py \
util/source/build-abinit-calltree.pl \
util/users/AbinitStructureViewer.py util/users/KptGrid_tag.xml \
util/users/class_ScrolledWidgetList.py \
util/users/Cell2Abinit.py \
util/users/AbinitBandStructureMaker.py \
util/users/Structure_tag.xml util/users/Sections.xml \
util/users/Calculation.xml util/users/chkinabi.pl \
util/users/Structure.xml util/users/Relaxation_tag.xml \
util/users/abi2xsf util/users/Relaxation.xml \
util/users/xmlTagger.py util/users/KptGrid.xml \
util/users/AbinitInputMaker.py util/users/Calculation_tag.xml \
KNOWN_PROBLEMS README.ChangeLog RELNOTES

#
---------------------------------------------------------------------------- #

# Generate binary tarball
abinit_binpkgdir = $(ABINIT_BINARY_PACKAGE)

#
---------------------------------------------------------------------------- #

#
# Targets for libabinit
#

# Set temporary directory
libabinit_tmpdir = tmp-libabinit-objects
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
am--refresh:
@:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
cd $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@
$(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@
$(am__depfiles_maybe);; \
esac;

$(top_builddir)/config.status: $(top_srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck

$(top_srcdir)/configure: $(am__configure_deps)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)

config.h: stamp-h1
@if test ! -f $@; then \
rm -f stamp-h1; \
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
else :; fi

stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: $(am__configure_deps)
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@

distclean-hdr:
-rm -f config.h stamp-h1
config.mk: $(top_builddir)/config.status $(srcdir)/config.mk.in
cd $(top_builddir) && $(SHELL) ./config.status $@
config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
cd $(top_builddir) && $(SHELL) ./config.status $@
config.sh: $(top_builddir)/config.status $(srcdir)/config.sh.in
cd $(top_builddir) && $(SHELL) ./config.status $@
config.dump: $(top_builddir)/config.status $(srcdir)/config.dump.in
cd $(top_builddir) && $(SHELL) ./config.status $@
config/wrappers/wrap-fc: $(top_builddir)/config.status
$(top_srcdir)/config/wrappers/wrap-fc.in
cd $(top_builddir) && $(SHELL) ./config.status $@

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"

$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
rev=''; for subdir in $$list; do \
if test "$$subdir" = "."; then :; else \
rev="$$subdir $$rev"; \
fi; \
done; \
rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS)
tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS)
ctags); \
done

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS

TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
\
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique

GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
$(am__remove_distdir)
test -d $(distdir) || mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir);
fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
distdir=`$(am__cd) $(distdir) && pwd`; \
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$top_distdir" \
distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c
>$(distdir).tar.gz
$(am__remove_distdir)

dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
$(am__remove_distdir)

dist-lzma: distdir
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
$(am__remove_distdir)

dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)

dist-shar: distdir
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__remove_distdir)

dist-zip: distdir
-rm -f $(distdir).zip
zip -rq $(distdir).zip $(distdir)
$(am__remove_distdir)

dist dist-all: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c
>$(distdir).tar.gz
$(am__remove_distdir)

# This target untars the dist file and tries a VPATH configuration. Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lzma*) \
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e
's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
&& $(MAKE) $(AM_MAKEFLAGS)
distuninstallcheck_dir="$$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck;
\
} || { rm -rf "$$dc_destdir"; exit 1; }) \
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
@cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
fi ; \
$(distuninstallcheck_listfiles) ; \
exit 1; } >&2
distcleancheck: distclean
@if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \
fi
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ;
\
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile config.h
installdirs: installdirs-recursive
installdirs-am:
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s
\
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive

clean-am: clean-generic mostlyclean-am

distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -f Makefile
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

info: info-recursive

info-am:

install-data-am:

install-dvi: install-dvi-recursive

install-exec-am:

install-html: install-html-recursive

install-info: install-info-recursive

install-man:

install-pdf: install-pdf-recursive

install-ps: install-ps-recursive

installcheck-am:

maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-generic

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am:

.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
install-strip

.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-generic \
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
distclean-generic distclean-hdr distclean-tags distcleancheck \
distdir distuninstallcheck dvi dvi-am html html-am info \
info-am install install-am install-data install-data-am \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-man install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am


# Tests
basic_tests:
cd $(top_builddir)/tests && $(MAKE) tests_in

# Let Automake know how to perform basic tests
check-local tests_in:
$(MAKE) basic_tests

test1 :
echo "Running built-in test 1"
cd tests ; $(PERL) ../$(top_srcdir)/tests/Scripts/run-basic-tests.pl
built-in 1 $(abinit_srcdir)

test2 :
echo "Running built-in test 2"
cd tests ; $(PERL) ../$(top_srcdir)/tests/Scripts/run-basic-tests.pl
built-in 2 $(abinit_srcdir)

test3 :
echo "Running built-in test 3"
cd tests ; $(PERL) ../$(top_srcdir)/tests/Scripts/run-basic-tests.pl
built-in 3 $(abinit_srcdir)

test4 :
echo "Running built-in test 4"
cd tests ; $(PERL) ../$(top_srcdir)/tests/Scripts/run-basic-tests.pl
built-in 4 $(abinit_srcdir)

test5 :
echo "Running built-in test 5"
cd tests ; $(PERL) ../$(top_srcdir)/tests/Scripts/run-basic-tests.pl
built-in 5 $(abinit_srcdir)

#
---------------------------------------------------------------------------- #

# Help
help:
@more $(top_srcdir)/doc/help_make/help_make_top

help_dev dev_help dev:
@more $(top_srcdir)/doc/help_make/help_make_top_dev

#
---------------------------------------------------------------------------- #

# Install Arch hooks for selected developers
arch_hooks:
@$(top_srcdir)/extras/arch_hooks/install-arch-hooks $(top_srcdir)

#
---------------------------------------------------------------------------- #

# robodoc-html-x.x.x.tar contains all html files produced by ROBODOC
robodoc:
rm -rf ,,robodoc robodoc-html && mkdir ,,robodoc
cp -rf src/defs src/[0-9]* src/main src/lib* ,,robodoc
cp config/robodoc/robodoc-html.rc ,,robodoc/robodoc.rc
cd ,,robodoc && rm defs/defs*.in && rm defs/defs*vms && rm
defs/interfaces* && robodoc > robodoc.log
mv -f ,,robodoc/www/robodoc robodoc-html
tardir=robodoc-html && \
$(am__tar) | GZIP=$(GZIP_ENV) gzip -c >robodoc-html-$(VERSION).tar.gz
rm -rf robodoc-html ,,robodoc

# infos_html-x.x.x.tar contains all html files needed for the Web site
infos_html:
-rm -fr infos_htm* ,infos*
cp -fr doc ,infos-$(VERSION)
cp util/misc/var-file-index.py ,infos-$(VERSION)
cp -fr KNOWN_PROBLEMS ,infos-$(VERSION)/known_problems
mkdir ,infos-$(VERSION)/Tests
mkdir ,infos-$(VERSION)/Tests/Test_fast
,infos-$(VERSION)/Tests/Test_v1 ,infos-$(VERSION)/Tests/Test_v2
mkdir ,infos-$(VERSION)/Tests/Test_v3 ,infos-$(VERSION)/Tests/Test_v4
,infos-$(VERSION)/Tests/Test_v5
cp -fr tests/fast/Input ,infos-$(VERSION)/Tests/Test_fast
cp -fr tests/v1/Input ,infos-$(VERSION)/Tests/Test_v1
cp -fr tests/v2/Input ,infos-$(VERSION)/Tests/Test_v2
cp -fr tests/v3/Input ,infos-$(VERSION)/Tests/Test_v3
cp -fr tests/v4/Input ,infos-$(VERSION)/Tests/Test_v4
cp -fr tests/v5/Input ,infos-$(VERSION)/Tests/Test_v5
cd ,infos-$(VERSION) ; python var-file-index.py
cp ,infos-$(VERSION)/developers/contributing.html ,infos-$(VERSION)
-rm -f ,infos-$(VERSION)/features/features.html
,infos-$(VERSION)/release_notes/release_notes.html
,infos-$(VERSION)/installation_notes/install.html
cp -fr
,infos-$(VERSION)/features/features_v$(ABINIT_VERSION_MAJOR).$(ABINIT_VERSION_MINOR).html
,infos-$(VERSION)/features/features.html
cp -fr
,infos-$(VERSION)/release_notes/rel*_v$(ABINIT_VERSION_MAJOR).$(ABINIT_VERSION_MINOR).html
,infos-$(VERSION)/release_notes/release_notes.html
cp -fr
,infos-$(VERSION)/inst*_notes/inst*_v$(ABINIT_VERSION_MAJOR).$(ABINIT_VERSION_MINOR).html
,infos-$(VERSION)/install_notes/install.html
tar -cvf infos_html-$(VERSION).tar \
,infos-$(VERSION)/Tests \
,infos-$(VERSION)/input_variables ,infos-$(VERSION)/users
,infos-$(VERSION)/tutorial ,infos-$(VERSION)/known_problems \
,infos-$(VERSION)/gallery/Plot1.jpg
,infos-$(VERSION)/gallery/pcpm.gif ,infos-$(VERSION)/gallery/mode.png \
,infos-$(VERSION)/*/*.css \
,infos-$(VERSION)/install_notes/install.html \
,infos-$(VERSION)/release_notes/release_notes.html \
,infos-$(VERSION)/features/features.html \
,infos-$(VERSION)/presentation/presentation.pdf
gzip infos_html-$(VERSION).tar
-rm -fr ,infos-$(VERSION)

#Run abilint
run_abilint :
python util/maintainers/abilint.py --graph=directories . .

# Prepare the theory documents
theory :
cd doc/theory ; \
latex geometry.tex ; latex geometry.tex ; dvips -f geometry.dvi >
geometry.ps ; ps2pdf geometry.ps ; \
latex 1WF.tex ; latex 1WF.tex ; dvips -f 1WF.dvi > 1WF.ps
; ps2pdf 1WF.ps ; \
latex set_WFs.tex ; latex set_WFs.tex ; dvips -f set_WFs.dvi >
set_WFs.ps ; ps2pdf set_WFs.ps ; \
latex noncol.tex ; latex noncol.tex ; dvips -f noncol.dvi >
noncol.ps ; ps2pdf noncol.ps ; \
rm -f *log *aux *dvi *ps
cd doc/macroave ; \
latex macroave.tex ; latex macroave.tex ; dvips -f macroave.dvi >
macroave.ps ; ps2pdf macroave.ps ; \
rm -f *log *aux *dvi *ps

# Prepare the presentation document
presentation :
cd doc/presentation ; \
latex presentation.tex ; latex presentation.tex ; dvips -f
presentation.dvi > presentation.ps ; ps2pdf presentation.ps ; \
rm -f *log *aux *dvi *ps ; \
gzip presentation.pdf

# For SMP machines. Before starting the -j4 option, one needs some
pre-compilation
# to avoid spurious effects :
# the parallel libraries cannot be made with -j4, because the mpif.h file
seem to be written/erased,
# so that there are erratic error reports (and stop of the make) claiming
mpif.h is not present.
# The only exception is src/21paral_md, where there is only one file (hence
no problem)
# So, in what follows the make of lib18seqparp.a is overlapped with the make
of all other sequential libs
# (o during some period of time, 5 compilations are run). It should
# not overlap with the make of lib21paral_mdp.a
multi:
cd prereqs/linalg && $(MAKE) all
# cd plugins/netcdf && $(MAKE) all
cd plugins/bigdft && $(MAKE) all
cd plugins/wannier90 && $(MAKE) all
# cd plugins/etsf_io && $(MAKE) all
# cd plugins/etsf_xc && $(MAKE) all
# cd plugins/fox && $(MAKE) all
# cd plugins/xmlf90 && $(MAKE) all
cd src/defs && $(MAKE) -j4
cd src/lib01hidempi && $(MAKE) liblib01hidempip.a
cd src/lib01fftnew && $(MAKE) liblib01fftnewp.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpip.a
cd src/13io_mpi && $(MAKE) lib13io_mpip.a
cd src/14poisson && $(MAKE) lib14poissonp.a
cd src/18seqpar && $(MAKE) lib18seqparp.a
$(MAKE) -j4

# For SMP machines that cannot execute "make multi" because of "make -j4".
Must be followed by the usual "make".
multi1:
cd src/12nlstrain ; $(MAKE)
multi2:
cd src/lib00macroav ; $(MAKE)
cd src/lib01hidempi ; $(MAKE)
cd src/lib01cg ; $(MAKE)
cd src/01manage_mpi ; $(MAKE)
cd src/12parser ; $(MAKE)
cd src/13psp ; $(MAKE)
cd src/13io_mpi ; $(MAKE)
cd src/13nonlocal ; $(MAKE)
cd src/13ionetcdf ; $(MAKE)
cd src/13iovars ; $(MAKE)
cd src/13paw ; $(MAKE)
cd src/13xc ; $(MAKE)
cd src/14bader ; $(MAKE)
cd src/14occeig ; $(MAKE)
cd src/15recursion ; $(MAKE)
cd src/15rsprc ; $(MAKE)
cd src/15common ; $(MAKE)
cd src/17lwf ; $(MAKE)
cd src/17ddb ; $(MAKE)
cd src/19cut3d ; $(MAKE)
multi3:
cd plugins/netcdf ; $(MAKE)
cd plugins/etsf_io ; $(MAKE)
cd src/lib01fftnew ; $(MAKE)
cd src/00basis ; $(MAKE)
cd src/11contract ; $(MAKE)
cd src/11util ; $(MAKE)
cd src/13recipspace ; $(MAKE)
cd src/13xml ; $(MAKE)
cd src/14poisson ; $(MAKE)
cd src/15gw ; $(MAKE)
cd src/16response ; $(MAKE)
cd src/18seqpar ; $(MAKE)
multi4:
cd plugins/linalg ; $(MAKE)
cd src/lib00numeric ; $(MAKE)
cd src/lib00numericf90 ; $(MAKE)
cd src/12ffts ; $(MAKE)
cd src/12geometry ; $(MAKE)
cd src/12spacepar ; $(MAKE)
cd src/14iowfdenpot ; $(MAKE)
cd src/14wfs ; $(MAKE)
cd src/16geomoptim ; $(MAKE)
cd src/17suscep ; $(MAKE)
cd src/21drive ; $(MAKE)
cd src/21rdm ; $(MAKE)

multi_alt:
cd src/defs ; $(MAKE)
$(MAKE) multi1 &
$(MAKE) multi2 &
$(MAKE) multi3 &
$(MAKE) multi4

check_list:
@cat $(top_srcdir)/doc/maintainers/check_list.txt

split_dist:
util/maintainers/make-split-dist.sh 1
tar -cvf abinitE-$(VERSION).tar abinit-$(VERSION)/tests/v*
rm -fr abinit-$(VERSION)/tests/v*
tar -cvf abinitD-$(VERSION).tar abinit-$(VERSION)/tests/Psps_for_tests
rm -fr abinit-$(VERSION)/tests/Psps_for_tests
tar -cvf abinitC-$(VERSION).tar abinit-$(VERSION)/tests
rm -fr abinit-$(VERSION)/tests
tar -cvf abinitB-$(VERSION).tar abinit-$(VERSION)/src
abinit-$(VERSION)/plugins
rm -fr abinit-$(VERSION)/src
rm -fr abinit-$(VERSION)/plugins
tar -cvf abinitA-$(VERSION).tar abinit-$(VERSION)
rm -fr abinit-$(VERSION)
gzip abinitA-$(VERSION).tar
gzip abinitB-$(VERSION).tar
gzip abinitC-$(VERSION).tar
gzip abinitD-$(VERSION).tar
gzip abinitE-$(VERSION).tar
binary_package:
-rm -rf $(abinit_binpkgdir) $(abinit_binpkgdir).tgz
mkdir -p $(abinit_binpkgdir)
$(MAKE) $(MAKEFLAGS) distdir && \
chmod -R u+w $(distdir) && \
mv $(distdir) $(abinit_binpkgdir)
$(MAKE) $(MAKEFLAGS) install DESTDIR=$(PWD)/$(abinit_binpkgdir)
mkdir -p $(abinit_binpkgdir)/$(abinit_datdir)
cd $(abinit_binpkgdir); \
mv $(distdir)/tests ./$(abinit_datdir); \
mv $(distdir)/util/users ./$(abinit_datdir); \
mv $(distdir)/extras/matlab_data_analysis ./$(abinit_datdir); \
mv $(distdir)/extras/post_processing ./$(abinit_datdir); \
rm -rf $(distdir); \
tardir=. && \
$(am__tar) | GZIP=$(GZIP_ENV) gzip -c >../$(abinit_binpkgdir).tgz

bin_prep:
rm -fr abinitbin-$(VERSION) abinitbin.tar abinitbin_seq-$(VERSION)*
abinitbin_seqpar-$(VERSION)*
mkdir abinitbin-$(VERSION)
tar -cvf abinitbin.tar AUTHORS COPYING INSTALL KNOWN_PROBLEMS NEWS
README* RELNOTES THANKS src \
doc extras util tests/Psps* tests/v*/Input tests/tutorial
tests/paral tests/buil* tests/Scripts tests/cpu
mv abinitbin.tar abinitbin-$(VERSION)
cd abinitbin-$(VERSION) ; tar -xvf abinitbin.tar ; \
rm -fr abinitbin.tar ; \
cd src ; rm -fr */*.a ; \
rm -fr 00*/*.F90 ; rm -fr 00*/*.o ; \
rm -fr 01*/*.F90 ; rm -fr 01*/*.o ; \
rm -fr 11*/*.F90 ; rm -fr 11*/*.o ; \
rm -fr 12*/*.F90 ; rm -fr 12*/*.o ; \
rm -fr 13*/*.F90 ; rm -fr 13*/*.o ; \
rm -fr 14*/*.F90 ; rm -fr 14*/*.o ; \
rm -fr 15*/*.F90 ; rm -fr 15*/*.o ; \
rm -fr 16*/*.F90 ; rm -fr 16*/*.o ; \
rm -fr 17*/*.F90 ; rm -fr 17*/*.o ; \
rm -fr 18*/*.F90 ; rm -fr 18*/*.o ; \
rm -fr 19*/*.F90 ; rm -fr 19*/*.o ; \
rm -fr */*.F90 ; rm -fr */*.o ; \
cd ../tests ; rm -fr */,* ; cd .. ; \
mkdir opt ; mv src/main/* opt ; rm -fr src ; \
cp ../util/maintainers/Makefile_topdir_binarypack Makefile ; \
cp ../util/maintainers/Makefile_testdir_binarypack tests/Makefile
; \
cp ../util/maintainers/tests.env_bin tests/tests.env

bin_seq: bin_prep
cd abinitbin-$(VERSION) ; rm -fr tests/paral opt/abi*nip
tar -cvf abinitbin_seq-$(VERSION).tar abinitbin-$(VERSION)
chmod 644 abinitbin_seq-$(VERSION).tar
gzip abinitbin_seq-$(VERSION).tar
rm -fr abinitbin-$(VERSION)

bin_seqpar: bin_prep
tar -cvf abinitbin_seqpar-$(VERSION).tar abinitbin-$(VERSION)
chmod 644 abinitbin_seqpar-$(VERSION).tar
gzip abinitbin_seqpar-$(VERSION).tar
cd abinitbin-$(VERSION) ; rm opt/abinip ; rm -fr tests/paral
tar -cvf abinitbin_seq-$(VERSION).tar abinitbin-$(VERSION)
chmod 644 abinitbin_seq-$(VERSION).tar
gzip abinitbin_seq-$(VERSION).tar
rm -fr abinitbin-$(VERSION)

#
---------------------------------------------------------------------------- #

#
# Individual targets for binaries
#

linalg:
cd prereqs/linalg && $(MAKE) all_targets
#linalg:
# @echo 'Not building the LINALG library'

bigdft:
cd plugins/bigdft && $(MAKE) all_targets
#bigdft:
# @echo 'Not building the BIGDFT library'

#netcdf:
# cd plugins/netcdf && $(MAKE) all_targets
netcdf:
@echo 'Not building the NETCDF library'

#etsf_io:
# cd plugins/etsf_io && $(MAKE) all_targets
etsf_io:
@echo 'Not building the ETSF_IO library'

#etsf_xc:
# cd plugins/etsf_xc && $(MAKE) all_targets
etsf_xc:
@echo 'Not building the ETSF_XC library'

#fox:
# cd plugins/fox && $(MAKE) all_targets
fox:
@echo 'Not building the FOX library'

wannier90:
cd plugins/wannier90 && $(MAKE) all_targets
#wannier90:
# @echo 'Not building the WANNIER90 library'

#xmlf90:
# cd plugins/xmlf90 && $(MAKE) all_targets
xmlf90:
@echo 'Not building the XMLF90 library'

# Individual build of abinis
abinis:
cd plugins/xmlf90 && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_xc && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/wannier90 && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01fftnew && $(MAKE) liblib01fftnews.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/lib01cg && $(MAKE) liblib01cg.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/11contract && $(MAKE) lib11contract.a
cd src/12spacepar && $(MAKE) lib12spacepar.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13psp && $(MAKE) lib13psp.a
cd src/12ffts && $(MAKE) lib12ffts.a
cd src/12nlstrain && $(MAKE) lib12nlstrain.a
cd src/13nonlocal && $(MAKE) lib13nonlocal.a
cd src/13xml && $(MAKE) lib13xml.a
cd src/13xc && $(MAKE) lib13xc.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/13paw && $(MAKE) lib13paw.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13iovars && $(MAKE) lib13iovars.a
cd src/13ionetcdf && $(MAKE) lib13ionetcdf.a
cd src/14poisson && $(MAKE) lib14poissons.a
cd src/14wfs && $(MAKE) lib14wfs.a
cd src/14wvl_wfs && $(MAKE) lib14wvl_wfs.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15rsprc && $(MAKE) lib15rsprc.a
cd src/15recursion && $(MAKE) lib15recursion.a
cd src/15common && $(MAKE) lib15common.a
cd src/15gw && $(MAKE) lib15gw.a
cd src/16geomoptim && $(MAKE) lib16geomoptim.a
cd src/16response && $(MAKE) lib16response.a
cd src/17suscep && $(MAKE) lib17suscep.a
cd src/18seqpar && $(MAKE) lib18seqpars.a
cd src/21rdm && $(MAKE) lib21rdm.a
cd src/21paral_md && $(MAKE) lib21paral_mds.a
cd src/21drive && $(MAKE) lib21drive.a
cd src/main && $(MAKE) abinis$(EXEEXT)

# Individual build of abinip
abinip:
cd plugins/xmlf90 && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_xc && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/wannier90 && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01fftnew && $(MAKE) liblib01fftnewp.a
cd src/lib01hidempi && $(MAKE) liblib01hidempip.a
cd src/lib01cg && $(MAKE) liblib01cg.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpip.a
cd src/11util && $(MAKE) lib11util.a
cd src/11contract && $(MAKE) lib11contract.a
cd src/12spacepar && $(MAKE) lib12spacepar.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13psp && $(MAKE) lib13psp.a
cd src/12ffts && $(MAKE) lib12ffts.a
cd src/12nlstrain && $(MAKE) lib12nlstrain.a
cd src/13nonlocal && $(MAKE) lib13nonlocal.a
cd src/13xml && $(MAKE) lib13xml.a
cd src/13xc && $(MAKE) lib13xc.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/13paw && $(MAKE) lib13paw.a
cd src/13io_mpi && $(MAKE) lib13io_mpip.a
cd src/13iovars && $(MAKE) lib13iovars.a
cd src/13ionetcdf && $(MAKE) lib13ionetcdf.a
cd src/14poisson && $(MAKE) lib14poissonp.a
cd src/14wfs && $(MAKE) lib14wfs.a
cd src/14wvl_wfs && $(MAKE) lib14wvl_wfs.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15rsprc && $(MAKE) lib15rsprc.a
cd src/15recursion && $(MAKE) lib15recursion.a
cd src/15common && $(MAKE) lib15common.a
cd src/15gw && $(MAKE) lib15gw.a
cd src/16geomoptim && $(MAKE) lib16geomoptim.a
cd src/16response && $(MAKE) lib16response.a
cd src/17suscep && $(MAKE) lib17suscep.a
cd src/18seqpar && $(MAKE) lib18seqparp.a
cd src/21rdm && $(MAKE) lib21rdm.a
cd src/21paral_md && $(MAKE) lib21paral_mdp.a
cd src/21drive && $(MAKE) lib21drive.a
cd src/main && $(MAKE) abinip$(EXEEXT)

# Individual build of mrgddb
mrgddb:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/16response && $(MAKE) lib16response.a
cd src/17ddb && $(MAKE) lib17ddb.a
cd src/main && $(MAKE) mrgddb$(EXEEXT)

# Individual build of mrggkk
mrggkk:
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/main && $(MAKE) mrggkk$(EXEEXT)

# Individual build of mrgscr
mrgscr:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/15gw && $(MAKE) lib15gw.a
cd src/main && $(MAKE) mrgscr$(EXEEXT)

# Individual build of anaddb
anaddb:
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13nonlocal && $(MAKE) lib13nonlocal.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14wfs && $(MAKE) lib14wfs.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15common && $(MAKE) lib15common.a
cd src/16response && $(MAKE) lib16response.a
cd src/17ddb && $(MAKE) lib17ddb.a
cd src/main && $(MAKE) anaddb$(EXEEXT)

# Individual build of aim
aim:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14bader && $(MAKE) lib14bader.a
cd src/main && $(MAKE) aim$(EXEEXT)

# Individual build of cut3d
cut3d:
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/11contract && $(MAKE) lib11contract.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/lib01fftnew && $(MAKE) liblib01fftnews.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/12spacepar && $(MAKE) lib12spacepar.a
cd src/12ffts && $(MAKE) lib12ffts.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13ionetcdf && $(MAKE) lib13ionetcdf.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13nonlocal && $(MAKE) lib13nonlocal.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15common && $(MAKE) lib15common.a
cd src/19cut3d && $(MAKE) lib19cut3d.a
cd src/main && $(MAKE) cut3d$(EXEEXT)

# Individual build of macroave
macroave:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/lib00macroav && $(MAKE) liblib00macroav.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/main && $(MAKE) macroave$(EXEEXT)

# Individual build of newsp
newsp:
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/11contract && $(MAKE) lib11contract.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/12ffts && $(MAKE) lib12ffts.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13nonlocal && $(MAKE) lib13nonlocal.a
cd src/13xml && $(MAKE) lib13xml.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/13ionetcdf && $(MAKE) lib13ionetcdf.a
cd src/13iovars && $(MAKE) lib13iovars.a
cd src/13ionetcdf && $(MAKE) lib13ionetcdf.a
cd src/14wfs && $(MAKE) lib14wfs.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15common && $(MAKE) lib15common.a
cd src/main && $(MAKE) newsp$(EXEEXT)

# Individual build of conducti
conducti:
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/14occeig && $(MAKE) lib14occeig.a
cd src/15gw && $(MAKE) lib15gw.a
cd src/15common && $(MAKE) lib15common.a
cd src/main && $(MAKE) conducti$(EXEEXT)

# Individual build of optic
optic:
cd plugins/bigdft && $(MAKE) all_targets
cd plugins/netcdf && $(MAKE) all_targets
cd plugins/etsf_io && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/15common && $(MAKE) lib15common.a
cd src/main && $(MAKE) optic$(EXEEXT)

# Individual build of lwf
lwf:
cd plugins/netcdf && $(MAKE) all_targets
cd prereqs/linalg && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/12parser && $(MAKE) lib12parser.a
cd src/17lwf && $(MAKE) lib17lwf.a
cd src/main && $(MAKE) lwf$(EXEEXT)

# Individual build of band2eps
band2eps:
cd src/defs && $(MAKE) libdefs.a
cd src/main && $(MAKE) band2eps$(EXEEXT)

# Individual build of abinetcdf
abinetcdf:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/main && $(MAKE) abinetcdf$(EXEEXT)

# Individual build of anascr
anascr:
cd plugins/netcdf && $(MAKE) all_targets
cd src/defs && $(MAKE) libdefs.a
cd src/lib00numeric && $(MAKE) liblib00numeric.a
cd src/lib01hidempi && $(MAKE) liblib01hidempis.a
cd src/00basis && $(MAKE) lib00basis.a
cd src/01manage_mpi && $(MAKE) lib01manage_mpis.a
cd src/11util && $(MAKE) lib11util.a
cd src/12geometry && $(MAKE) lib12geometry.a
cd src/13io_mpi && $(MAKE) lib13io_mpis.a
cd src/13recipspace && $(MAKE) lib13recipspace.a
cd src/14iowfdenpot && $(MAKE) lib14iowfdenpot.a
cd src/15gw && $(MAKE) lib15gw.a
cd src/main && $(MAKE) anascr$(EXEEXT)

# Main target
libabinit:
test ! -e "$(libabinit_tmpdir)"
$(MKDIR_P) $(libabinit_tmpdir)/seq $(libabinit_tmpdir)/par
$(MAKE) libabinis.a
$(MAKE) libabinip.a
rm -rf $(libabinit_tmpdir)

# Sequential libraries
libabinis.a:
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/defs/libdefs.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/lib00macroav/liblib00macroav.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/lib00numeric/liblib00numeric.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/lib01fftnew/liblib01fftnews.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/lib01cg/liblib01cg.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/lib01hidempi/liblib01hidempis.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/00basis/lib00basis.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/01manage_mpi/lib01manage_mpis.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/11util/lib11util.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/11contract/lib11contract.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/12spacepar/lib12spacepar.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/12parser/lib12parser.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/12geometry/lib12geometry.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/12ffts/lib12ffts.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/12nlstrain/lib12nlstrain.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13xml/lib13xml.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13xc/lib13xc.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13recipspace/lib13recipspace.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13paw/lib13paw.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13iovars/lib13iovars.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13nonlocal/lib13nonlocal.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13psp/lib13psp.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13ionetcdf/lib13ionetcdf.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/13io_mpi/lib13io_mpis.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14poisson/lib14poissons.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14wfs/lib14wfs.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14wvl_wfs/lib14wvl_wfs.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14iowfdenpot/lib14iowfdenpot.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14bader/lib14bader.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/14occeig/lib14occeig.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/15common/lib15common.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/15gw/lib15gw.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/15recursion/lib15recursion.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/15rsprc/lib15rsprc.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/16response/lib16response.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/16geomoptim/lib16geomoptim.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/17suscep/lib17suscep.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/17lwf/lib17lwf.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/17ddb/lib17ddb.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/18seqpar/lib18seqpars.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/19cut3d/lib19cut3d.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/21paral_md/lib21paral_mds.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/21drive/lib21drive.a
cd $(libabinit_tmpdir)/seq && $(AR) xv
$(abs_top_builddir)/src/21rdm/lib21rdm.a
$(AR) $(ARFLAGS) libabinis.a $(libabinit_tmpdir)/seq/*.$(OBJEXT)

# Parallel libraries
libabinip.a:
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/defs/libdefs.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/lib00macroav/liblib00macroav.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/lib00numeric/liblib00numeric.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/lib01fftnew/liblib01fftnewp.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/lib01cg/liblib01cg.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/lib01hidempi/liblib01hidempip.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/00basis/lib00basis.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/01manage_mpi/lib01manage_mpip.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/11util/lib11util.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/11contract/lib11contract.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/12spacepar/lib12spacepar.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/12parser/lib12parser.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/12geometry/lib12geometry.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/12ffts/lib12ffts.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/12nlstrain/lib12nlstrain.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13xml/lib13xml.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13xc/lib13xc.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13recipspace/lib13recipspace.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13paw/lib13paw.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13iovars/lib13iovars.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13nonlocal/lib13nonlocal.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13psp/lib13psp.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13ionetcdf/lib13ionetcdf.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/13io_mpi/lib13io_mpip.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14poisson/lib14poissonp.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14wfs/lib14wfs.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14wvl_wfs/lib14wvl_wfs.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14iowfdenpot/lib14iowfdenpot.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14bader/lib14bader.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/14occeig/lib14occeig.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/15common/lib15common.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/15gw/lib15gw.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/15recursion/lib15recursion.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/15rsprc/lib15rsprc.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/16response/lib16response.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/16geomoptim/lib16geomoptim.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/17suscep/lib17suscep.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/17lwf/lib17lwf.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/17ddb/lib17ddb.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/18seqpar/lib18seqparp.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/19cut3d/lib19cut3d.a
-cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/21paral_md/lib21paral_mdp.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/21drive/lib21drive.a
cd $(libabinit_tmpdir)/par && $(AR) xv
$(abs_top_builddir)/src/21rdm/lib21rdm.a
$(AR) $(ARFLAGS) libabinip.a $(libabinit_tmpdir)/par/*.$(OBJEXT)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
ABINIT

Give name for formatted input file:
c.in
Give name for formatted output file:
c.out
Give root name for generic input files:
ci
Give root name for generic output files:
co
Give root name for generic temporary files:
cx
-P-0000
-P-0000 isfile : WARNING -
-P-0000 Finds that output file c.out
-P-0000 already exists.
-P-0000 new name assigned:c.outA
-P-0000
-P-0003 leave_test : synchronization done...
-P-0011 leave_test : synchronization done...
-P-0002 leave_test : synchronization done...
-P-0007 leave_test : synchronization done...
-P-0000 leave_test : synchronization done...
-P-0005 leave_test : synchronization done...
-P-0001 leave_test : synchronization done...
-P-0004 leave_test : synchronization done...
-P-0008 leave_test : synchronization done...
-P-0010 leave_test : synchronization done...
-P-0009 leave_test : synchronization done...
-P-0006 leave_test : synchronization done...

.Version 5.6.3 of ABINIT
.(MPI version, prepared for a x86_64_linux_intel9.1 computer)

.Copyright (C) 1998-2008 ABINIT group .
ABINIT comes with ABSOLUTELY NO WARRANTY.
It is free software, and you are welcome to redistribute it
under certain conditions (GNU General Public License,
see ~abinit/COPYING or http://www.gnu.org/copyleft/gpl.txt).

ABINIT is a project of the Universite Catholique de Louvain,
Corning Inc. and other collaborators, see
~abinit/doc/developers/contributors.txt .
Please read ~abinit/doc/users/acknowledgments.html for suggested
acknowledgments of the ABINIT effort.
For more information, see http://www.abinit.org .

.Starting date : Mon 24 Nov 2008.

- input file -> c.in
- output file -> c.outA
- root for input files -> ci
- root for output files -> co

instrng : 105 lines of input have been read

iofn2 : Please give name of formatted atomic psp file
iofn2 : for atom type 1 , psp file is 6c.pspnc
read the values zionpsp= 4.0 , pspcod= 1 , lmax= 1

iofn2 : deduce mpsang = 2, n1xccc =2501.
-P-0000 leave_test : synchronization done...

invars1m : enter jdtset= 1
ingeo : takes atomic coordinates from input array xred
symspgr : the symmetry operation no. 1 is the identity
symspgr : the symmetry operation no. 2 is an inversion
symaxes : the symmetry operation no. 3 is a 2_1-axis
symplanes : the symmetry operation no. 4 is a mirror plane
symspgr : spgroup= 11 P2_1/m (=C2h^2)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
symkpt : found identity, with number 1
npfft, npband and npkpt 1 1 12
mpi_enreg%sizecart(1),np_fft 1 1
mpi_enreg%sizecart(2),np_band 1 1
mpi_enreg%sizecart(3),np_kpt 12 12
in initmpi_grid : me_fft, me_band, me_kpt are 0 0
0

distrb2: WARNING -
nproc_kpt= 12 >= nkpt= 8* nsppol= 1
The number of processors is larger than nkpt. This is a waste.
invars1: mkmem undefined in the input file. Use default mkmem = nkpt
invars1: With nkpt_me= 1 and mkmem = 8, ground state wf handled in
core.
Resetting mkmem to nkpt_me to save memory space.
invars1: mkqmem undefined in the input file. Use default mkqmem = nkpt
invars1: With nkpt_me= 1 and mkqmem = 8, ground state wf handled in
core.
Resetting mkqmem to nkpt_me to save memory space.
invars1: mk1mem undefined in the input file. Use default mk1mem = nkpt
invars1: With nkpt_me= 1 and mk1mem = 8, ground state wf handled in
core.
Resetting mk1mem to nkpt_me to save memory space.
invars1 : w90nplot= 0

invars1m : enter jdtset= 2
ingeo : takes atomic coordinates from input array xred
symspgr : the symmetry operation no. 1 is the identity
symspgr : the symmetry operation no. 2 is an inversion
symaxes : the symmetry operation no. 3 is a 2_1-axis
symplanes : the symmetry operation no. 4 is a mirror plane
symspgr : spgroup= 11 P2_1/m (=C2h^2)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
npfft, npband and npkpt 1 1 12
mpi_enreg%sizecart(1),np_fft 1 1
mpi_enreg%sizecart(2),np_band 1 1
mpi_enreg%sizecart(3),np_kpt 12 12
in initmpi_grid : me_fft, me_band, me_kpt are 0 0
0
invars1: mkmem undefined in the input file. Use default mkmem = nkpt
invars1: With nkpt_me= 2 and mkmem = 16, ground state wf handled in
core.
Resetting mkmem to nkpt_me to save memory space.
invars1: mkqmem undefined in the input file. Use default mkqmem = nkpt
invars1: With nkpt_me= 2 and mkqmem = 16, ground state wf handled in
core.
Resetting mkqmem to nkpt_me to save memory space.
invars1: mk1mem undefined in the input file. Use default mk1mem = nkpt
invars1: With nkpt_me= 2 and mk1mem = 16, ground state wf handled in
core.
Resetting mk1mem to nkpt_me to save memory space.
invars1 : w90nplot= 0

invars1m : enter jdtset= 3
ingeo : takes atomic coordinates from input array xred
symspgr : the symmetry operation no. 1 is the identity
symspgr : the symmetry operation no. 2 is an inversion
symaxes : the symmetry operation no. 3 is a 2_1-axis
symplanes : the symmetry operation no. 4 is a mirror plane
symspgr : spgroup= 11 P2_1/m (=C2h^2)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
npfft, npband and npkpt 1 1 12
mpi_enreg%sizecart(1),np_fft 1 1
mpi_enreg%sizecart(2),np_band 1 1
mpi_enreg%sizecart(3),np_kpt 12 12
in initmpi_grid : me_fft, me_band, me_kpt are 0 0
0
invars1: mkmem undefined in the input file. Use default mkmem = nkpt
invars1: With nkpt_me= 2 and mkmem = 16, ground state wf handled in
core.
Resetting mkmem to nkpt_me to save memory space.
invars1: mkqmem undefined in the input file. Use default mkqmem = nkpt
invars1: With nkpt_me= 2 and mkqmem = 16, ground state wf handled in
core.
Resetting mkqmem to nkpt_me to save memory space.
invars1: mk1mem undefined in the input file. Use default mk1mem = nkpt
invars1: With nkpt_me= 2 and mk1mem = 16, ground state wf handled in
core.
Resetting mk1mem to nkpt_me to save memory space.
invars1 : w90nplot= 0

invars1m : enter jdtset= 4
ingeo : takes atomic coordinates from input array xred
symspgr : the symmetry operation no. 1 is the identity
symspgr : the symmetry operation no. 2 is an inversion
symaxes : the symmetry operation no. 3 is a 2_1-axis
symplanes : the symmetry operation no. 4 is a mirror plane
symspgr : spgroup= 11 P2_1/m (=C2h^2)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
npfft, npband and npkpt 1 1 12
mpi_enreg%sizecart(1),np_fft 1 1
mpi_enreg%sizecart(2),np_band 1 1
mpi_enreg%sizecart(3),np_kpt 12 12
in initmpi_grid : me_fft, me_band, me_kpt are 0 0
0
invars1: mkmem undefined in the input file. Use default mkmem = nkpt
invars1: With nkpt_me= 2 and mkmem = 16, ground state wf handled in
core.
Resetting mkmem to nkpt_me to save memory space.
invars1: mkqmem undefined in the input file. Use default mkqmem = nkpt
invars1: With nkpt_me= 2 and mkqmem = 16, ground state wf handled in
core.
Resetting mkqmem to nkpt_me to save memory space.
invars1: mk1mem undefined in the input file. Use default mk1mem = nkpt
invars1: With nkpt_me= 2 and mk1mem = 16, ground state wf handled in
core.
Resetting mk1mem to nkpt_me to save memory space.
invars1 : w90nplot= 0

invars1m : enter jdtset= 5
ingeo : takes atomic coordinates from input array xred
symspgr : the symmetry operation no. 1 is the identity
symspgr : the symmetry operation no. 2 is an inversion
symaxes : the symmetry operation no. 3 is a 2_1-axis
symplanes : the symmetry operation no. 4 is a mirror plane
symspgr : spgroup= 11 P2_1/m (=C2h^2)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
npfft, npband and npkpt 1 1 12
mpi_enreg%sizecart(1),np_fft 1 1
mpi_enreg%sizecart(2),np_band 1 1
mpi_enreg%sizecart(3),np_kpt 12 12
in initmpi_grid : me_fft, me_band, me_kpt are 0 0
0
invars1: mkmem undefined in the input file. Use default mkmem = nkpt
invars1: With nkpt_me= 2 and mkmem = 16, ground state wf handled in
core.
Resetting mkmem to nkpt_me to save memory space.
invars1: mkqmem undefined in the input file. Use default mkqmem = nkpt
invars1: With nkpt_me= 2 and mkqmem = 16, ground state wf handled in
core.
Resetting mkqmem to nkpt_me to save memory space.
invars1: mk1mem undefined in the input file. Use default mk1mem = nkpt
invars1: With nkpt_me= 2 and mk1mem = 16, ground state wf handled in
core.
Resetting mk1mem to nkpt_me to save memory space.
invars1 : w90nplot= 0

DATASET 1 : space group P2_1/m (# 11); Bravais mP (primitive monocl.)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid
symkpt : found identity, with number 1

inkpts : istwfk preprocessed, gives following first values (max. 6): 1 1 1 1
1 1
chkneu : initialized the occupation numbers for occopt= 7
spin-unpolarized case :
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
For input ecut= 2.000000E+01 best grid ngfft= 80 80 20
max ecut= 2.202936E+01
getng: value of mgfft= 80 and nfft= 128000
getng: values of ngfft(4),ngfft(5),ngfft(6) 81 81 20
getmpw: optimal value of mpw= 6042

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.
memory : analysis of memory needs
================================================================================
Values of the parameters that define the memory need for DATASET 1.
intxc = 0 ionmov = 0 iscf = 5 xclevel =
1
lmnmax = 1 lnmax = 1 mband = 120 mffmem =
1
P mgfft = 80 mkmem = 1 mpssoang= 2 mpw =
6042
mqgrid = 3001 natom = 20 nfft = 128000 nkpt =
8
nloalg = 4 nspden = 1 nspinor = 1 nsppol =
1
nsym = 4 n1xccc = 2501 ntypat = 1 occopt =
7
================================================================================
P This job should need less than 44.630 Mbytes of memory.
Rough estimation (10% accuracy) of disk space for files :
WF disk file : 88.508 Mbytes ; DEN or POT disk file : 0.979 Mbytes.
================================================================================

Biggest array : cg(disk), with 11.0652 MBytes.
-P-0000 leave_test : synchronization done...
memana : allocated an array of 11.065 Mbytes, for testing purposes.
memana : allocated 44.630 Mbytes, for testing purposes.
The job will continue.

DATASET 2 : space group P2_1/m (# 11); Bravais mP (primitive monocl.)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid

inkpts : istwfk preprocessed, gives following first values (max. 6): 1 1 1 1
1 1
chkneu : initialized the occupation numbers for occopt= 7
spin-unpolarized case :
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
For input ecut= 2.000000E+01 best grid ngfft= 80 80 20
max ecut= 2.202936E+01
getng: value of mgfft= 80 and nfft= 128000
getng: values of ngfft(4),ngfft(5),ngfft(6) 81 81 20
getmpw: optimal value of mpw= 6042
getmpw: optimal value of mpw= 6042

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.
symq3 : found symmetry 1 preserves q
symq3 : found symmetry 1 + TimeReversal preserves q
symq3 : found symmetry 2 preserves q
symq3 : found symmetry 2 + TimeReversal preserves q
symq3 : found symmetry 3 preserves q
symq3 : found symmetry 3 + TimeReversal preserves q
symq3 : found symmetry 4 preserves q
symq3 : found symmetry 4 + TimeReversal preserves q
symq3 : able to use time-reversal symmetry.
(except for gamma, not yet able to use time-reversal symmetry)
memorf : analysis of memory needs
================================================================================
Values of the parameters that define the memory need for DATASET 2 (RF).
intxc = 0 iscf = 5 xclevel = 1 lmnmax =
1
lnmax = 1 mband = 120 mffmem = 1 mgfft =
80
P mkmem = 2 mkqmem = 2 mk1mem = 2 mpssoang=
2
mpw = 6042 mqgrid = 3001 natom = 20 nfft =
128000
nkpt = 16 nloalg = 4 nspden = 1 nspinor =
1
nsppol = 1 nsym = 4 n1xccc = 2501 ntypat =
1
occopt = 7
================================================================================
P This job should need less than 111.025 Mbytes of memory.
Rough estimation (10% accuracy) of disk space for files :
WF disk file : 177.014 Mbytes ; DEN or POT disk file : 0.979 Mbytes.
================================================================================

Biggest array : cg(disk), with 22.1285 MBytes.
-P-0000 leave_test : synchronization done...
memana : allocated an array of 22.128 Mbytes, for testing purposes.
memana : allocated 111.025 Mbytes, for testing purposes.
The job will continue.

DATASET 3 : space group P2_1/m (# 11); Bravais mP (primitive monocl.)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid

inkpts : istwfk preprocessed, gives following first values (max. 6): 1 1 1 1
1 1
chkneu : initialized the occupation numbers for occopt= 7
spin-unpolarized case :
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
For input ecut= 2.000000E+01 best grid ngfft= 80 80 20
max ecut= 2.202936E+01
getng: value of mgfft= 80 and nfft= 128000
getng: values of ngfft(4),ngfft(5),ngfft(6) 81 81 20
getmpw: optimal value of mpw= 6042
getmpw: optimal value of mpw= 6046

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.
symq3 : found symmetry 1 preserves q
symq3 : found symmetry 2 + TimeReversal preserves q
symq3 : found symmetry 3 preserves q
symq3 : found symmetry 4 + TimeReversal preserves q
memorf : analysis of memory needs
================================================================================
Values of the parameters that define the memory need for DATASET 3 (RF).
intxc = 0 iscf = 5 xclevel = 1 lmnmax =
1
lnmax = 1 mband = 120 mffmem = 1 mgfft =
80
P mkmem = 2 mkqmem = 2 mk1mem = 2 mpssoang=
2
mpw = 6046 mqgrid = 3001 natom = 20 nfft =
128000
nkpt = 16 nloalg = 4 nspden = 1 nspinor =
1
nsppol = 1 nsym = 4 n1xccc = 2501 ntypat =
1
occopt = 7
================================================================================
P This job should need less than 126.745 Mbytes of memory.
Rough estimation (10% accuracy) of disk space for files :
WF disk file : 177.131 Mbytes ; DEN or POT disk file : 0.979 Mbytes.
================================================================================

Biggest array : cg(disk), with 22.1431 MBytes.
-P-0000 leave_test : synchronization done...
memana : allocated an array of 22.143 Mbytes, for testing purposes.
memana : allocated 126.745 Mbytes, for testing purposes.
The job will continue.

DATASET 4 : space group P2_1/m (# 11); Bravais mP (primitive monocl.)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid

inkpts : istwfk preprocessed, gives following first values (max. 6): 1 1 1 1
1 1
chkneu : initialized the occupation numbers for occopt= 7
spin-unpolarized case :
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
For input ecut= 2.000000E+01 best grid ngfft= 80 80 20
max ecut= 2.202936E+01
getng: value of mgfft= 80 and nfft= 128000
getng: values of ngfft(4),ngfft(5),ngfft(6) 81 81 20
getmpw: optimal value of mpw= 6042
getmpw: optimal value of mpw= 6046

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.
symq3 : found symmetry 1 preserves q
symq3 : found symmetry 2 + TimeReversal preserves q
symq3 : found symmetry 3 preserves q
symq3 : found symmetry 4 + TimeReversal preserves q
memorf : analysis of memory needs
================================================================================
Values of the parameters that define the memory need for DATASET 4 (RF).
intxc = 0 iscf = 5 xclevel = 1 lmnmax =
1
lnmax = 1 mband = 120 mffmem = 1 mgfft =
80
P mkmem = 2 mkqmem = 2 mk1mem = 2 mpssoang=
2
mpw = 6046 mqgrid = 3001 natom = 20 nfft =
128000
nkpt = 16 nloalg = 4 nspden = 1 nspinor =
1
nsppol = 1 nsym = 4 n1xccc = 2501 ntypat =
1
occopt = 7
================================================================================
P This job should need less than 126.745 Mbytes of memory.
Rough estimation (10% accuracy) of disk space for files :
WF disk file : 177.131 Mbytes ; DEN or POT disk file : 0.979 Mbytes.
================================================================================

Biggest array : cg(disk), with 22.1431 MBytes.
-P-0000 leave_test : synchronization done...
memana : allocated an array of 22.143 Mbytes, for testing purposes.
memana : allocated 126.745 Mbytes, for testing purposes.
The job will continue.

DATASET 5 : space group P2_1/m (# 11); Bravais mP (primitive monocl.)
getkgrid : length of smallest supercell vector (bohr)= 1.861834E+01
Simple Lattice Grid

inkpts : istwfk preprocessed, gives following first values (max. 6): 1 1 1 1
1 1
chkneu : initialized the occupation numbers for occopt= 7
spin-unpolarized case :
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00 2.00
2.00 2.00 2.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
For input ecut= 2.000000E+01 best grid ngfft= 80 80 20
max ecut= 2.202936E+01
getng: value of mgfft= 80 and nfft= 128000
getng: values of ngfft(4),ngfft(5),ngfft(6) 81 81 20
getmpw: optimal value of mpw= 6042
getmpw: optimal value of mpw= 6042

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.
symq3 : found symmetry 1 preserves q
symq3 : found symmetry 1 + TimeReversal preserves q
symq3 : found symmetry 2 preserves q
symq3 : found symmetry 2 + TimeReversal preserves q
symq3 : found symmetry 3 preserves q
symq3 : found symmetry 3 + TimeReversal preserves q
symq3 : found symmetry 4 preserves q
symq3 : found symmetry 4 + TimeReversal preserves q
memorf : analysis of memory needs
================================================================================
Values of the parameters that define the memory need for DATASET 5 (RF).
intxc = 0 iscf = 5 xclevel = 1 lmnmax =
1
lnmax = 1 mband = 120 mffmem = 1 mgfft =
80
P mkmem = 2 mkqmem = 2 mk1mem = 2 mpssoang=
2
mpw = 6042 mqgrid = 3001 natom = 20 nfft =
128000
nkpt = 16 nloalg = 4 nspden = 1 nspinor =
1
nsppol = 1 nsym = 4 n1xccc = 2501 ntypat =
1
occopt = 7
================================================================================
P This job should need less than 126.699 Mbytes of memory.
Rough estimation (10% accuracy) of disk space for files :
WF disk file : 177.014 Mbytes ; DEN or POT disk file : 0.979 Mbytes.
================================================================================

Biggest array : cg(disk), with 22.1285 MBytes.
-P-0000 leave_test : synchronization done...
memana : allocated an array of 22.128 Mbytes, for testing purposes.
memana : allocated 126.699 Mbytes, for testing purposes.
The job will continue.
-outvars: echo values of preprocessed input variables --------
acell 1.8897261329E+00 1.8897261329E+00 1.8897261329E+00 Bohr
amu 1.20110000E+01
ecut 2.00000000E+01 Hartree
getwfk1 0
getwfk2 -1
getwfk3 1
getwfk4 1
getwfk5 1
iscf 5
jdtset 1 2 3 4 5
kpt1 5.00000000E-01 5.00000000E-01 3.12500000E-02
5.00000000E-01 5.00000000E-01 9.37500000E-02
5.00000000E-01 5.00000000E-01 1.56250000E-01
5.00000000E-01 5.00000000E-01 2.18750000E-01
5.00000000E-01 5.00000000E-01 2.81250000E-01
5.00000000E-01 5.00000000E-01 3.43750000E-01
5.00000000E-01 5.00000000E-01 4.06250000E-01
5.00000000E-01 5.00000000E-01 4.68750000E-01
kpt2 5.00000000E-01 5.00000000E-01 3.12500000E-02
5.00000000E-01 5.00000000E-01 9.37500000E-02
5.00000000E-01 5.00000000E-01 1.56250000E-01
5.00000000E-01 5.00000000E-01 2.18750000E-01
5.00000000E-01 5.00000000E-01 2.81250000E-01
5.00000000E-01 5.00000000E-01 3.43750000E-01
5.00000000E-01 5.00000000E-01 4.06250000E-01
5.00000000E-01 5.00000000E-01 4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.06250000E-01
5.00000000E-01 5.00000000E-01 -3.43750000E-01
5.00000000E-01 5.00000000E-01 -2.81250000E-01
5.00000000E-01 5.00000000E-01 -2.18750000E-01
5.00000000E-01 5.00000000E-01 -1.56250000E-01
5.00000000E-01 5.00000000E-01 -9.37500000E-02
5.00000000E-01 5.00000000E-01 -3.12500000E-02
kpt3 5.00000000E-01 5.00000000E-01 3.12500000E-02
5.00000000E-01 5.00000000E-01 9.37500000E-02
5.00000000E-01 5.00000000E-01 1.56250000E-01
5.00000000E-01 5.00000000E-01 2.18750000E-01
5.00000000E-01 5.00000000E-01 2.81250000E-01
5.00000000E-01 5.00000000E-01 3.43750000E-01
5.00000000E-01 5.00000000E-01 4.06250000E-01
5.00000000E-01 5.00000000E-01 4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.06250000E-01
5.00000000E-01 5.00000000E-01 -3.43750000E-01
5.00000000E-01 5.00000000E-01 -2.81250000E-01
5.00000000E-01 5.00000000E-01 -2.18750000E-01
5.00000000E-01 5.00000000E-01 -1.56250000E-01
5.00000000E-01 5.00000000E-01 -9.37500000E-02
5.00000000E-01 5.00000000E-01 -3.12500000E-02
kpt4 5.00000000E-01 5.00000000E-01 3.12500000E-02
5.00000000E-01 5.00000000E-01 9.37500000E-02
5.00000000E-01 5.00000000E-01 1.56250000E-01
5.00000000E-01 5.00000000E-01 2.18750000E-01
5.00000000E-01 5.00000000E-01 2.81250000E-01
5.00000000E-01 5.00000000E-01 3.43750000E-01
5.00000000E-01 5.00000000E-01 4.06250000E-01
5.00000000E-01 5.00000000E-01 4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.06250000E-01
5.00000000E-01 5.00000000E-01 -3.43750000E-01
5.00000000E-01 5.00000000E-01 -2.81250000E-01
5.00000000E-01 5.00000000E-01 -2.18750000E-01
5.00000000E-01 5.00000000E-01 -1.56250000E-01
5.00000000E-01 5.00000000E-01 -9.37500000E-02
5.00000000E-01 5.00000000E-01 -3.12500000E-02
kpt5 5.00000000E-01 5.00000000E-01 3.12500000E-02
5.00000000E-01 5.00000000E-01 9.37500000E-02
5.00000000E-01 5.00000000E-01 1.56250000E-01
5.00000000E-01 5.00000000E-01 2.18750000E-01
5.00000000E-01 5.00000000E-01 2.81250000E-01
5.00000000E-01 5.00000000E-01 3.43750000E-01
5.00000000E-01 5.00000000E-01 4.06250000E-01
5.00000000E-01 5.00000000E-01 4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.68750000E-01
5.00000000E-01 5.00000000E-01 -4.06250000E-01
5.00000000E-01 5.00000000E-01 -3.43750000E-01
5.00000000E-01 5.00000000E-01 -2.81250000E-01
5.00000000E-01 5.00000000E-01 -2.18750000E-01
5.00000000E-01 5.00000000E-01 -1.56250000E-01
5.00000000E-01 5.00000000E-01 -9.37500000E-02
5.00000000E-01 5.00000000E-01 -3.12500000E-02
kptrlen 1.86183378E+01
kptopt1 1
kptopt2 3
kptopt3 3
kptopt4 3
kptopt5 3
kptrlatt 1 0 0 0 1 0 0 0 16
P mkmem1 1
P mkmem2 2
P mkmem3 2
P mkmem4 2
P mkmem5 2
P mkqmem1 1
P mkqmem2 2
P mkqmem3 2
P mkqmem4 2
P mkqmem5 2
P mk1mem1 1
P mk1mem2 2
P mk1mem3 2
P mk1mem4 2
P mk1mem5 2
natom 20
nband1 120
nband2 120
nband3 120
nband4 120
nband5 120
nbdbuf1 0
nbdbuf2 2
nbdbuf3 2
nbdbuf4 2
nbdbuf5 2
ndtset 5
ngfft 80 80 20
nkpt1 8
nkpt2 16
nkpt3 16
nkpt4 16
nkpt5 16
nqpt1 0
nqpt2 1
nqpt3 1
nqpt4 1
nqpt5 1
nstep 100
nsym 4
ntypat 1
occ1 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
occ2 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
occ3 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
occ4 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
occ5 2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 2.000000 2.000000
2.000000 2.000000 2.000000 2.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
occopt 7
optdriver1 0
optdriver2 1
optdriver3 1
optdriver4 1
optdriver5 1
qpt1 0.00000000E+00 0.00000000E+00 0.00000000E+00
qpt2 0.00000000E+00 0.00000000E+00 0.00000000E+00
qpt3 0.00000000E+00 0.00000000E+00 1.66666667E-01
qpt4 0.00000000E+00 0.00000000E+00 3.33333333E-01
qpt5 0.00000000E+00 0.00000000E+00 5.00000000E-01
rfatpol1 1 1
rfatpol2 1 20
rfatpol3 1 20
rfatpol4 1 20
rfatpol5 1 20
rfdir1 0 0 0
rfdir2 1 1 1
rfdir3 1 1 1
rfdir4 1 1 1
rfdir5 1 1 1
rfphon1 0
rfphon2 1
rfphon3 1
rfphon4 1
rfphon5 1
rprim 1.0018800000E+01 0.0000000000E+00 0.0000000000E+00
-4.9262000000E+00 8.5324286882E+00 0.0000000000E+00
0.0000000000E+00 0.0000000000E+00 2.4395000000E+00
shiftk 5.00000000E-01 5.00000000E-01 5.00000000E-01
spgroup 11
symrel 1 0 0 0 1 0 0 0 1 -1 0 0 0 -1 0 0 0 -1
-1 0 0 0 -1 0 0 0 1 1 0 0 0 1 0 0 0 -1
tnons 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000
0.0000000
0.0000000 0.0000000 0.5000000 0.0000000 0.0000000
0.5000000
tolvrs1 1.00000000E-18
tolvrs2 1.00000000E-08
tolvrs3 1.00000000E-08
tolvrs4 1.00000000E-08
tolvrs5 1.00000000E-08
typat 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
wtk1 0.12500 0.12500 0.12500 0.12500 0.12500 0.12500
0.12500 0.12500
wtk2 0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250
wtk3 0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250
wtk4 0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250
wtk5 0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250 0.06250 0.06250
0.06250 0.06250 0.06250 0.06250
xangst 5.5779842870E+00 5.9093706085E+00 6.0987500000E-01
3.3626093262E+00 7.6086439001E+00 6.0987500000E-01
1.9415703681E+00 7.6295932065E+00 6.0987500000E-01
-8.4455405012E-01 4.7123097294E+00 6.0987500000E-01
-8.1242466015E-02 2.0257620442E+00 6.0987500000E-01
1.0490335520E+00 1.1624140240E+00 6.0987500000E-01
3.8409210891E+00 1.1138776618E+00 6.0987500000E-01
5.0121875122E+00 1.9140790692E+00 6.0987500000E-01
5.9633380269E+00 4.5394033966E+00 6.0987500000E-01
-3.6426283205E-01 6.0502461919E+00 6.0987500000E-01
8.0412487827E-02 6.6183496191E+00 1.8296250000E+00
5.1738424660E+00 6.5066666441E+00 1.8296250000E+00
1.7299906738E+00 9.2378478819E-01 1.8296250000E+00
3.1510296319E+00 9.0283548173E-01 1.8296250000E+00
4.0435664480E+00 7.3700146642E+00 1.8296250000E+00
-8.7073802690E-01 3.9930252916E+00 1.8296250000E+00
5.4568628320E+00 2.4821824963E+00 1.8296250000E+00
5.9371540501E+00 3.8201189589E+00 1.8296250000E+00
-4.8538428703E-01 2.6230580797E+00 1.8296250000E+00
1.2516789109E+00 7.4185510264E+00 1.8296250000E+00
xcart 1.0540862676E+01 1.1167092068E+01 1.1524967253E+00
6.3544107184E+00 1.4378253214E+01 1.1524967253E+00
3.6690362635E+00 1.4417841666E+01 1.1524967253E+00
-1.5959758591E+00 8.9049748418E+00 1.1524967253E+00
-1.5352601113E-01 3.8281354739E+00 1.1524967253E+00
1.9823861174E+00 2.1966441585E+00 1.1524967253E+00
7.2582889564E+00 2.1049237264E+00 1.1524967253E+00
9.4716617247E+00 3.6170852375E+00 1.1524967253E+00
1.1269075709E+01 8.5782292263E+00 1.1524967253E+00
-6.8835699296E-01 1.1433308339E+01 1.1524967253E+00
1.5195757966E-01 1.2506868232E+01 3.4574901759E+00
9.7771453155E+00 1.2295817995E+01 3.4574901759E+00
3.2692085859E+00 1.7457002554E+00 3.4574901759E+00
5.9545830409E+00 1.7061118035E+00 3.4574901759E+00
7.6412331869E+00 1.3927309311E+01 3.4574901759E+00
-1.6454564043E+00 7.5457242428E+00 3.4574901759E+00
1.0311976297E+01 4.6906451299E+00 3.4574901759E+00
1.1219595163E+01 7.2189786274E+00 3.4574901759E+00
-9.1724337169E-01 4.9568614014E+00 3.4574901759E+00
2.3653303479E+00 1.4019029743E+01 3.4574901759E+00
xred 8.9728919617E-01 6.9257779050E-01 2.5000000000E-01
7.7409090211E-01 8.9173249236E-01 2.5000000000E-01
6.3346089948E-01 8.9418774950E-01 2.5000000000E-01
1.8725787925E-01 5.5228234557E-01 2.5000000000E-01
1.0862895711E-01 2.3741915909E-01 2.5000000000E-01
1.7169257812E-01 1.3623483612E-01 2.5000000000E-01
4.4756045205E-01 1.3054637812E-01 2.5000000000E-01
6.1058026690E-01 2.2432992283E-01 2.5000000000E-01
8.5680558549E-01 5.3201773639E-01 2.5000000000E-01
3.1229772383E-01 7.0908839827E-01 2.5000000000E-01
3.8941973310E-01 7.7567007717E-01 7.5000000000E-01
8.9137104289E-01 7.6258084091E-01 7.5000000000E-01
2.2590909789E-01 1.0826750764E-01 7.5000000000E-01
3.6653910052E-01 1.0581225050E-01 7.5000000000E-01
8.2830742188E-01 8.6376516388E-01 7.5000000000E-01
1.4319441451E-01 4.6798226361E-01 7.5000000000E-01
6.8770227617E-01 2.9091160173E-01 7.5000000000E-01
8.1274212075E-01 4.4771765443E-01 7.5000000000E-01
1.0271080383E-01 3.0742220950E-01 7.5000000000E-01
5.5243954795E-01 8.6945362188E-01 7.5000000000E-01
znucl 6.00000

================================================================================
-P-0000 leave_test : synchronization done...

chkinp: machine precision is 2.2204460492503131E-16

chkinp: Checking input parameters for consistency, jdtset= 1.

chkinp: Checking input parameters for consistency, jdtset= 2.

chkinp: Checking input parameters for consistency, jdtset= 3.

chkinp: Checking input parameters for consistency, jdtset= 4.

chkinp: Checking input parameters for consistency, jdtset= 5.
-P-0000
-P-0000
================================================================================
-P-0000 == DATASET 1
==================================================================
-P-0000
dtsetcopy : copying area algalch the actual size ( 1) of the index (
1) differs from its standard size ( 0)
dtsetcopy : copying area istwfk the actual size ( 16) of the index (
1) differs from its standard size ( 8)
dtsetcopy : copying area kberry the actual size ( 20) of the index (
2) differs from its standard size ( 1)
dtsetcopy : copying area nband the actual size ( 16) of the index (
1) differs from its standard size ( 1)
dtsetcopy : copying area kpt the actual size ( 16) of the index (
2) differs from its standard size ( 8)
dtsetcopy : copying area kptns the actual size ( 16) of the index (
2) differs from its standard size ( 8)
dtsetcopy : copying area mixalch the actual size ( 1) of the index (
1) differs from its standard size ( 0)
dtsetcopy : copying area mixalch the actual size ( 1) of the index (
2) differs from its standard size ( 0)
dtsetcopy : copying area occ_orig the actual size ( 1920) of the index (
1) differs from its standard size ( 960)
dtsetcopy : copying area shiftk the actual size ( 8) of the index (
2) differs from its standard size ( 1)
dtsetcopy : copying area wtk the actual size ( 16) of the index (
1) differs from its standard size ( 8)

getdim_nloc : deduce lmnmax = 1, lnmax = 1,
lmnmaxso= 1, lnmaxso= 1.

distrb2: WARNING -
nproc_kpt= 12 >= nkpt= 8* nsppol= 1
The number of processors is larger than nkpt. This is a waste.
Unit cell volume ucvol= 1.4072971E+03 bohr^3
Angles (23,13,12)= 9.00000000E+01 9.00000000E+01 1.20000000E+02 degrees

getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 80 80 20
ecut(hartree)= 20.000 => boxcut(ratio)= 2.09902
-P-0000 leave_test : synchronization done...
kpgio: loop on k-points done in parallel
- pspatm: opening atomic psp file 6c.pspnc
Troullier-Martins psp for element C Thu Oct 27 17:29:33 EDT 1994
6.00000 4.00000 940714 znucl, zion, pspdat
1 1 1 1 2001 0.00000
pspcod,pspxc,lmax,lloc,mmax,r2well
0 10.372 24.987 1 1.4850707 l,e99.0,e99.9,nproj,rcpsp
0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2,
epsatm
1 15.431 21.987 0 1.4850707 l,e99.0,e99.9,nproj,rcpsp
0.00000000 0.00000000 0.00000000 0.00000000 rms, ekb1, ekb2,
epsatm
0.83985002509544 0.99012430797080 0.51184907750884
rchrg,fchrg,qchrg
pspatm: epsatm= 0.92590353
--- l ekb(1:nproj) -->
0 4.921466
pspatm: atomic psp has been read and splines computed

1.48144565E+03 ecore*ucvol(ha*bohr**3)
-P-0000 wfconv: 120 bands initialized randomly with npw= 6040, for ikpt=
1
-P-0000 leave_test : synchronization done...
newkpt: loop on k-points done in parallel
pareigocc : MPI_ALLREDUCE

setup2: Arith. and geom. avg. npw (full set) are 6014.000 6013.977
symatm: atom number 1 is reached starting at atom
1 19 19 1
symatm: atom number 2 is reached starting at atom
2 13 13 2
symatm: atom number 3 is reached starting at atom
3 14 14 3
symatm: atom number 4 is reached starting at atom
4 18 18 4
symatm: atom number 5 is reached starting at atom
5 12 12 5
symatm: atom number 6 is reached starting at atom
6 15 15 6
symatm: atom number 7 is reached starting at atom
7 20 20 7
symatm: atom number 8 is reached starting at atom
8 11 11 8
symatm: atom number 9 is reached starting at atom
9 16 16 9
symatm: atom number 10 is reached starting at atom
10 17 17 10
symatm: atom number 11 is reached starting at atom
11 8 8 11
symatm: atom number 12 is reached starting at atom
12 5 5 12
symatm: atom number 13 is reached starting at atom
13 2 2 13
symatm: atom number 14 is reached starting at atom
14 3 3 14
symatm: atom number 15 is reached starting at atom
15 6 6 15
symatm: atom number 16 is reached starting at atom
16 9 9 16
symatm: atom number 17 is reached starting at atom
17 10 10 17
symatm: atom number 18 is reached starting at atom
18 4 4 18
symatm: atom number 19 is reached starting at atom
19 1 1 19
symatm: atom number 20 is reached starting at atom
20 7 7 20
initro : for itypat= 1, take decay length= 0.7000,
initro : indeed, coreel= 2.0000, nval= 4 and densty= 0.0000E+00.

================================================================================

iter Etot(hartree) deltaE(h) residm vres2 diffor maxfor

getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 80 80 20
ecut(hartree)= 20.000 => boxcut(ratio)= 2.09902

ewald : nr and ng are 4 and 30

ITER STEP NUMBER 1
vtorho : nnsclo_now= 2, note that nnsclo,dbl_nnsclo,istep= 0 0 1
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.147641 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.993 0.019 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.987 0.022 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.998 1.959 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.988 1.851 0.102 0.004 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.991 1.949 1.466 0.376 0.024 0.012 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.962 1.886 1.188 0.649 0.101 0.058 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.970 1.942 1.863 0.146 0.130 0.053 0.032 0.017 0.002 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999 1.998
1.998 1.994 1.993 1.991 0.102 0.059 0.041 0.028 0.014 0.005 0.004 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.6343E-01 at reduced coord. 0.5750 0.8750 0.9000
, Minimum= 6.8377E-05 at reduced coord. 0.4750 0.4750 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.6343E-01 at reduced coord. 0.5750 0.8750 0.9000
, Minimum= 6.8377E-05 at reduced coord. 0.4750 0.4750 0.0500
ETOT 1 -120.28305733545 -1.203E+02 3.678E-02 5.209E+02 1.140E-02
1.140E-02
scprqt: <Vxc>= -3.4672457E-01 hartree
scfcge:
scfcge:istep-iline_cge-ilinmin lambda etot resid
scfcge: actual 1-0-0 0.0000E+00 -1.202830573355E+02 1.4195E+02

ITER STEP NUMBER 2
vtorho : nnsclo_now= 2, note that nnsclo,dbl_nnsclo,istep= 0 0 2
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.171939 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.021 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.985 0.024 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.957 0.036 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.987 1.842 0.092 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.993 1.942 1.463 0.341 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.967 1.877 1.212 0.617 0.102 0.053 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999
1.997 1.973 1.944 1.868 0.141 0.136 0.049 0.037 0.018 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.133 0.076 0.055 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4454E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 2.4073E-05 at reduced coord. 0.5125 0.4875 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4454E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 2.4073E-05 at reduced coord. 0.5125 0.4875 0.0500
ETOT 2 -120.48880291951 -2.057E-01 4.252E-03 4.800E+01 9.331E-03
2.166E-03
scprqt: <Vxc>= -3.5198332E-01 hartree
findmin : lambda_predict 1.0189E+00 etotal_predict -1.2048884159E+02
scfcge: actual 2-0-1 1.0000E+00 -1.204888029195E+02 5.4583E+00
scfcge: predict 1.0189E+00 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 2-1-0 0.0000E+00 -1.204888029195E+02 5.4583E+00

ITER STEP NUMBER 3
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 3
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.170568 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.022 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.993 1.941 1.469 0.339 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.877 1.212 0.616 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.867 0.141 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.132 0.073 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4546E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 2.6673E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4546E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 2.6673E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 3 -120.49029053708 -1.488E-03 1.944E-03 1.907E+01 1.006E-03
1.358E-03
scprqt: <Vxc>= -3.5250228E-01 hartree
nlinear, ilinear 1 1
compute new search direction
energy CG update : after 2D interpolation,
computation in the next plane

scfcge: actual 3-1-off 1.0000E+00 -1.204902905371E+02 1.5523E+00, end=4
scfcge:

ITER STEP NUMBER 4
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 4
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.173957 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.026 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.468 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.969 1.873 1.211 0.617 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999
1.997 1.973 1.943 1.867 0.144 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.075 0.055 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4563E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.0156E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4563E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.0156E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 4 -120.49075516139 -4.646E-04 7.544E-04 7.393E+00 6.847E-04
1.373E-03
scprqt: <Vxc>= -3.5313654E-01 hartree
nlinear, ilinear 1 0
compute new search direction
scfcge: actual 4-2-off 1.0000E+00 -1.204907551614E+02 2.7920E-01, end=2

ITER STEP NUMBER 5
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 5
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.174056 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.026 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.845 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.470 0.336 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.874 1.211 0.616 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.867 0.143 0.139 0.047 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.133 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4557E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.0489E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4557E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.0489E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 5 -120.49083163732 -7.648E-05 8.814E-04 5.716E+00 4.980E-04
1.338E-03
scprqt: <Vxc>= -3.5325966E-01 hartree
findmin : lambda_predict 7.6031E-01 etotal_predict -1.2049083168E+02
scfcge: actual 5-2-1 7.4724E-01 -1.204908316373E+02 3.2058E-01
scfcge: predict 7.6031E-01 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 5-3-0 0.0000E+00 -1.204908316373E+02 3.2058E-01

ITER STEP NUMBER 6
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 6
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.174031 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.026 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.092 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.469 0.336 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.874 1.213 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.868 0.143 0.139 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.055 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4532E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.1343E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4532E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.1343E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 6 -120.49086672806 -3.509E-05 4.543E-04 4.232E+00 3.776E-04
1.201E-03
scprqt: <Vxc>= -3.5325104E-01 hartree
nlinear, ilinear 1 1
compute new search direction
energy CG update : after 2D interpolation,
computation in the next plane

scfcge: actual 6-3-off 9.0744E-01 -1.204908667281E+02 1.3542E-01, end=4
scfcge:

ITER STEP NUMBER 7
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 7
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.174195 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.026 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.468 0.337 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.874 1.213 0.615 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.868 0.143 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4549E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.1996E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4549E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.1996E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 7 -120.49090958505 -4.286E-05 4.807E-04 2.613E+00 1.599E-04
1.203E-03
scprqt: <Vxc>= -3.5325770E-01 hartree
nlinear, ilinear 1 0
compute new search direction
scfcge: actual 7-4-off 9.0744E-01 -1.204909095851E+02 7.7249E-02, end=2

ITER STEP NUMBER 8
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 8
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.174433 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.468 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.874 1.213 0.616 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.868 0.143 0.137 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.033 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4562E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.3126E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4562E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.3126E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 8 -120.49092826259 -1.868E-05 2.665E-04 1.081E+00 2.235E-04
1.329E-03
scprqt: <Vxc>= -3.5326749E-01 hartree
findmin : lambda_predict 1.9808E+00 etotal_predict -1.2049092826E+02
scfcge: actual 8-4-1 1.9835E+00 -1.204909282626E+02 4.5986E-02
scfcge: predict 1.9808E+00 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 8-5-0 0.0000E+00 -1.204909282626E+02 4.5986E-02

ITER STEP NUMBER 9
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 9
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.174722 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.092 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.941 1.468 0.337 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.216 0.612 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.139 0.047 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4513E-01 at reduced coord. 0.5750 0.8750 0.9000
, Minimum= 3.3548E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4513E-01 at reduced coord. 0.5750 0.8750 0.9000
, Minimum= 3.3548E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 9 -120.49094799697 -1.973E-05 1.971E-04 4.788E-01 3.381E-04
1.195E-03
scprqt: <Vxc>= -3.5330835E-01 hartree
nlinear, ilinear 1 1
compute new search direction
energy CG update : after 2D interpolation,
computation in the next plane

scfcge: actual 9-5-off 1.0611E+00 -1.204909479970E+02 2.4007E-02, end=4
scfcge:

ITER STEP NUMBER 10
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 10
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175054 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.214 0.615 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.033 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4548E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4554E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4548E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4554E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 10 -120.49097605570 -2.806E-05 1.223E-04 2.434E-02 1.936E-04
1.241E-03
scprqt: <Vxc>= -3.5334941E-01 hartree
nlinear, ilinear 1 0
compute new search direction
scfcge: actual 10-6-off 1.0611E+00 -1.204909760557E+02 3.2167E-03, end=2

ITER STEP NUMBER 11
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 11
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175108 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.214 0.615 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.033 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4544E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4795E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4544E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4795E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 11 -120.49097710881 -1.053E-06 8.392E-05 1.807E-02 2.611E-05
1.233E-03
scprqt: <Vxc>= -3.5335994E-01 hartree
findmin : lambda_predict 1.1353E+00 etotal_predict -1.2049097711E+02
scfcge: actual 11-6-1 1.1353E+00 -1.204909771088E+02 3.1049E-03
scfcge: predict 1.1353E+00 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 11-7-0 0.0000E+00 -1.204909771088E+02 3.1049E-03

ITER STEP NUMBER 12
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 12
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175112 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.092 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.468 0.337 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.215 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4534E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4759E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4534E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4759E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 12 -120.49097774494 -6.361E-07 6.136E-05 4.625E-03 4.685E-05
1.252E-03
scprqt: <Vxc>= -3.5336446E-01 hartree
nlinear, ilinear 1 1
compute new search direction
energy CG update : after 2D interpolation,
computation in the next plane

scfcge: actual 12-7-off 1.0714E+00 -1.204909777449E+02 9.1894E-04, end=4
scfcge:

ITER STEP NUMBER 13
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 13
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175109 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.214 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4541E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4761E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4541E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4761E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 13 -120.49097844279 -6.978E-07 4.131E-05 2.535E-03 3.483E-05
1.239E-03
scprqt: <Vxc>= -3.5336484E-01 hartree
nlinear, ilinear 1 0
compute new search direction
scfcge: actual 13-8-off 1.0714E+00 -1.204909784428E+02 2.5822E-04, end=2

ITER STEP NUMBER 14
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 14
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175120 , with nelect= 80.000000
Number of bissection calls = 50
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.214 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4764E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4764E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 14 -120.49097852342 -8.063E-08 4.122E-05 2.142E-03 9.779E-06
1.241E-03
scprqt: <Vxc>= -3.5336700E-01 hartree
findmin : lambda_predict 1.0905E+00 etotal_predict -1.2049097852E+02
scfcge: actual 14-8-1 1.0909E+00 -1.204909785234E+02 1.7521E-04
scfcge: predict 1.0905E+00 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 14-9-0 0.0000E+00 -1.204909785234E+02 1.7521E-04

ITER STEP NUMBER 15
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 15
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175088 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.215 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4730E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4730E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 15 -120.49097856050 -3.708E-08 2.188E-05 1.259E-03 1.096E-05
1.248E-03
scprqt: <Vxc>= -3.5336241E-01 hartree
nlinear, ilinear 1 1
compute new search direction
energy CG update : after 2D interpolation,
computation in the next plane

scfcge: actual 15-9-off 1.0735E+00 -1.204909785605E+02 6.3657E-05, end=4
scfcge:

ITER STEP NUMBER 16
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 16
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175077 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.214 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4705E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4705E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 16 -120.49097858682 -2.631E-08 3.025E-05 6.172E-04 6.571E-06
1.243E-03
scprqt: <Vxc>= -3.5336029E-01 hartree
nlinear, ilinear 1 0
compute new search direction
scfcge: actual 16-10-off 1.0735E+00 -1.204909785868E+02 2.2449E-05, end=2

ITER STEP NUMBER 17
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 17
-P-0000 leave_test : synchronization done...
vtorho: loop on k-points and spins done in parallel
newocc : new Fermi energy is 0.175072 , with nelect= 80.000000
Number of bissection calls = 49
newocc : computed new occ. numbers for occopt= 7 , spin-unpolarized case.
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 1.992 0.023 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.999 1.986 0.025 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 1.997 1.958 0.038 0.001 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.999 1.986 1.844 0.093 0.003 0.001 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.994 1.940 1.467 0.338 0.021 0.009 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 1.968 1.875 1.215 0.614 0.102 0.052 0.002 0.001 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.998
1.997 1.973 1.943 1.869 0.142 0.138 0.048 0.036 0.017 0.003 0.001 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000
2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 2.000 1.999 1.999
1.998 1.995 1.993 1.990 0.134 0.074 0.054 0.034 0.017 0.004 0.003 0.001
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
-P-0000 leave_test : synchronization done...
mkrho: loop on k-points and spins done in parallel
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4696E-05 at reduced coord. 0.5125 0.5000 0.0500
Total charge density [el/Bohr^3]
, Maximum= 3.4539E-01 at reduced coord. 0.3875 0.1125 0.9000
, Minimum= 3.4696E-05 at reduced coord. 0.5125 0.5000 0.0500
ETOT 17 -120.49097859052 -3.705E-09 1.494E-05 5.491E-04 2.775E-06
1.246E-03
scprqt: <Vxc>= -3.5335923E-01 hartree
findmin : lambda_predict 1.0171E+00 etotal_predict -1.2049097859E+02
scfcge: actual 17-10-1 1.0175E+00 -1.204909785905E+02 1.7448E-05
scfcge: predict 1.0171E+00 suff. close => next line, ilinear= 1
scfcge:
scfcge: start 17-11-0 0.0000E+00 -1.204909785905E+02 1.7448E-05

ITER STEP NUMBER 18
vtorho : nnsclo_now= 1, note that nnsclo,dbl_nnsclo,istep= 0 0 18

Attachment: c.out
Description: Binary data

Attachment: c.in
Description: Binary data



  • [abinit-forum] Error in a parallel job, nicheal xu, 11/24/2008

Archive powered by MHonArc 2.6.15.

Top of Page