help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] A Question with using gsl_integration_qags


From: Brian Gough
Subject: Re: [Help-gsl] A Question with using gsl_integration_qags
Date: Fri, 6 May 2005 16:59:08 +0100

lxr writes:
 > I am calculating a 2-Dimension integration with gsl_monte_integration which
 > call a numericial integration gsl_integration_qags. When I run the compiled
 > code, the following messages come up after thousands of times
 > gsl_integration_qags integration:
 > gsl: workspace.c:62: ERROR: failed to allocate space for blist ranges
 > Default GSL error handler invoked.
 > Aborted

Most likely the program has run out of memory, caused by a
memory leak (not freeing memory that is no longer needed).

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]