Dear users,
With help for some users, my parallel siesta is compiled successfully.
               Siesta Version: siesta-2.0-release
               Architecture  : itanium2
               Compiler flags: mpif90 -Vaxlib -no-ipo -O2 -tpp2 -W0
               PARALLEL version
               
               * Running on    4 nodes in parallel
               >> Start of run:  10-NOV-2006  18:47:44
                              
                                          ***********************       
                                          *  WELCOME TO SIESTA  *       
                                          ***********************       
                              
               reinit: Reading from standard input        
However, when begin the relaxation (the begin CG move =0) it shows error

              InitMesh: MESH =    90 x    90 x    90 =      729000
              InitMesh: Mesh cutoff (required, used) =    50.000    55.966 Ry
              
              * Maximum dynamic memory allocated =    12 MB
              getRegFromUnwindContext: Can't get Gr0 from UnwindContext, using 0
              getRegFromUnwindContext: Can't get Gr0 from UnwindContext, using 0
              getRegFromUnwindContext: Can't get Gr0 from UnwindContext, using 0
              rank 3 in job 73  AM018002_34991   caused collective abort of all 
ranks
                exit status of rank 3: return code 174 
              getRegFromUnwindContext: Can't get Gr0 from UnwindContext, using 0
              rank 2 in job 73  AM018002_34991   caused collective abort of all 
ranks
                exit status of rank 2: return code 174 
Have anybody met this problem or Can any body give some suggestions?
I will be very appreciate that.
It is compiled on SGI Altix with italinium2 CPU with mpich, ifort9+MKL8  

The arch.make file is:
FC=mpif90 -Vaxlib -no-ipo
FC_ASIS=$(FC)
FFLAGS= -O2 -tpp2 -W0
FFLAGS_DEBUG= -g -O0
LDFLAG= 
RANLIB=echo
LAPACK=-L/opt/intel/mkl/8.0/lib/64 -lmkl_lapack64 -lmkl -lguide -lpthread
DEFS=-DMPI -DNODAT -DWXML_INIT_FIX -DHAS_DLAMC3 -DALLOC_SAVE_BUG
MPI_INTERFACE=libmpi_f90.a
#
MPIROOT=/home/aprqz/ipc/mpich2-1.0.4p1
MPI_INCLUDE=/home/aprqz/ipc/mpich2-1.0.4p1/src/include/mpif.h
MPI_LIBS=-L$(MPIROOT)/lib \
         -lmpichf90 -lfmpich -lmpich -lmpichcxx
BLACS_LIBS=$(HOME)/apcsg/BLACS/LIB/blacsCinit_MPI-LINUX-0.a \
           $(HOME)/apcsg/BLACS/LIB/blacsF77init_MPI-LINUX-0.a  \
           $(HOME)/apcsg/BLACS/LIB/blacs_MPI-LINUX-0.a  
SCALAPACK_LIBS=-L$(HOME)/apcsg/scalapack-1.7.4  -lscalapack  
#
LIBS=  $(SCALAPACK_LIBS) $(BLACS_LIBS) $(LAPACK) \
       $(MPI_LIBS)  $(NETCDF_LIBS)
SYS=bsd
DEFS=-DMPI -DNODAT -DWXML_INIT_FIX -DHAS_DLAMC3 -DALLOC_SAVE_BUG

COMP_LIBS=
#
.F.o:
 $(FC) -c $(FFLAGS) $(INCFLAGS)  $(DEFS) $<
.f.o:
 $(FC) -c $(FFLAGS) $(INCFLAGS)   $<
.F90.o:
 $(FC) -c $(FFLAGS) $(INCFLAGS)  $(DEFS) $<
.f90.o:
 $(FC) -c $(FFLAGS) $(INCFLAGS)   $<
#







ChunshengGUO 50005568
2006-11-10

Reply via email to