Hello,<br>        i tried with this arch and it compiled successfully. But when i ran the test jobs, it got stopped during the SCF cycle.( It hasn't done a single SCF step but it is runnning without any output) .<br>The arch. file that i used to compile the serial version is<br>
<br><br>Make file "Linux-x86-64-intel-jnc.sopt"<div class="im"><br>
<br>
CC       = cc<br>
CPP      =<br>
FC       = ifort<br></div>
LD       = ifort<div class="im"><br>
AR       = ar -r<br>
DFLAGS   = -D__INTEL -D__FFTSG -D_FFTW3<br></div>
# -D__FFTACML<br>
# -D_FFTSG<br>
INTEL_INC = -I/sfs1/intel_122009/Compiler/11.1/059/mkl/include -I/sfs3/home/amit/compilledpackages/fftw-3.2.2/installed/include<br>
INTEL_LIB = /sfs1/intel_122009/Compiler/11.1/059/mkl/lib/em64t<br>
MKLPATH  = /sfs1/intel_122009/Compiler/11.1/059/mkl/lib/em64t<br>
FFTW3_LIB = /sfs3/home/amit/compilledpackages/fftw-3.2.2/installed/lib<div class="im"><br>
CPPFLAGS = -C -traditional $(DFLAGS) -I$(INTEL_INC)<br></div>
FCFLAGS  = $(DFLAGS) -I$(INTEL_INC) -O2 -xW -heap-arrays 64 -fpp -free<br>
FCFLAGS2 = $(DFLAGS) -I$(INTEL_INC) -O1 -xW -heap-arrays 64 -fpp -free<br>
<br>
LDFLAGS  = $(FCFLAGS)<br>
LIBS     =  $(MKLPATH)/libmkl_solver_lp64.a -Wl,--start-group  $(MKLPATH)/libmkl_intel_lp64.a $(MKLPATH)/libmkl_sequential.a $(MKLPATH)/libmkl_core.a -Wl,--end-group -lpthread -lguide $(FFTW3_LIB)/libfftw3.a<div class="im">
<br></div><br>Any help?<br><br>Thank you,<br><br>Regards,<br>Sandeep kumar reddy<br><br><br><br><div class="gmail_quote">On Thu, Jan 7, 2010 at 5:36 AM, Jörg Saßmannshausen <span dir="ltr"><<a href="mailto:jorg.sassm...@strath.ac.uk">jorg.sassm...@strath.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Sandeep<br>
<br>
how does your arch file look like?<br>
<br>
Reading this:<br>
<a href="http://cvs.berlios.de/cgi-bin/viewcvs.cgi/cp2k/cp2k/INSTALL?view=markup&content-type=text%2Fvnd.viewcvs-markup&revision=HEAD" target="_blank">http://cvs.berlios.de/cgi-bin/viewcvs.cgi/cp2k/cp2k/INSTALL?view=markup&content-type=text%2Fvnd.viewcvs-markup&revision=HEAD</a><br>

<br>
I am wondering whether you might have forgotten to swap the -D__FFTW3 with<br>
the -D__FFTACML (as you are using the ACML FFT) flag.<br>
<br>
Just a guess of course ;-)<br>
<br>
All the best<br>
<br>
Jörg<br>
<div class="im"><br>
<br>
On Mittwoch 06 Januar 2010 Sandeep Kumar Reddy wrote:<br>
> Hello sir,<br>
>               When i try to compile with popt, I got these error.<br>
><br>
> mkl_sequential.a<br>
> /sfs1/intel_122009/Compiler/11.1/059/mkl/lib/em64t/libmkl_core.a<br>
> -Wl,--end-group -lpthread -lguide<br>
><br>
> /sfs3/home/amit/compilledpackages/CP2K/cp2k/makefiles/../lib/Linux-x86-64-intel-jnc/sopt/libcp2k_fft_lib.a(fftacml_lib.o)<br>
(.text+0xadf): In function `fftacml3d_':<br>
> : undefined reference to `zfft3dx_'<br>
><br>
> /sfs3/home/amit/compilledpackages/CP2K/cp2k/makefiles/../lib/Linux-x86-64-intel-jnc/sopt/libcp2k_fft_lib.a(fftacml_lib.o)<br>
(.text+0xb47): In function `fftacml3d_':<br>
> : undefined reference to `zfft3dx_'<br>
><br>
> /sfs3/home/amit/compilledpackages/CP2K/cp2k/makefiles/../lib/Linux-x86-64-intel-jnc/sopt/libcp2k_fft_lib.a(fftacml_lib.o)<br>
(.text+0xdb0): In function `fftacml1dm_':<br>
> : undefined reference to `zfft1mx_'<br>
><br>
> /sfs3/home/amit/compilledpackages/CP2K/cp2k/makefiles/../lib/Linux-x86-64-intel-jnc/sopt/libcp2k_fft_lib.a(fftacml_lib.o)<br>
(.text+0xe2b): In function `fftacml1dm_':<br>
> : undefined reference to `zfft1mx_'<br>
><br>
>    I don't know what this error means. Could you help me ?<br>
><br>
>  Regards,<br>
> Sandeep kumar reddy<br>
><br>
> On Wed, Jan 6, 2010 at 1:56 PM, Teodoro Laino<br>
</div>> <<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a><mailto:<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a>>> wrote: Hello,<br>
<div><div></div><div class="h5">><br>
> If I would be you I would first try to check if a popt works! If it is<br>
> working (with same compiler/libraries setup) then I would go for trying the<br>
> psmp.<br>
><br>
> Teo<br>
><br>
> Sandeep Kumar Reddy wrote:<br>
> Hello,<br>
><br>
>       Thank you for your quick reply. Following are the details about<br>
> compilers, arch etc.<br>
><br>
> Intel Compiler(ifort) Version : 10.1<br>
><br>
> My Arch File : "Linux-x86-64-intel.psmp"<br>
><br>
> # by default some intel compilers put temporaries on the stack<br>
> # this might lead to segmentation faults is the stack limit is set to low<br>
> # stack limits can be increased by sysadmins or e.g with ulimit -s 256000<br>
> # furthermore new ifort (10.0?) compilers support the option<br>
> # -heap-arrays 64<br>
> # add this to the compilation flags is the other options do not work<br>
> # The following settings worked for:<br>
> # - AMD64 Opteron<br>
> # - SUSE Linux Enterprise Server 10.0 (x86_64)<br>
> # - Intel(R) Fortran Compiler for Intel(R) EM64T-based applications,<br>
> Version 10.0 # - AMD acml library version 3.6.0<br>
> # - MPICH2-1.0.5p4<br>
> # - FFTW 3.1.2<br>
> #<br>
> CC       = cc<br>
> CPP      =<br>
> FC       = ifort -openmp -FR -O0<br>
> LD       = ifort -openmp -FR -O0<br>
> AR       = ar -r<br>
> DFLAGS   = -D__INTEL -D__FFTSG -D__FFTW3<br>
> CPPFLAGS = -C -traditional $(DFLAGS) -I$(INTEL_INC)<br>
> INTEL_INC= -I/sfs1/intel_012008/mkl/10.0.011/include<br>
> -I/sfs1/intel_012008/mkl/10.0.011/include/fftw INTEL_LIB=<br>
> /sfs1/intel_012008/mkl/10.0.011/lib/em64t<br>
> FCFLAGS  = $(DFLAGS) $(INTEL_INC) -heap-arrays 64<br>
> FCFLAGS2 = $(DFLAGS) $(INTEL_INC) -heap-arrays 64<br>
> LDFLAGS  = $(FCFLAGS) -i-static<br>
> MKLPATH  = /sfs1/intel_012008/mkl/10.0.011/lib/em64t/<br>
> LIBS     = -L$(MKLPATH) -lfftw3xf_intel $(MKLPATH)/libmkl_solver_lp64.a<br>
> -Wl,--start-group $(MKLPATH)/libmkl_intel_lp64.a<br>
> $(MKLPATH)/libmkl_intel_thread.a $(M KLPATH)/libmkl_core.a -Wl,--end-group<br>
> -openmp -lpthread<br>
><br>
> # $(INTEL_LIB)/libmkl_scalapack_lp64.a \<br>
><br>
> #           $(INTEL_LIB)/libmkl_core.a \<br>
><br>
> #           $(INTEL_LIB)/libfftw3.a<br>
><br>
> OBJECTS_ARCHITECTURE = machine_intel.o<br>
><br>
> graphcon.o: graphcon.F<br>
>      $(FC) -c $(FCFLAGS2) $<<br>
> Linux-jnc.psmp (END)<br>
><br>
><br>
> Regards,<br>
> Sandeep kumar reddy<br>
><br>
> On Wed, Jan 6, 2010 at 12:27 PM, Laino Teodoro<br>
> <<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a><mailto:<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a>><br>
</div></div><div><div></div><div class="h5">> <mailto:<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a><mailto:<a href="mailto:teodor...@gmail.com">teodor...@gmail.com</a>>>> wrote:<br>

