Re: Error message 'std::bad_alloc'

2008-04-17 Thread Anders Lövgren
;CXXFLAGS="-g" ./configure' should do the trick). You can debug the application by running gdb as 'gdb --args '. When it dies, type bt to dump the callstack. // Anders > --- On Thu, 4/17/08, C. Ahlstrom <[EMAIL PROTECTED]> wrote: > > From: C. Ahlstrom <[

Re: Error message 'std::bad_alloc'

2008-04-17 Thread Francesco Pietra
et checked the speed of the new machine) I'll follow your indications. Thanks francesco pietra --- On Thu, 4/17/08, C. Ahlstrom <[EMAIL PROTECTED]> wrote: > From: C. Ahlstrom <[EMAIL PROTECTED]> > Subject: Re: Error message 'std::bad_alloc' > To: "F

Re: Error message 'std::bad_alloc'

2008-04-17 Thread C. Ahlstrom
Francesco Pietra 15:29 Wed 16 Apr >The std:: would to me make me think C++ namespace 'std' function >'bad_alloc'. So probably a bad_alloc function exists in C++ and is >returning an error. It is a standard exception thrown when the new() operator fails. Your running out

Re: Error message 'std::bad_alloc'

2008-04-16 Thread Francesco Pietra
Hi: --- On Wed, 4/16/08, C. Ahlstrom <[EMAIL PROTECTED]> wrote: > From: C. Ahlstrom <[EMAIL PROTECTED]> > Subject: Re: Error message 'std::bad_alloc' > To: "Lennart Sorensen" <[EMAIL PROTECTED]> > Cc: "Francesco Pietra" <[EMAIL PROT

Re: Error message 'std::bad_alloc'

2008-04-16 Thread C. Ahlstrom
Lennart Sorensen 14:49 Wed 16 Apr On Wed, Apr 16, 2008 at 10:04:56AM -0700, Francesco Pietra wrote: terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc which occurs on running a chemical computational program (serial run) on a eighth

Re: Error message 'std::bad_alloc'

2008-04-16 Thread Lennart Sorensen
On Wed, Apr 16, 2008 at 10:04:56AM -0700, Francesco Pietra wrote: > I am looking for the meaning of the following error message: > > terminate called after throwing an instance of 'std::bad_alloc' >what(): St9bad_alloc > Aborted > > > which occurs on running a chemical computational program

Error message 'std::bad_alloc'

2008-04-16 Thread Francesco Pietra
I am looking for the meaning of the following error message: terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc Aborted which occurs on running a chemical computational program (serial run) on a eighth logical 875 opterons system with 24GB RAM (all activated