²é¿´: 1505  |  »Ø¸´: 4

Ư¸¡µÄÝÇ

½ð³æ (СÓÐÃûÆø)


[½»Á÷] ¡¾ÇóÖú¡¿siesta½øÐÐordern¼ÆËã³ö´íÇóÖú

Cells per Processor =        0        4
  Cells per Processor =        1        0
  Cells per Processor =        2        4
  Cells per Processor =        3        0
  Cells per Processor =        4        4
  Cells per Processor =        5        0
  Cells per Processor =        6        4
  Cells per Processor =        7        0
  Cells per Processor =        8        4
  Cells per Processor =        9        0
  Cells per Processor =       10        4
  Cells per Processor =       11        0
  Cells per Processor =       12        4
  Cells per Processor =       13        0
  Cells per Processor =       14        4
  Cells per Processor =       15        0
  Cells per Processor =       16        0
  Cells per Processor =       17        0
  Cells per Processor =       18        0
  Cells per Processor =       19        0
  Cells per Processor =       20        0
  Cells per Processor =       21        0
  Cells per Processor =       22        0
  Cells per Processor =       23        0

Warning: Bad load balancing: no cells allocated to node           1
Try specifying a number of nodes that is
an exact factor of the number of cells:          32
ERROR STOP from Node:    0
ERROR STOP from Node:    0
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 17012 on
node node1 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
»Ø¸´´ËÂ¥

» ²ÂÄãϲ»¶

» ±¾Ö÷ÌâÏà¹Ø¼ÛÖµÌùÍÆ¼ö£¬¶ÔÄúͬÑùÓаïÖú:

» ÇÀ½ð±ÒÀ²£¡»ØÌû¾Í¿ÉÒԵõ½:

²é¿´È«²¿É¢½ðÌù

ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
Ư¸¡µÄÝÇ(½ð±Ò+1): ¾ÍÊÇÓÃifort11.1±àÒëµÄ 2011-04-14 18:07:45
zzy870720z: ллÌáʾ 2011-04-14 20:35:31
¸Ð¾õÊDZàÒëµÄÎÊÌ⣬½¨ÒéÓÃifort10.1ºÍMKL10.1À´±àÒ룬ÓÃifort11.1±àÒëµÄ»°¿ÉÄÜ»áÅöµ½ÕâÖÖÎÊÌâ¡£
3Â¥2011-04-14 16:54:16
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¡ï
zzy870720z(½ð±Ò+1): лл²¹³ä 2011-04-14 20:35:48
ʵÔÚÒªÓÃifort11.1À´±àÒëµÄ»°£¬¿ÉÒÔ°´ÕÕsiesta¹Ù·½ÍøÕ¾ÌṩµÄ½â¾ö°ì·¨À´±àÒ룬ÎҵľÍÊǰ´ËûµÄ·½·¨³É¹¦±àÒëµÄ£¬²¢ÐÐÔËËãûÓÐÎÊÌ⣬Äã¿ÉÒԲο¼Ò»Ï¡£

The Intel V11 compiler seems to have trouble compiling some of the constructs in the FoX library. We are working on finding workarounds, but for now it might be necessary to deactivate the FoX library in the Siesta building process. To do so, insert the line

DUMMY_FOX= --enable-dummy

