Skip to Content.
Sympa Menu

forum - Re: RE: RE: [abinit-forum] Re: abinit on Mac G5

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: RE: RE: [abinit-forum] Re: abinit on Mac G5


Chronological Thread 
  • From: marc.torrent@cea.fr
  • To: forum@abinit.org
  • Subject: Re: RE: RE: [abinit-forum] Re: abinit on Mac G5
  • Date: Mon, 9 Aug 2004 14:52:44 +0200

Jim,

Try this:

In Src_9drive/driver.f, add lines:

else
allocate(pawrad(0),pawtab(0))

between lines 1129 and 1130
(before an 'endif' corresponding to 'if (psps%usepaw==1)'))

Just to see if the problem is the non-allocation of paw structures and the
use of them with the dimension 'ntypat*usepaw' in gstate.f.
If yes, this a MacG5 specific problem...


Marc



# From: James Raynolds <JRaynolds@uamail.albany.edu>

Marc,

Thanks again. Yes, the problem is frustrating in that I don't know where
the error is coming from. I've tried to use the debugger (upsf90) but it
still doesn't give a routine and line number.

It seems that the error occurs right after the psp is read in.

Jim



Archive powered by MHonArc 2.6.16.

Top of Page