[MPICH2-dev] typo in configure.in, lwlog.h changes.

Doug Gilmore dgilmore at cray.com
Wed Sep 10 14:32:30 CDT 2003


Here are some more changes I made a while back
but neglected to report:

bash-2.05b$ diff configure.in{.~mpich2-0-94b1~,}
958c958
< 	           $teyp != long_double_int ; then 
---
> 	           $type != long_double_int ; then 

diff src/util/logging/lwlog/lwlog.h{.~mpich2-0-94b1~,}
98,103c98,103
< #define MPIDU_PT2PT_FUNC_ENTER_FRONT(a)
< #define MPIDU_PT2PT_FUNC_ENTER_BACK(a)
< #define MPIDU_PT2PT_FUNC_EXIT_FRONT(a)
< #define MPIDU_PT2PT_FUNC_EXIT_BACK(a)
< #define MPIDU_PT2PT_FUNC_ENTER_BOTH(a)
< #define MPIDU_PT2PT_FUNC_EXIT_BOTH(a)
---
> #define MPIDU_PT2PT_FUNC_ENTER_FRONT(a) MPIDU_FUNC_ENTER(a)
> #define MPIDU_PT2PT_FUNC_ENTER_BACK(a)  MPIDU_FUNC_ENTER(a)
> #define MPIDU_PT2PT_FUNC_EXIT_FRONT(a)  MPIDU_FUNC_EXIT(a)
> #define MPIDU_PT2PT_FUNC_EXIT_BACK(a)   MPIDU_FUNC_EXIT(a)
> #define MPIDU_PT2PT_FUNC_ENTER_BOTH(a)  MPIDU_FUNC_ENTER(a)
> #define MPIDU_PT2PT_FUNC_EXIT_BOTH(a)   MPIDU_FUNC_EXIT(a)


Note that with the change to configure.in, may require
updating the "cross" file for configurations built with
the --with-cross option to configure since missing
CROSS_* definitions may be detected.

Doug



More information about the mpich2-dev mailing list