Error in fcmix_serial for Sundials-2.4.0

View: New views
2 Messages — Rating Filter:   Alert me  

Error in fcmix_serial for Sundials-2.4.0

by by way of Carol Woodward <cswoodward@llnl.gov> :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Date: Thu, 01 Oct 2009 14:45:13 -0500
From: "Ranjan S. Mehta" <ranjansm@...>
User-Agent: Thunderbird 1.5.0.12 (X11/20090522)
MIME-Version: 1.0
To: sundials-users@...
Subject: Error in fcmix_serial  for Sundials-2.4.0
References: <86k26h$1lrf0f@...>
In-Reply-To: <86k26h$1lrf0f@...>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi All,

I have been trying to compile the Sundials-2.4.0 version on an Athlon
64bit, CentOS machines.

See the error below. The corresponding example in serial directory (C
code) works fine.

I do not see the same problem for my 32bit installation.


[rsm@rsmlin64 fcmix_serial]$ time ./fcvRoberts_dns
Dense example problem:

Robertson kinetics, NEQ = 3



[CVODE ERROR] CVodeInit
A memory request failed.




SUNDIALS_ERROR: FCVMALLOC returned IER = -1





Please let me know if anyone else has seen this before.

Thanks !!

Ranjan


Parent Message unknown Re: Error in fcmix_serial for Sundials-2.4.0

by by way of Carol Woodward <cswoodward@llnl.gov> :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Date: Wed, 7 Oct 2009 13:13:01 -0700 (PDT)
From: Alan Hindmarsh <alanh@...>
To: sundials-users@...
cc: "Ranjan S. Mehta" <ranjansm@...>, alanh@...
Subject: Re: [sundials-users] Error in fcmix_serial  for Sundials-2.4.0
In-Reply-To: <806j7o$1m12q3@...>
Message-ID: <Pine.LNX.4.58.0910071309340.27666@...>
References: <806j7o$1m12q3@...>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

You no doubt have a mismatch in types (real or int) between the
Fortran source and CVODE.  Check the sizes of reals and integers
in the two.  Is Fortran single precision real 64 bits or 32?

-Alan H



On Thu, 1 Oct 2009, by way of Carol Woodward <cswoodward@...> wrote:

 > Date: Thu, 01 Oct 2009 14:45:13 -0500
 > From: "Ranjan S. Mehta" <ranjansm@...>
 > User-Agent: Thunderbird 1.5.0.12 (X11/20090522)
 > MIME-Version: 1.0
 > To: sundials-users@...
 > Subject: Error in fcmix_serial  for Sundials-2.4.0
 > References: <86k26h$1lrf0f@...>
 > In-Reply-To: <86k26h$1lrf0f@...>
 > Content-Type: text/plain; charset=us-ascii; format=flowed
 > Content-Transfer-Encoding: 7bit
 >
 > Hi All,
 >
 > I have been trying to compile the Sundials-2.4.0 version on an Athlon
 > 64bit, CentOS machines.
 >
 > See the error below. The corresponding example in serial directory (C
 > code) works fine.
 >
 > I do not see the same problem for my 32bit installation.
 >
 >
 > [rsm@rsmlin64 fcmix_serial]$ time ./fcvRoberts_dns
 > Dense example problem:
 >
 > Robertson kinetics, NEQ = 3
 >
 >
 >
 > [CVODE ERROR] CVodeInit
 > A memory request failed.
 >
 >
 >
 >
 > SUNDIALS_ERROR: FCVMALLOC returned IER = -1
 >
 >
 >
 >
 >
 > Please let me know if anyone else has seen this before.
 >
 > Thanks !!
 >
 > Ranjan
 >
 >