[MOAB-dev] r4599 - MOAB/trunk/test
Tim Tautges
tautges at mcs.anl.gov
Tue Mar 15 19:37:53 CDT 2011
Thanks.
- tim
On 03/15/2011 07:32 PM, kraftche at cae.wisc.edu wrote:
> Author: kraftche
> Date: 2011-03-15 19:31:59 -0500 (Tue, 15 Mar 2011)
> New Revision: 4599
>
> Modified:
> MOAB/trunk/test/TestUtil.hpp
> Log:
> work around mpich bug
>
> Modified: MOAB/trunk/test/TestUtil.hpp
> ===================================================================
> --- MOAB/trunk/test/TestUtil.hpp 2011-03-15 23:42:41 UTC (rev 4598)
> +++ MOAB/trunk/test/TestUtil.hpp 2011-03-16 00:31:59 UTC (rev 4599)
> @@ -166,15 +166,18 @@
> #ifdef SIGFPE
> result += sethandler( SIGFPE );
> #endif
> +#ifdef SIGSEGV
> + result += sethandler( SIGSEGV );
> +#endif
> +/* Catching these causes problems with mpich2 1.3.1p1 and a test
> + should never die due to an uncaught sigusr anyway.
> #ifdef SIGUSR1
> result += sethandler( SIGUSR1 );
> #endif
> -#ifdef SIGSEGV
> - result += sethandler( SIGSEGV );
> -#endif
> #ifdef SIGUSR2
> result += sethandler( SIGUSR2 );
> #endif
> +*/
> #ifdef SIGPIPE
> result += sethandler( SIGPIPE );
> #endif
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
================================================================
"You will keep in perfect peace him whose mind is
steadfast, because he trusts in you." Isaiah 26:3
Tim Tautges Argonne National Laboratory
(tautges at mcs.anl.gov) (telecommuting from UW-Madison)
phone: (608) 263-8485 1500 Engineering Dr.
fax: (608) 263-4499 Madison, WI 53706
More information about the moab-dev
mailing list