help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] Floating point exception in gsl


From: Inigo Aldazabal Mensa
Subject: Re: [Help-gsl] Floating point exception in gsl
Date: Thu, 1 Mar 2007 16:03:19 +0100
User-agent: KMail/1.9.1

El Thursday, 1 de March de 2007 03:41, address@hidden escribió:
> Hi:
>
> My mpi program use ode solver fuction in GSL. This program run OK in
> Dell EM64T Cluster using mpicc 1.2.6 (gcc 3.2.3), and in IA-64 Linux
> Cluster using mpicc 1.2.6 (icc 9.1.046).
>
> But I get the following problem in Alpha EV7 using cc (HP Tru64 C
> compiler): MPI process 21963 died from signal 8 (Floating point
> exception)
>
> Does anyone know how to solve it? Thanks.
>
> Jun

Hi,

I can not assure it. But I recall something similar happening to me, also 
with a Alpha EV7, and, if I can remember correctly, it was related to the 
IEEE floating-point arithmetic (see the related chapter in the gsl 
manual).

Adding:

#include <gsl/gsl_ieee_utils.h>
...
gsl_ieee_env_setup()

to the code solved the problem. This if I am  not mixing up things here, 
which of course could be, knowing myself, ahemm ;-)

Iñigo

>
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl




reply via email to

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