[Pw_forum] array bound check

Manoj Srivastava manoj at phys.ufl.edu
Wed Sep 24 15:24:35 CEST 2008


Dear Paolo, Alexander and PWSCF users, 
Thank you very much for your response and I am sorry I was not clear
before, when i said 'i cannot run example12'.Following is what i get when
i run example12, with espresso compiled with array bound check- 
pwcond.x           0000000000471304  poten_                     69
poten.f90
pwcond.x           000000000043709E  init_cond_                102
init_cond.f90
pwcond.x           000000000042583F  do_cond_                  250
do_cond.f90
pwcond.x           0000000000420E6F  MAIN__                     20
condmain.f90
pwcond.x           0000000000403762  Unknown               Unknown
Unknown
libc.so.6          0000002A9580F40B  Unknown               Unknown
Unknown
pwcond.x           00000000004036AA  Unknown               Unknown
Unknown


while with out array bound check, i can run this example without any error
message and right results. My guess is the way i am doing array bound
check is introducing some kind of bug. My question here is whether I am
doing the array bound check right?  This is what i did for array bound
check, as suggested by Dr.Paulatto 
I ran configure file and then i edited make.sys file, which was
90FLAGS = $(FFLAGS) -nomodule -fpp $(FDFLAGS) $(IFLAGS) $(MODFLAGS)
to
90FLAGS = $(FFLAGS) -nomodule -fpp -check bounds -traceback
$(FDFLAGS) $(IFLAGS) $(MODFLAGS)

then i recompiled the code again. intel ifort compiler is being used. 

Am I doing it right? 

Regards, 
Manoj Srivastava
 On Wed, 24 Sep 2008, Paolo Giannozzi
wrote:

> 
> On Sep 24, 2008, at 6:41 , Manoj Srivastava wrote:
> 
> > I can run some of the examples but I cannot run others e.g. example  
> > 12.
> 
> what do you mean by "| cannot run" ?
> 
> Paolo
> ---
> Paolo Giannozzi, Dept of Physics, University of Udine
> via delle Scienze 208, 33100 Udine, Italy
> Phone +39-0432-558216, fax +39-0432-558222
> 
> 
> 
> _______________________________________________
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
> 




More information about the users mailing list