><br>
>    Hello Sandeep,<br>
><br>
>    your executable is giving almost random numbers:<br>
><br>
><br>
>        1 P_Mix/Diag. 0.40E+00    0.3     1.96524988          -17.0390500821<br>
> -1.70E+01 2 P_Mix/Diag. 0.40E+00    0.4     1.17914993<br>
> -13.5426292836  3.50E+00 3 P_Mix/Diag. 0.40E+00    0.4     0.70748996<br>
>     -9.9067192962  3.64E+00 4 P_Mix/Diag. 0.40E+00    0.4     0.42449397<br>
>        -7.1955092465  2.71E+00 5 P_Mix/Diag. 0.40E+00    0.4     0.25469638<br>
>           -5.3903907002  1.81E+00<br>
><br>
>    while a correct executable should give more reasonable numbers:<br>
><br>
>        1 P_Mix/Diag. 0.40E+00    0.7     0.94986401          -17.0390500821<br>
> -1.70E+01 2 P_Mix/Diag. 0.40E+00    0.7     0.55704339<br>
> -17.1017974052 -6.27E-02 3 P_Mix/Diag. 0.40E+00    0.8     0.33374888<br>
>    -17.1395184934 -3.77E-02 4 P_Mix/Diag. 0.40E+00    0.8     0.19743634<br>
>       -17.1616212665 -2.21E-02 5 P_Mix/Diag. 0.40E+00    0.9     0.11691752<br>
>          -17.1746976329 -1.31E-02<br>
><br>
>    (Please check the 6th column)<br>
><br>
>     You need to provide your arch file, compiler, version, libraries<br>
>    and first of all look through all the past messages to see if<br>
>    somebody experienced the same problem you have (very probably you<br>
>    have a bugged compiler version or wrong libraries).<br>
><br>
>    Teo<br>
><br>
><br>
>    On 6 Jan 2010, at 07:47, Sandeep Kumar Reddy wrote:<br>
><br>
>        Hello,<br>
>                 Please help a new user of CP2K.  I am trying to learn<br>
>        CP2K. When i try to execute H2O.inp  given in tests directory<br>
>        of cp2k, the output file terminated after reading the contents<br>
>        of the input file. I am using a serial executable. Following<br>
>        is the input file.<br>
><br>
>        &FORCE_EVAL<br>
>         METHOD Quickstep<br>
>         &DFT<br>
>           &MGRID<br>
>             CUTOFF 280<br>
>           &END MGRID<br>
>           &QS<br>
>             EPS_DEFAULT 1.0E-12<br>
>           &END QS<br>
>           &SCF<br>
>             SCF_GUESS ATOMIC<br>
>             EPS_SCF 3.0E-7<br>
>             MAX_SCF 50<br>
>             &DIAGONALIZATION<br>
>                ALGORITHM STANDARD<br>
>             &END DIAGONALIZATION<br>
>           &END SCF<br>
>           &XC<br>
>             &XC_FUNCTIONAL BLYP<br>
>             &END XC_FUNCTIONAL<br>
>           &END XC<br>
>         &END DFT<br>
>         &SUBSYS<br>
>           &CELL<br>
>             ABC 5.0 5.0 5.0<br>
>           &END CELL<br>
>           &COORD<br>
>           O   0.000000    0.000000   -0.065587<br>
>           H   0.000000   -0.757136    0.520545<br>
>           H   0.000000    0.757136    0.520545<br>
>           &END COORD<br>
>           &KIND H<br>
>             BASIS_SET DZVP-GTH-BLYP<br>
>             POTENTIAL GTH-BLYP-q1<br>
>           &END KIND<br>
>           &KIND O<br>
>             BASIS_SET DZVP-GTH-BLYP<br>
>             POTENTIAL GTH-BLYP-q6<br>
>           &END KIND<br>
>         &END SUBSYS<br>
>        &END FORCE_EVAL<br>
>        &GLOBAL<br>
>         PROJECT H2O<br>
>         RUN_TYPE ENERGY_FORCE<br>
>         PRINT_LEVEL MEDIUM<br>
>        &END GLOBAL<br>
><br>
>        The  output file is<br>
>        ----------------------------<br>
><br>
>         SCF PARAMETERS         Density guess:<br>
>             ATOMIC --------------------------------------------------------<br>
> max_scf:                                                     50<br>
> max_scf_history:                                              0 max_diis:<br>
>                                                   4<br>
> -------------------------------------------------------- eps_scf:<br>
>                                     3.00E-07 eps_scf_history:<br>
>                         0.00E+00 eps_diis:<br>
>             1.00E-01 eps_eigval:<br>
> 1.00E-05 --------------------------------------------------------<br>
> level_shift [a.u.]:                                        0.00<br>
> -------------------------------------------------------- Mixing method:<br>
>                              DIRECT_P_MIXING<br>
> -------------------------------------------------------- No outer SCF<br>
><br>
>         PW_GRID: Information for grid number<br>
>                  1 PW_GRID: Cutoff [a.u.]<br>
>                         140.0 PW_GRID: spherical cutoff:<br>
>                                       NO PW_GRID:   Bounds   1<br>
> -27      26                       Points:          54 PW_GRID:   Bounds   2<br>
>            -27      26                       Points:          54 PW_GRID:<br>
> Bounds   3            -27      26                       Points:          54<br>
> PW_GRID: Volume element (a.u.^3)  0.5357E-02     Volume<br>
>        (a.u.^3)       843.5418<br>
>         PW_GRID: Grid span<br>
>          FULLSPACE<br>
><br>
>         PW_GRID: Information for grid number<br>
>                  2 PW_GRID: Cutoff [a.u.]<br>
>                          46.7 PW_GRID: spherical cutoff:<br>
>                                       NO PW_GRID:   Bounds   1<br>
> -15      14                       Points:          30 PW_GRID:   Bounds   2<br>
>            -15      14                       Points:          30 PW_GRID:<br>
> Bounds   3            -15      14                       Points:          30<br>
> PW_GRID: Volume element (a.u.^3)  0.3124E-01     Volume<br>
>        (a.u.^3)       843.5418<br>
>         PW_GRID: Grid span<br>
>          FULLSPACE<br>
><br>
>         PW_GRID: Information for grid number<br>
>                  3 PW_GRID: Cutoff [a.u.]<br>
>                          15.6 PW_GRID: spherical cutoff:<br>
>                                       NO PW_GRID:   Bounds   1<br>
> -9       8                       Points:          18 PW_GRID:   Bounds   2<br>
>            -9       8                       Points:          18 PW_GRID:<br>
> Bounds   3             -9       8                       Points:          18<br>
> PW_GRID: Volume element (a.u.^3)  0.1446         Volume<br>
>        (a.u.^3)       843.5418<br>
>         PW_GRID: Grid span<br>
>          FULLSPACE<br>
><br>
>         PW_GRID: Information for grid number<br>
>                  4 PW_GRID: Cutoff [a.u.]<br>
>                           5.2 PW_GRID: spherical cutoff:<br>
>                                       NO PW_GRID:   Bounds   1<br>
> -4       4                       Points:           9 PW_GRID:   Bounds   2<br>
>            -4       4                       Points:           9 PW_GRID:<br>
> Bounds   3             -4       4                       Points:           9<br>
> PW_GRID: Volume element (a.u.^3)   1.157         Volume<br>
>        (a.u.^3)       843.5418<br>
>         PW_GRID: Grid span<br>
>          FULLSPACE<br>
><br>
>         RS_GRID: Information for grid number<br>
>                  1 RS_GRID:   Bounds   1            -27      26<br>
>           Points:          54 RS_GRID:   Bounds   2            -27      26<br>
>                      Points:          54 RS_GRID:   Bounds   3<br>
> -27      26                       Points:          54<br>
><br>
>         RS_GRID: Information for grid number<br>
>                  2 RS_GRID:   Bounds   1            -15      14<br>
>           Points:          30 RS_GRID:   Bounds   2            -15      14<br>
>                      Points:          30 RS_GRID:   Bounds   3<br>
> -15      14                       Points:          30<br>
><br>
>         RS_GRID: Information for grid number<br>
>                  3 RS_GRID:   Bounds   1             -9       8<br>
>           Points:          18 RS_GRID:   Bounds   2             -9       8<br>
>                      Points:          18 RS_GRID:   Bounds   3<br>
> -9       8                       Points:          18<br>
><br>
>         RS_GRID: Information for grid number<br>
>                  4 RS_GRID:   Bounds   1             -4       4<br>
>           Points:           9 RS_GRID:   Bounds   2             -4       4<br>
>                      Points:           9 RS_GRID:   Bounds   3<br>
> -4       4                       Points:           9<br>
><br>
>         2D_CM| distribution_2d cost model info<br>
>         2D_CM| molecular_distribution<br>
>                 NO 2D_CM| account for symmetry<br>
>                           YES 2D_CM| cost model<br>
>                            BLOCK SURFACE<br>
><br>
>         2D_MC| Monte Carlo annealing to optimize the distribution_2d<br>
>         2D_MC| Number of moves<br>
>             400000 2D_MC| Number of annealing cycles<br>
>                            10 2D_MC| Number of reduction steps per cycle<br>
>                                        5 2D_MC| Reduction factor per step<br>
>                                        0.8000000000 2D_MC| Termination<br>
> tolerance                                              0.0200000000 2D_MC|<br>
> Maximum temperature<br>
> 0.5000000000 2D_MC| Swap probability<br>
>            0.9000000000 2D_MC| Number of processor rows<br>
>                                  1 2D_MC| Number of processor cols<br>
>                                             1 2D_MC| Number of elements<br>
>                                                        3 2D_MC| What do we<br>
> minimize                                            SMALLEST MAXIMUM 2D_MC|<br>
> Cost of optimal distribution<br>
> 374 2D_MC| Cost of found distribution<br>
>            374 2D_MC| Difference in percent<br>
>                         0<br>
><br>
><br>
>         DISTRIBUTION OF THE PARTICLES (ROWS)<br>
><br>
>         Process row   Number of particles      Number of matrix rows<br>
><br>
>                   0                     3                         -1<br>
><br>
>                 Sum                     3                         -1<br>
><br>
><br>
>         DISTRIBUTION OF THE PARTICLES (COLUMNS)<br>
><br>
>         Process col   Number of particles   Number of matrix columns<br>
><br>
>                   0                     3                         -1<br>
><br>
>                 Sum                     3                         -1<br>
><br>
>         DISTRIBUTION OF THE NEIGHBOR LISTS<br>
><br>
>         Total number of particle pairs:                          155<br>
>         Total number of matrix elements:                        9763<br>
>         Average number of particle pairs:                        155<br>
>         Maximum number of particle pairs:                        155<br>
>         Average number of matrix element:                       9763<br>
>         Maximum number of matrix elements:                      9763<br>
><br>
><br>
>         DISTRIBUTION OF THE OVERLAP MATRIX<br>
><br>
>         Number  of non-zero blocks:                                6<br>
>         Percentage non-zero blocks:                           100.00<br>
>         Average number of blocks per CPU:                          6<br>
>         Maximum number of blocks per CPU:                          6<br>
>         Average number of matrix elements per CPU:               374<br>
>         Maximum number of matrix elements per CPU:               374<br>
><br>
>         Number of electrons:<br>
>                  8 Number of occupied orbitals:<br>
>                             4 Number of molecular orbitals:<br>
>                                        4<br>
><br>
>         Number of orbital functions:<br>
>                 23 Number of independent orbital functions:<br>
>                            23<br>
><br>
>         Extrapolation method: initial_guess<br>
><br>
>         Atomic guess: The first density matrix is obtained in terms<br>
>        of atomic orbitals<br>
>                      and electronic configurations assigned to each<br>
>        atomic kind<br>
><br>
>         Guess for atomic kind: O<br>
><br>
>         Electronic structure<br>
>           Total number of core electrons<br>
>              2.00 Total number of valence electrons<br>
>                      6.00 Total number of electrons<br>
>                              8.00 Multiplicity<br>
>                             not specified S   [  2.00] 2.00<br>
>           P      4.00<br>
><br>
><br>
><br>
> ***************************************************************************<br>
>**** Iteration          Convergence                            Energy [au]<br>
> ***************************************************************************<br>
>**** 1         1.66618                            -14.807077685535 2<br>
> 2.18144                            -14.856922221361 3        0.941861E-01<br>
>                      -15.651433198989 4        0.311542E-02<br>
>        -15.652878316096 5        0.129713E-02<br>
> -15.652879617314 6        0.810331E-03<br>
> -15.652879783588 7        0.223809E-04<br>
> -15.652879889876 8        0.143180E-06<br>
> -15.652879889960<br>
><br>
>         Energy components [Hartree]           Total Energy ::<br>
>   -15.652879889960 Band Energy ::                  -2.992123709411 Kinetic<br>
> Energy ::                  11.832933160969 Core Energy ::<br>
> -26.139880136201 XC Energy ::                  -3.155492704318 Coulomb<br>
> Energy ::                  13.642492950559 Total Pseudopotential Energy ::<br>
>                -38.007855496846 Local Pseudopotential Energy ::<br>
>     -39.320898599300 Nonlocal Pseudopotential Energy ::<br>
> 1.313043102454 Confinement ::                   0.350421996757<br>
><br>
>         Orbital energies  State     L     Occupation   Energy[a.u.]<br>
>         Energy[eV]<br>
><br>
>                              1     0          2.000      -0.861204<br>
>        -23.434552 2     0          0.000       0.744977<br>
> 20.271849<br>
><br>
>                              1     1          4.000      -0.317429<br>
>         -8.637681 2     1          0.000       0.561513<br>
> 15.279549<br>
><br>
><br>
>         Guess for atomic kind: H<br>
><br>
>         Electronic structure<br>
>           Total number of core electrons<br>
>              0.00 Total number of valence electrons<br>
>                      1.00 Total number of electrons<br>
>                              1.00 Multiplicity<br>
>                             not specified S      1.00<br>
><br>
><br>
><br>
> ***************************************************************************<br>
>**** Iteration          Convergence                            Energy [au]<br>
> ***************************************************************************<br>
>**** 1        0.316896E-02                         -0.422453501026 2<br>
> 0.328845E-03                         -0.422462494147 3        0.113312E-06<br>
>                        -0.422462591984<br>
><br>
>         Energy components [Hartree]           Total Energy ::<br>
>    -0.422462591984 Band Energy ::                  -0.193030813655 Kinetic<br>
> Energy ::                   0.475635387250 Core Energy ::<br>
> -0.478998252516 XC Energy ::                  -0.248263936733 Coulomb<br>
> Energy ::                   0.304799597265 Total Pseudopotential Energy ::<br>
>                 -0.972153085242 Local Pseudopotential Energy ::<br>
>      -0.972153085242 Nonlocal Pseudopotential Energy ::<br>
> 0.000000000000 Confinement ::                   0.175194454757<br>
><br>
>         Orbital energies  State     L     Occupation   Energy[a.u.]<br>
>         Energy[eV]<br>
><br>
>                              1     0          1.000      -0.193031<br>
>         -5.252636 2     0          0.000       0.807984<br>
> 21.986353<br>
><br>
>         Re-scaling the density matrix to get the right number of<br>
>        electrons<br>
>                         # Electrons              Trace(P)<br>
>    Scaling factor 8                 8.002<br>
> 1.000<br>
><br>
><br>
>         SCF WAVEFUNCTION OPTIMIZATION<br>
><br>
>         Step     Update method      Time    Convergence         Total<br>
>        energy    Change<br>
><br>
> ---------------------------------------------------------------------------<br>
>---<br>
><br>
>         Total electronic density (r-space):          -7.9999999948<br>
>      0.0000000052 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      0.0000000052 Total charge density<br>
> (g-space):                                          0.0000000052 1<br>
> P_Mix/Diag. 0.40E+00    0.3     1.96524988              -17.0390500821<br>
> -1.70E+01<br>
><br>
>         Total electronic density (r-space):          -4.7999999969<br>
>      3.2000000031 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      3.2000000032 Total charge density<br>
> (g-space):                                          3.2000000032 2<br>
> P_Mix/Diag. 0.40E+00    0.4     1.17914993              -13.5426292836<br>
> 3.50E+00<br>
><br>
>         Total electronic density (r-space):          -2.8799999981<br>
>      5.1200000019 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      5.1200000019 Total charge density<br>
> (g-space):                                          5.1200000019 3<br>
> P_Mix/Diag. 0.40E+00    0.4     0.70748996               -9.9067192962<br>
> 3.64E+00<br>
><br>
>         Total electronic density (r-space):          -1.7279999989<br>
>      6.2720000011 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      6.2720000011 Total charge density<br>
> (g-space):                                          6.2720000011 4<br>
> P_Mix/Diag. 0.40E+00    0.4     0.42449397               -7.1955092465<br>
> 2.71E+00<br>
><br>
>         Total electronic density (r-space):          -1.0367999993<br>
>      6.9632000007 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      6.9632000007 Total charge density<br>
> (g-space):                                          6.9632000007 5<br>
> P_Mix/Diag. 0.40E+00    0.4     0.25469638               -5.3903907002<br>
> 1.81E+00<br>
><br>
>         Total electronic density (r-space):          -0.6220799996<br>
>      7.3779200004 Total core charge density (r-space):<br>
> 8.0000000000               0.0000000000 Total charge density (r-space):<br>
>                                      7.3779200004 Total charge density<br>
> (g-space):                                          7.3779200004 Aborted<br>
><br>
><br>
>        Could anyone help me please ?<br>
><br>
>        Thank you,<br>
>        Regards,<br>
>        Sandeep kumar reddy<br>
>        Molecular simulations lab,<br>
>        JNCASR<br>
><br>
>        --        You received this message because you are subscribed to<br>
> the Google Groups "cp2k" group.<br>
>        To post to this group, send email to<br>
> <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>><br>
</div></div>> <mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>>>.<br>
<div class="im">><br>
>        To unsubscribe from this group, send email to<br>
><br>
> <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a><mailto:<a href="mailto:cp2k%252Bu...@googlegroups.co">cp2k%2Bun...@googlegroups.co</a><br>
>m><br>
</div>> <mailto:<a href="mailto:unsub...@googlegroups.com">unsub...@googlegroups.com</a><mailto:<a href="mailto:unsub...@googlegroups.com">unsub...@googlegroups.com</a>>>.<br>
<div class="im">><br>
>        For more options, visit this group at<br>
>        <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
><br>
><br>
><br>
>    --<br>
>    You received this message because you are subscribed to the Google<br>
>    Groups "cp2k" group.<br>
>    To post to this group, send email to<br>
> <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>><br>
</div>> <mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>>>.<br>
<div class="im">><br>
>    To unsubscribe from this group, send email to<br>
><br>
> <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a><mailto:<a href="mailto:cp2k%252Bu...@googlegroups.co">cp2k%2Bun...@googlegroups.co</a><br>
>m><br>
</div>> <mailto:<a href="mailto:cp2k%252Bu...@googlegroups.com">cp2k%2Bun...@googlegroups.com</a><mailto:<a href="mailto:cp2k%25252B...@goo">cp2k%252Bunsubscribe@goo</a><br>
<div class="im">><a href="http://glegroups.com" target="_blank">glegroups.com</a>>>.<br>
><br>
>    For more options, visit this group at<br>
>    <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> Sandeep Kumar Reddy<br>
> Molecular Simulations Lab<br>
> Chemistry and Physics of Materials Unit JNCASR<br>
> Bangalore-560064<br>
> Ph: 080 22082809<br>
> ---------------------------------------------------------<br>
> Sometimes our ambitions get flop,<br>
> Sometimes our assumtions go wrong,<br>
> But our goal is still wating for us,<br>
> Let us be positive and be active,<br>
> Our life is simply what our thoughts makes it,<br>
> Why not we think  good, positive<br>
> and big and make our life<br>
> a Grand celebration.<br>
> Have a wonderful day.<br>
><br>
><br>
><br>
> ------------------------------------------------------------------------<br>
><br>
><br>
> --<br>
> You received this message because you are subscribed to the Google Groups<br>
> "cp2k" group. To post to this group, send email to<br>
</div>> <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>>. To unsubscribe from<br>
<div class="im">> this group, send email to<br>
> <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a><mailto:<a href="mailto:cp2k%252Bu...@googlegroups.co">cp2k%2Bun...@googlegroups.co</a><br>
</div>>m>. For more options, visit this group at<br>
<div class="im">> <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
><br>
><br>
> --<br>
> You received this message because you are subscribed to the Google Groups<br>
> "cp2k" group. To post to this group, send email to<br>
> <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a><mailto:<a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>>. To unsubscribe from<br>
> this group, send email to<br>
> <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a><mailto:<a href="mailto:cp2k%252Bu...@googlegroups.co">cp2k%2Bun...@googlegroups.co</a><br>
</div>>m>. For more options, visit this group at<br>
<div class="im">> <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> Sandeep Kumar Reddy<br>
> Molecular Simulations Lab<br>
> Chemistry and Physics of Materials Unit JNCASR<br>
> Bangalore-560064<br>
> Ph: 080 22082809<br>
> ---------------------------------------------------------<br>
> Sometimes our ambitions get flop,<br>
> Sometimes our assumtions go wrong,<br>
> But our goal is still wating for us,<br>
> Let us be positive and be active,<br>
> Our life is simply what our thoughts makes it,<br>
> Why not we think  good, positive<br>
> and big and make our life<br>
> a Grand celebration.<br>
> Have a wonderful day.<br>
<br>
<br>
<br>
--<br>
</div>*************************************************************<br>
Jörg Saßmannshausen<br>
Research Fellow<br>
University of Strathclyde<br>
Department of Pure and Applied Chemistry<br>
295 Cathedral St.<br>
Glasgow<br>
G1 1XL<br>
<br>
email: <a href="mailto:jorg.sassm...@strath.ac.uk">jorg.sassm...@strath.ac.uk</a><br>
web: <a href="http://sassy.formativ.net" target="_blank">http://sassy.formativ.net</a><br>
<br>
Please avoid sending me Word or PowerPoint attachments.<br>
See <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
<br>--<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
<br>
<br></blockquote></div><br><br clear="all"><br>-- <br> <br>Sandeep Kumar Reddy <br>Molecular Simulations Lab<br>Chemistry and Physics of Materials Unit JNCASR<br>Bangalore-560064<br>Ph: 080 22082809<br>---------------------------------------------------------<br>
Sometimes our ambitions get flop,<br>Sometimes our assumtions go wrong,<br>But our goal is still wating for us,<br>Let us be positive and be active,<br>Our life is simply what our thoughts makes it,<br>Why not we think  good, positive<br>
and big and make our life <br>a Grand celebration.<br>Have a wonderful day.<br><br><br>