in your arch.make file, and recompile Siesta (i.e, "make clean; make".

Deactivating the FoX library has two consequences:

--  No SystemLabel.xml file is produced

--  No pdos.xml file is produced, but the old-style xml file
    SystemLabel.PDOS is still produced (by the stand-alone wxml library
    which is still part of the Siesta distribution). The information
    in this file should be the same as in pdos.xml.

NOTE: Depending on the patch-level of your compiler, you might be able to compile the FoX library turning off optimization. To do so, make sure that an appropriate line

FFLAGS_DEBUG= -g -O0    # whatever options you might need

appears in the arch.make file, and replace the following
section in the main Makefile:

$(FoX_configured):
    (cd FoX; touch arch.make ; \
         CONFIGURE="$(VPATH)/FoX/configure"; \
         $$CONFIGURE VPATH="$(VPATH)/FoX" \
         FC="$(FC_SERIAL)" FCFLAGS="$(FFLAGS)" \
         --enable-wcml $(DUMMY_FOX) || false )

by

$(FoX_configured):
    (cd FoX; touch arch.make ; \
         CONFIGURE="$(VPATH)/FoX/configure"; \
         $$CONFIGURE VPATH="$(VPATH)/FoX" \
         FC="$(FC_SERIAL)" FCFLAGS="$(FFLAGS_DEBUG)" \
         --enable-wcml $(DUMMY_FOX) || false )

NOTE: Make sure that the space before "(cd FoX  " is actually a TAB.
4Â¥2011-04-14 18:36:58
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¡ï
zzy870720z(½ð±Ò+1): лл²¹³ä 2011-04-14 20:36:00
Ư¸¡µÄÝÇ(½ð±Ò+1): ÎÒÃǾÍÊÇÕâô±àÒëµÄ£¬ÎÒÏëÕÒÕÒ¿´ÓÐûÓÐÓÃÕâ¸öËãµÄÅóÓÑ£¬¼ÓÏÂqqÌÖÂÛ£¬±¾ÈËqq515919818 2011-04-15 09:52:45
Ò»£©Èç¹ûÄã¼á³ÖÒªÓÃintel ifort 11À´½øÐбàÒë¡£¿ÉÒÔ²ÉÈ¡ÈçÏ·½Ê½£¨siestaÍøÕ¾Ö÷Ò³Éϵķ½·¨£¬¼ûhttp://www.icmab.es/siesta/£©
ÔÚÉú³ÉµÄarch.makeÎļþÖÐмÓÈë
DUMMY_FOX= --enable-dummy
FFLAGS_DEBUG= -g -O2
¶øºóÔÚObjÎļþ¼ÐÖеÄmakefileÎļþÐ޸ĵÚ148-153ÐУ¬½«Õ⼸ÐÐд³ÉÈçÏÂÐÎʽ
$(FoX_configured):
(cd FoX; touch arch.make ; \
         CONFIGURE="$(VPATH)/FoX/configure"; \
         $$CONFIGURE VPATH="$(VPATH)/FoX" \
         FC="$(FC_SERIAL)" FCFLAGS="$(FFLAGS_DEBUG)" \
         --enable-wcml $(DUMMY_FOX) || false )
×¢Òâ(cd FoX; touch arch.make ; \ÕâÒ»ÐÐǰÊÇÒ»¸öTab¿Õ¸ñ£¬¶ø²»ÊÇÒ»¸öspace¿Õ¸ñ
½«ÕâÁ½¸öµØ·½Ð޸ĺúó£¬
make clen
make
Ö®ºóÉú³ÉµÄsiesta¿ÉÖ´ÐÐÎļþ²¢ÐмÆËã²»»á³öÏÖÎÊÌâ¡£µ«Òª×¢ÒâµÄÊÇ£¬arch.makeÎļþÖеÄÓÅ»¯¼¶±ðÊÇFFLAGS=-g -O2»òFFLAGS=-g -O1»òFFLAGS=-g -O0£¬²»ÄÜÊÇFFLAGS=-g -O3£¬ÎÒÊÔÁËÒ»ÏÂFFLAGS=-g -O3£¬·¢ÏÖ¼ÆËã¹ý³ÌÖгöÏÖÏÂÃæµÄ´íÎó
SPLIT: Orbitals with angular momentum L= 0

SPLIT: Basis orbitals for state 4s

   izeta = 1
                 lambda =    1.000000
                     rc =    6.000769
                 energy =   -0.359899
                kinetic =    0.368794
    potential(screened) =   -0.728693
       potential(ionic) =   -6.200046
WARNING: Minimum split_norm parameter:  0.52689. Will not be able to generate orbital with split_norm =  0.15000
See manual for new split options
ERROR STOP from Node:    0
µ±¸ÄÓÃFFLAGS=-g -O2ºÍFFLAGS=-g -O0»òFFLAGS=-g -O1Ö®ºóÔòûÓóöÏÖÀàËÆµÄ´íÎóÌáʾ£¬¾ßÌåÔ­ÒòÎÒ¾ÍûȥÉÁË¡£µ±È»²»Í¬µÄÓÅ»¯¼¶±ðÔÚ¼ÆËãʱ¼äÉÏ»áÓÐһЩ²îÒì¡£
±ÈÈçÓÃFFLAGS=-g -O2ʱ£¬ÔËÐÐʱ¼äÈçÏ£¨ÓõÄFe.fdfÀý×Ó£©
* Running on    8 nodes in parallel
>> Start of run:   6-DEC-2010  17:19:33
>> End of run:   6-DEC-2010  17:27:54
µ±¸ÄÓÃFFLAGS=-g -O0ʱ£¬ÔËÐÐʱ¼äÈçÏ£¨ÓõÄFe.fdfÀý×Ó£©
* Running on    8 nodes in parallel
>> Start of run:   6-DEC-2010  16:48:25
>> End of run:   6-DEC-2010  16:58:58

£¨¶þ£©Èç¹ûÄ㲻ʹÓÃifort11±àÒëÆ÷£¬¶øÊÇʹÓÃifort10»òÒÔϵİ汾£¬½¨ÒéÅäºÏʹÓÃopenmpiÀ´½øÐв¢ÐмÆËã¡£
1£©°²×°openmpi£¬Ïêϸ²½Ö費˵ÁË£¬Ö»ÊÇÔÚconfigureµÄʱºòÎÒʹÓõÄÊÇÈçϵÄÃüÁ
./configure --prefix=Òª°²×°µÄĿ¼ F77=ifort FC=ifort FCFLAGS=-em64t FFLAGS=-em64t
FCFLAGSºÍFFLAGSÊǸæËß±àÒëÆ÷ÓõÄÊÇ64λµÄ±àÒëÆ÷£¬Èç¹û»úÆ÷²»ÊÇ64λµÄ¾Í²»ÓÃÁË¡£
make
make install
°²×°Íê³Éºó»¹µÃÌí¼Ó»·¾³±äÁ¿£¬ÖÁÓÚÔõôÌí¼Ó£¬ÍøÉϺܶ࣬ËÑË÷һϾÍÖªµÀÁË¡£
2£©±àÒësiesta
²½Öè¾ÍдÁË£¬´ó¼Ò¶¼ÖªµÀ¡£ÏÂÃæÊÇÎÒµÄarch.makeÎļþ
#
# This file is part of the SIESTA package.
#
# Copyright (c) Fundacion General Universidad Autonoma de Madrid:
# E.Artacho, J.Gale, A.Garcia, J.Junquera, P.Ordejon, D.Sanchez-Portal
# and J.M.Soler, 1996- .
#
# Use of this software constitutes agreement with the full conditions
# given in the SIESTA license, as signed by all legitimate users.
#
.SUFFIXES:
.SUFFIXES: .f .F .o .a .f90 .F90

SIESTA_ARCH=x86_64-unknown-linux-gnu--unknown

FPP=
FPP_OUTPUT=
FC=mpif90
RANLIB=ranlib

SYS=nag

SP_KIND=4
DP_KIND=8
KINDS=$(SP_KIND) $(DP_KIND)

FFLAGS=-g -O2  #-i-static
FPPFLAGS= -DFC_HAVE_FLUSH -DFC_HAVE_ABORT -DMPI
LDFLAGS=
FFLAGS_DEBUG= -g -O2    # whatever options you might need,guohuazhong
DUMMY_FOX= --enable-dummy # whatever options you might need,guohuazhong

ARFLAGS_EXTRA=

FCFLAGS_fixed_f=
FCFLAGS_free_f90=
FPPFLAGS_fixed_F=
FPPFLAGS_free_F90=


BLAS_LIBS=-L/public/software/intel/Compiler/11.1/059/mkl/lib/em64t -lmkl_intel_lp64 -lmkl_sequential -lmkl_lapack -lmkl_core -lguide -pthread
LAPACK_LIBS=-L/public/software/intel/Compiler/11.1/059/mkl/lib/em64t -lmkl_sequential -lmkl_core -pthread
BLACS_LIBS=-L/public/software/intel/Compiler/11.1/059/mkl/lib/em64t -lmkl_blacs_openmpi_lp64 -pthread
SCALAPACK_LIBS=-L/public/software/intel/Compiler/11.1/059/mkl/lib/em64t -lmkl_scalapack_lp64 -pthread

COMP_LIBS=
COMP_LIBS=dc_lapack.a liblapack.a libblas.a ######guohuazhong screened

NETCDF_LIBS=
NETCDF_INTERFACE=

LIBS=$(SCALAPACK_LIBS) $(BLACS_LIBS) $(LAPACK_LIBS) $(BLAS_LIBS) $(NETCDF_LIBS)

#SIESTA needs an F90 interface to MPI
#This will give you SIESTA's own implementation
#If your compiler vendor offers an alternative, you may change
#to it here.
MPI_INTERFACE=libmpi_f90.a
MPI_INCLUDE=/public/software/mpi/openmpi1.4.2-intel/include

#Dependency rules are created by autoconf according to whether
#discrete preprocessing is necessary or not.
.F.o:
$(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_fixed_F)  $<
.F90.o:
$(FC) -c $(FFLAGS) $(INCFLAGS) $(FPPFLAGS) $(FPPFLAGS_free_F90) $<
.f.o:
$(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_fixed_f)  $<
.f90.o:
$(FC) -c $(FFLAGS) $(INCFLAGS) $(FCFLAGS_free_f90)  $<

±àÒë³É¹¦£¬×£ºÃÔË£¡
5Â¥2011-04-14 18:49:22
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¼òµ¥»Ø¸´
suyh2006302Â¥
2011-04-14 14:48   »Ø¸´  
Ïà¹Ø°æ¿éÌø×ª ÎÒÒª¶©ÔÄÂ¥Ö÷ Ư¸¡µÄÝÇ µÄÖ÷Ìâ¸üÐÂ
×î¾ßÈËÆøÈÈÌûÍÆ¼ö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[¿¼ÑÐ] 0703 ÎïÀí»¯Ñ§µ÷¼Á +3 ÎÒ¿ÉÒÔÉϰ¶µÄ¶Ô 2026-03-13 3/150 2026-03-15 17:32 by СÎïÀí»¯Ñ§
[¿¼ÑÐ] 0703»¯Ñ§µ÷¼Á£¬Çó¸÷λÀÏʦÊÕÁô +7 ÇïÓÐľ±± 2026-03-14 7/350 2026-03-15 17:30 by СÎïÀí»¯Ñ§
[¿¼ÑÐ] 0856ר˶279Çóµ÷¼Á +5 ¼ÓÓͼÓÓÍ£¡? 2026-03-15 5/250 2026-03-15 11:58 by 2020015
[¿¼ÑÐ] 265Çóµ÷¼Á +4 Íþ»¯±ý07 2026-03-12 4/200 2026-03-14 17:23 by userper
[¿¼ÑÐ] Ò»Ö¾Ô¸¹þ¹¤´ó²ÄÁÏ324·ÖÇóµ÷¼Á +5 ãÆÐñ¶« 2026-03-14 5/250 2026-03-14 14:53 by ľ¹Ï¸à
[¿¼ÑÐ] 293Çóµ÷¼Á +5 Éϰ಻׿ª 2026-03-09 5/250 2026-03-14 02:37 by JourneyLucky
[¿¼ÑÐ] ÔÆÄϲƾ­´óѧÐÅϢѧԺ¼ÆËã»úѧ˶ר˶ѧλµã +3 zjptai 2026-03-10 5/250 2026-03-14 01:23 by ·ÉÐÐçù
[¿¼ÑÐ] µ÷¼Á +3 13853210211 2026-03-10 3/150 2026-03-14 00:47 by JourneyLucky
[¿¼ÑÐ] 271Çóµ÷¼Á +10 ÉúÈçÏÄ»¨¡­ 2026-03-11 10/500 2026-03-14 00:35 by Âô±¨Ô±Ð¡Óê
[¿¼ÑÐ] 0805£¬333Çóµ÷¼Á +3 112253525 2026-03-10 3/150 2026-03-13 23:42 by JourneyLucky
[¿¼ÑÐ] Çóµ÷¼Á +5 Ò»¶¨ÓÐѧÉÏ- 2026-03-12 5/250 2026-03-13 18:31 by ms629
[¿¼ÑÐ] ¡¾0856¡¿»¯Ñ§¹¤³Ì£¨085602£©313 ·Ö£¬±¾¿ÆÑ§¿ÆÆÀ¹ÀAÀàԺУ»¯Ñ§¹¤³ÌÓ빤ÒÕ£¬³ÏÇóµ÷¼Á +7 СÁõ¿ì¿ìÉϰ¶ 2026-03-11 7/350 2026-03-13 16:06 by ruiyingmiao
[¿¼ÑÐ] ¹¤¿Æ278·ÖÇóµ÷¼Á +5 ÖÜÂýÈȰ¡ 2026-03-12 7/350 2026-03-13 15:49 by JourneyLucky
[¿¼ÑÐ] ²ÄÁϵ÷¼Á£¬307·Ö +13 ÕÅÓ¾Ãú1 2026-03-09 17/850 2026-03-13 11:09 by Ñ¦ÔÆÅô
[¿¼ÑÐ] Çóµ÷¼Á ×ÊÔ´Óë»·¾³ 285 +3 δÃû¿¼Éú 2026-03-10 3/150 2026-03-13 10:31 by houyaoxu
[¿¼ÑÐ] ¹¤¿Æ0856ר˶»¯Ñ§¹¤³Ì269Äܵ÷¼ÁÂð +10 ÎÒÏë¶ÁÑÐ11 2026-03-10 10/500 2026-03-13 10:14 by Yuyi.
[¿¼ÑÐ] Ò»Ö¾Ô¸ºÓº£´óѧ085900ÍÁľˮÀûר˶279Çóµ÷¼Á²»Ìôרҵ +4 SunWwWwWw 2026-03-10 8/400 2026-03-13 02:23 by SunWwWwWw
[¿¼ÑÐ] 0857 ×ÊÔ´Óë»·¾³ 285·Ö +6 δÃû¿¼Éú 2026-03-09 6/300 2026-03-11 21:08 by 30660438
[¿¼²©] ¶Á²©ÉêÇë +5 ¸Ðdd 2026-03-10 7/350 2026-03-11 17:02 by QGZDSYS
[¿¼ÑÐ] ¼ÒÈËÃÇ µ÷¼Á²»ÃÔ· ¿´ÕâÀï +8 likeihood 2026-03-09 13/650 2026-03-10 08:09 by likeihood
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û