[Back To The Main Page]

HTML rendered at Wed Oct 20 07:01:12 2010 by user balaji using $Id: render_html.pl 3940 2009-03-05 20:00:05Z goodell $ on Linux bblogin1 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux

make testing results for test_1

Note: tests that passed have been filtered out.
Test Name scancel
Process Count 2
Status fail
Workdir ./pt2pt
Test Output
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpiexec -n 2  ./scancel
 No Errors
In direct memory block for handle type REQUEST, 4 handles are still allocated
In direct memory block for handle type COMM, 2 handles are still allocated
[0] 24 at [0x00000000015ac358], mpid_vc.c[79]
[0] 32 at [0x00000000015ac288], mpid_vc.c[79]
[0] 8 at [0x00000000015ac078], local_proc.c[91]
[0] 8 at [0x00000000015abfc8], local_proc.c[90]
[0] 32 at [0x00000000015abd98], mpid_vc.c[79]
In direct memory block for handle type REQUEST, 3 handles are still allocated

Test Name pscancel
Process Count 2
Status fail
Workdir ./pt2pt
Test Output
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpiexec -n 2  ./pscancel
 No Errors
[0] 24 at [0x0000000001225358], mpid_vc.c[79]
[0] 32 at [0x0000000001225288], mpid_vc.c[79]
[0] 8 at [0x0000000001225078], local_proc.c[91]
[0] 8 at [0x0000000001224fc8], local_proc.c[90]
[0] 32 at [0x0000000001224d98], mpid_vc.c[79]
In direct memory block for handle type REQUEST, 4 handles are still allocated
In direct memory block for handle type COMM, 2 handles are still allocated
In direct memory block for handle type REQUEST, 3 handles are still allocated

Test Name cancelrecv
Process Count 2
Status fail
Workdir ./pt2pt
Test Output
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpiexec -n 2  ./cancelrecv
 No Errors
In direct memory block for handle type REQUEST, 1 handles are still allocated

Test Name attrtx
Process Count undef
Status fail
Workdir ./cxx/attr
Test Output
Failed to build attrtx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c attrtx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "attrtx.cxx".
make[3]: *** [attrtx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'

Test Name baseattrcommx
Process Count undef
Status fail
Workdir ./cxx/attr
Test Output
Failed to build baseattrcommx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c baseattrcommx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"baseattrcommx.cxx", line 34: warning: variable "rank" was set but never used
      int  rank, size;
           ^

25 errors detected in the compilation of "baseattrcommx.cxx".
make[3]: *** [baseattrcommx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'

Test Name fkeyvalcommx
Process Count undef
Status fail
Workdir ./cxx/attr
Test Output
Failed to build fkeyvalcommx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c fkeyvalcommx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"fkeyvalcommx.cxx", line 27: warning: variable "MTestDescrip" was declared but
          never referenced
  static char MTestDescrip[] = "Test freeing keyvals while still attached to \
              ^

25 errors detected in the compilation of "fkeyvalcommx.cxx".
make[3]: *** [fkeyvalcommx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'

Test Name fkeyvaltypex
Process Count undef
Status fail
Workdir ./cxx/attr
Test Output
Failed to build fkeyvaltypex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c fkeyvaltypex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"fkeyvaltypex.cxx", line 26: warning: variable "MTestDescrip" was declared but
          never referenced
  static char MTestDescrip[] = "Test freeing keyvals while still attached to \
              ^

25 errors detected in the compilation of "fkeyvaltypex.cxx".
make[3]: *** [fkeyvaltypex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/attr'

Test Name bsend1cxx
Process Count undef
Status fail
Workdir ./cxx/pt2pt
Test Output
Failed to build bsend1cxx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/pt2pt'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c bsend1cxx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"bsend1cxx.cxx", line 56: warning: variable "bsize" was set but never used
      int bufsize, bsize;
                   ^

25 errors detected in the compilation of "bsend1cxx.cxx".
make[3]: *** [bsend1cxx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/pt2pt'

Test Name sendrecvx
Process Count undef
Status fail
Workdir ./cxx/pt2pt
Test Output
Failed to build sendrecvx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/pt2pt'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c sendrecvx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "sendrecvx.cxx".
make[3]: *** [sendrecvx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/pt2pt'

Test Name commname2
Process Count undef
Status fail
Workdir ./cxx/comm
Test Output
Failed to build commname2; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/comm'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c commname2.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "commname2.cxx".
make[3]: *** [commname2.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/comm'

Test Name arcomplex
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build arcomplex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c arcomplex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "arcomplex.cxx".
make[3]: *** [arcomplex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name uallredx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build uallredx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c uallredx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"uallredx.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Test MPI_Allreduce with non-commutative user-defined operations";
              ^

25 errors detected in the compilation of "uallredx.cxx".
make[3]: *** [uallredx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name uallreduce
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build uallreduce; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c uallreduce.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "uallreduce.cxx".
make[3]: *** [uallreduce.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name ureduce
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build ureduce; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c ureduce.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "ureduce.cxx".
make[3]: *** [ureduce.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name uscan
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build uscan; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c uscan.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"uscan.cxx", line 47: warning: variable "size" was set but never used
      int size, i, count, rank;
          ^

25 errors detected in the compilation of "uscan.cxx".
make[3]: *** [uscan.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name uexscan
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build uexscan; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c uexscan.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "uexscan.cxx".
make[3]: *** [uexscan.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name alltoallw2x
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build alltoallw2x; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c alltoallw2x.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "alltoallw2x.cxx".
make[3]: *** [alltoallw2x.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icbcastx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icbcastx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icbcastx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icbcastx.cxx", line 11: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm broadcast test";
              ^

25 errors detected in the compilation of "icbcastx.cxx".
make[3]: *** [icbcastx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icbcastx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icbcastx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icbcastx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icbcastx.cxx", line 11: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm broadcast test";
              ^

25 errors detected in the compilation of "icbcastx.cxx".
make[3]: *** [icbcastx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icallreducex
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icallreducex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icallreducex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icallreducex.cxx", line 28: warning: variable "rank" was set but never used
      int leftGroup, i, count, rank, rsize;
                               ^

"icallreducex.cxx", line 22: warning: variable "MTEST_Descrip" was declared
          but never referenced
  static char MTEST_Descrip[] = "Simple intercomm allreduce test";
              ^

25 errors detected in the compilation of "icallreducex.cxx".
make[3]: *** [icallreducex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icreducex
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icreducex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icreducex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icreducex.cxx", line 11: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm reduce test";
              ^

25 errors detected in the compilation of "icreducex.cxx".
make[3]: *** [icreducex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icscatterx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icscatterx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icscatterx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icscatterx.cxx", line 79: warning: variable "size" was set but never used
  		int rank, size;
  		          ^

"icscatterx.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm scatter test";
              ^

25 errors detected in the compilation of "icscatterx.cxx".
make[3]: *** [icscatterx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icgatherx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icgatherx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icgatherx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icgatherx.cxx", line 65: warning: variable "size" was set but never used
  		int size;
  		    ^

"icgatherx.cxx", line 11: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm gather test";
              ^

25 errors detected in the compilation of "icgatherx.cxx".
make[3]: *** [icgatherx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icallgatherx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icallgatherx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icallgatherx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icallgatherx.cxx", line 10: warning: variable "MTEST_Descrip" was declared
          but never referenced
  static char MTEST_Descrip[] = "Simple intercomm allgather test";
              ^

25 errors detected in the compilation of "icallgatherx.cxx".
make[3]: *** [icallgatherx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icbarrierx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icbarrierx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icbarrierx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icbarrierx.cxx", line 10: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm barrier test";
              ^

25 errors detected in the compilation of "icbarrierx.cxx".
make[3]: *** [icbarrierx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icallgathervx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icallgathervx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icallgathervx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icallgathervx.cxx", line 11: warning: variable "MTEST_Descrip" was declared
          but never referenced
  static char MTEST_Descrip[] = "Simple intercomm allgatherv test";
              ^

25 errors detected in the compilation of "icallgathervx.cxx".
make[3]: *** [icallgathervx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icgathervx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icgathervx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icgathervx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icgathervx.cxx", line 74: warning: variable "size" was set but never used
  		int size;
  		    ^

"icgathervx.cxx", line 11: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm gatherv test";
              ^

25 errors detected in the compilation of "icgathervx.cxx".
make[3]: *** [icgathervx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icscattervx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icscattervx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icscattervx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icscattervx.cxx", line 84: warning: variable "size" was set but never used
  		int rank, size;
  		          ^

"icscattervx.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm scatterv test";
              ^

25 errors detected in the compilation of "icscattervx.cxx".
make[3]: *** [icscattervx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name icalltoallx
Process Count undef
Status fail
Workdir ./cxx/coll
Test Output
Failed to build icalltoallx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c icalltoallx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"icalltoallx.cxx", line 62: warning: variable "size" was set but never used
  		int rank, size;
  		          ^

"icalltoallx.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Simple intercomm alltoall test";
              ^

25 errors detected in the compilation of "icalltoallx.cxx".
make[3]: *** [icalltoallx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/coll'

Test Name baseenv
Process Count undef
Status fail
Workdir ./cxx/init
Test Output
Failed to build baseenv; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/init'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c baseenv.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"baseenv.cxx", line 24: warning: variable "flag" was declared but never
          referenced
      bool flag;
           ^

"baseenv.cxx", line 27: warning: variable "size" was set but never used
      int rank, size;
                ^

25 errors detected in the compilation of "baseenv.cxx".
make[3]: *** [baseenv.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/init'

Test Name initstatx
Process Count undef
Status fail
Workdir ./cxx/init
Test Output
Failed to build initstatx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/init'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c initstatx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "initstatx.cxx".
make[3]: *** [initstatx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/init'

Test Name infodupx
Process Count undef
Status fail
Workdir ./cxx/info
Test Output
Failed to build infodupx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c infodupx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "infodupx.cxx".
make[3]: *** [infodupx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'

Test Name infodelx
Process Count undef
Status fail
Workdir ./cxx/info
Test Output
Failed to build infodelx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c infodelx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "infodelx.cxx".
make[3]: *** [infodelx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'

Test Name infovallenx
Process Count undef
Status fail
Workdir ./cxx/info
Test Output
Failed to build infovallenx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c infovallenx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "infovallenx.cxx".
make[3]: *** [infovallenx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'

Test Name infoorderx
Process Count undef
Status fail
Workdir ./cxx/info
Test Output
Failed to build infoorderx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c infoorderx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "infoorderx.cxx".
make[3]: *** [infoorderx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/info'

Test Name typecntsx
Process Count undef
Status fail
Workdir ./cxx/datatype
Test Output
Failed to build typecntsx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c typecntsx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "typecntsx.cxx".
make[3]: *** [typecntsx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'

Test Name typenamex
Process Count undef
Status fail
Workdir ./cxx/datatype
Test Output
Failed to build typenamex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c typenamex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "typenamex.cxx".
make[3]: *** [typenamex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'

Test Name typemiscx
Process Count undef
Status fail
Workdir ./cxx/datatype
Test Output
Failed to build typemiscx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c typemiscx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "typemiscx.cxx".
make[3]: *** [typemiscx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/datatype'

Test Name iwriteatx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwriteatx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
../../maint/testmerge -defn=../../maint/common.defn \
		./ioharness.defn ./ioharness.tlt
Opening ../../maint/common.defn..
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwriteatx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwriteatx.cxx".
make[3]: *** [iwriteatx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name iwritex
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwritex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwritex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwritex.cxx".
make[3]: *** [iwritex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name iwriteshx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwriteshx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwriteshx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwriteshx.cxx".
make[3]: *** [iwriteshx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writex
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writex.cxx".
make[3]: *** [writex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatx.cxx".
make[3]: *** [writeatx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeallx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeallx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeallx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeallx.cxx".
make[3]: *** [writeallx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeshx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeshx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeshx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeshx.cxx".
make[3]: *** [writeshx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeordx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeordx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeordx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"writeordx.cxx", line 50: warning: variable "offset" was declared but never
          referenced
      MPI::Offset offset;
                  ^

25 errors detected in the compilation of "writeordx.cxx".
make[3]: *** [writeordx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatallx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatallx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatallx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatallx.cxx".
make[3]: *** [writeatallx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatallbex
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatallbex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatallbex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatallbex.cxx".
make[3]: *** [writeatallbex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeallbex
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeallbex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeallbex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeallbex.cxx".
make[3]: *** [writeallbex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeordbex
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeordbex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeordbex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"writeordbex.cxx", line 50: warning: variable "offset" was declared but never
          referenced
      MPI::Offset offset;
                  ^

25 errors detected in the compilation of "writeordbex.cxx".
make[3]: *** [writeordbex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name iwriteatnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwriteatnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwriteatnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwriteatnosx.cxx".
make[3]: *** [iwriteatnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name iwritenosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwritenosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwritenosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwritenosx.cxx".
make[3]: *** [iwritenosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name iwriteshnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build iwriteshnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c iwriteshnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "iwriteshnosx.cxx".
make[3]: *** [iwriteshnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writenosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writenosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writenosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writenosx.cxx".
make[3]: *** [writenosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatnosx.cxx".
make[3]: *** [writeatnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeallnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeallnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeallnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeallnosx.cxx".
make[3]: *** [writeallnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeshnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeshnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeshnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeshnosx.cxx".
make[3]: *** [writeshnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeordnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeordnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeordnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"writeordnosx.cxx", line 49: warning: variable "offset" was declared but never
          referenced
      MPI::Offset offset;
                  ^

25 errors detected in the compilation of "writeordnosx.cxx".
make[3]: *** [writeordnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatallnosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatallnosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatallnosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatallnosx.cxx".
make[3]: *** [writeatallnosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeatallbenosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeatallbenosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeatallbenosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeatallbenosx.cxx".
make[3]: *** [writeatallbenosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeallbenosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeallbenosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeallbenosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "writeallbenosx.cxx".
make[3]: *** [writeallbenosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name writeordbenosx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build writeordbenosx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c writeordbenosx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"writeordbenosx.cxx", line 49: warning: variable "offset" was declared but
          never referenced
      MPI::Offset offset;
                  ^

25 errors detected in the compilation of "writeordbenosx.cxx".
make[3]: *** [writeordbenosx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name fileerrx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build fileerrx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c fileerrx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"fileerrx.cxx", line 35: warning: variable "filename" was declared but never
          referenced
      char filename[50];
           ^

25 errors detected in the compilation of "fileerrx.cxx".
make[3]: *** [fileerrx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name fileinfox
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build fileinfox; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c fileinfox.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "fileinfox.cxx".
make[3]: *** [fileinfox.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name filemiscx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build filemiscx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c filemiscx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "filemiscx.cxx".
make[3]: *** [filemiscx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name shpositionx
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build shpositionx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c shpositionx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "shpositionx.cxx".
make[3]: *** [shpositionx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name seekavail
Process Count undef
Status fail
Workdir ./cxx/io
Test Output
Failed to build seekavail; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c seekavail.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"seekavail.cxx", line 35: warning: variable "err" was declared but never
          referenced
      int             errs = 0, err;
                                ^

"seekavail.cxx", line 36: warning: variable "rank" was declared but never
          referenced
      int             rank;
                      ^

"seekavail.cxx", line 31: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Test availability of MPI::SEEK_SET and SEEK_SET from stdio.h";
              ^

25 errors detected in the compilation of "seekavail.cxx".
make[3]: *** [seekavail.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/io'

Test Name namepubx
Process Count undef
Status fail
Workdir ./cxx/spawn
Test Output
Failed to build namepubx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c namepubx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "namepubx.cxx".
make[3]: *** [namepubx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'

Test Name spawnintrax
Process Count undef
Status fail
Workdir ./cxx/spawn
Test Output
Failed to build spawnintrax; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c spawnintrax.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"spawnintrax.cxx", line 160: warning: variable "wrank" was set but never used
  	int icsize, icrank, wrank;
  	                    ^

"spawnintrax.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "A simple test of Comm_spawn, followed by intercomm merge";
              ^

25 errors detected in the compilation of "spawnintrax.cxx".
make[3]: *** [spawnintrax.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'

Test Name spawnintrax
Process Count undef
Status fail
Workdir ./cxx/spawn
Test Output
Failed to build spawnintrax; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c spawnintrax.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"spawnintrax.cxx", line 160: warning: variable "wrank" was set but never used
  	int icsize, icrank, wrank;
  	                    ^

"spawnintrax.cxx", line 22: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "A simple test of Comm_spawn, followed by intercomm merge";
              ^

25 errors detected in the compilation of "spawnintrax.cxx".
make[3]: *** [spawnintrax.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'

Test Name spawnargvx
Process Count undef
Status fail
Workdir ./cxx/spawn
Test Output
Failed to build spawnargvx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c spawnargvx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"spawnargvx.cxx", line 25: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "A simple test of Comm_spawn, with complex arguments";
              ^

25 errors detected in the compilation of "spawnargvx.cxx".
make[3]: *** [spawnargvx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'

Test Name selfconaccx
Process Count undef
Status fail
Workdir ./cxx/spawn
Test Output
Failed to build selfconaccx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c selfconaccx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"selfconaccx.cxx", line 23: warning: variable "error" was declared but never
          referenced
      int error;
          ^

25 errors detected in the compilation of "selfconaccx.cxx".
make[3]: *** [selfconaccx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/spawn'

Test Name winnamex
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build winnamex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c winnamex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "winnamex.cxx".
make[3]: *** [winnamex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name getgroupx
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build getgroupx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c getgroupx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"getgroupx.cxx", line 25: warning: variable "MTEST_Descrip" was declared but
          never referenced
  static char MTEST_Descrip[] = "Test of Win_get_group";
              ^

25 errors detected in the compilation of "getgroupx.cxx".
make[3]: *** [getgroupx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name winfencex
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build winfencex; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c winfencex.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "winfencex.cxx".
make[3]: *** [winfencex.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name winscale1x
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build winscale1x; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c winscale1x.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "winscale1x.cxx".
make[3]: *** [winscale1x.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name winscale2x
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build winscale2x; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c winscale2x.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "winscale2x.cxx".
make[3]: *** [winscale2x.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name fkeyvalwinx
Process Count undef
Status fail
Workdir ./cxx/rma
Test Output
Failed to build fkeyvalwinx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../include -I./../../include -c fkeyvalwinx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"fkeyvalwinx.cxx", line 54: warning: variable "saveKeyval" was set but never
          used
      int i, key[32], keyval, saveKeyval;
                              ^

"fkeyvalwinx.cxx", line 24: warning: variable "MTestDescrip" was declared but
          never referenced
  static char MTestDescrip[] = "Test freeing keyvals while still attached to \
              ^

25 errors detected in the compilation of "fkeyvalwinx.cxx".
make[3]: *** [fkeyvalwinx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/cxx/rma'

Test Name badport
Process Count 1
Status fail
Workdir ./errors/spawn
Test Output
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpiexec -n 1  ./badport
 No Errors
leaked context IDs detected: mask=0x82b9e0 mask[0]=0x7fffffff
In direct memory block for handle type COMM, 1 handles are still allocated

Test Name errgetx
Process Count undef
Status fail
Workdir ./errors/cxx/errhan
Test Output
Failed to build errgetx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/errhan'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../../../include -c errgetx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

25 errors detected in the compilation of "errgetx.cxx".
make[3]: *** [errgetx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/errhan'

Test Name errsetx
Process Count undef
Status fail
Workdir ./errors/cxx/errhan
Test Output
Failed to build errsetx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/errhan'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../../../include -c errsetx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"errsetx.cxx", line 36: warning: variable "foundMsg" was set but never used
      bool foundMsg;
           ^

25 errors detected in the compilation of "errsetx.cxx".
make[3]: *** [errsetx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/errhan'

Test Name fileerrretx
Process Count undef
Status fail
Workdir ./errors/cxx/io
Test Output
Failed to build fileerrretx; make[3]: Entering directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/io'
/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2-installed/bin/mpicxx -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../../../include -c fileerrretx.cxx
"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 195: error: 
          identifier "__FLT_RADIX__" is undefined
    radix = (  FLT_RADIX /* 2 */ ),
               ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 484: error: 
          identifier "__FLT_MANT_DIG__" is undefined
                              FLT_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 485: error: 
          identifier "__FLT_DIG__" is undefined
                              FLT_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 486: error: 
          identifier "__FLT_MIN_EXP__" is undefined
                              FLT_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 487: error: 
          identifier "__FLT_MAX_EXP__" is undefined
                              FLT_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 488: error: 
          identifier "__FLT_MIN_10_EXP__" is undefined
                              FLT_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 489: error: 
          identifier "__FLT_MAX_10_EXP__" is undefined
                              FLT_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 494: error: 
          identifier "__FLT_MIN__" is undefined
    static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 495: error: 
          identifier "__FLT_MIN__" is undefined
    static float _STLP_CALL denorm_min() _STLP_NOTHROW { return FLT_MIN; }
                                                                ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 496: error: 
          identifier "__FLT_MAX__" is undefined
    static float (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return FLT_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 497: error: 
          identifier "__FLT_EPSILON__" is undefined
    static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; }
                                                             ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 506: error: 
          identifier "__DBL_MANT_DIG__" is undefined
                              DBL_MANT_DIG,   // Binary digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 507: error: 
          identifier "__DBL_DIG__" is undefined
                              DBL_DIG,        // Decimal digits of precision
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 508: error: 
          identifier "__DBL_MIN_EXP__" is undefined
                              DBL_MIN_EXP,    // Minimum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 509: error: 
          identifier "__DBL_MAX_EXP__" is undefined
                              DBL_MAX_EXP,    // Maximum exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 510: error: 
          identifier "__DBL_MIN_10_EXP__" is undefined
                              DBL_MIN_10_EXP, // Minimum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 511: error: 
          identifier "__DBL_MAX_10_EXP__" is undefined
                              DBL_MAX_10_EXP, // Maximum base 10 exponent
                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 516: error: 
          identifier "__DBL_MIN__" is undefined
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 517: error: 
          identifier "__DBL_MIN__" is undefined
    static double _STLP_CALL denorm_min() _STLP_NOTHROW { return DBL_MIN; }
                                                                 ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 518: error: 
          identifier "__DBL_MAX__" is undefined
    static double (_STLP_CALL max)() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                    ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 519: error: 
          identifier "__DBL_EPSILON__" is undefined
    static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 542: error: 
          identifier "__DBL_MIN__" is undefined
    static long double (_STLP_CALL min) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 543: error: 
          identifier "__DBL_MIN__" is undefined
    static long double _STLP_CALL denorm_min() _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MIN; }
                                                                                              ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 544: error: 
          identifier "__DBL_MAX__" is undefined
    static long double (_STLP_CALL max) () _STLP_NOTHROW { _STLP_USING_VENDOR_CSTD return DBL_MAX; }
                                                                                          ^

"/home/software/com/packages/pgi-10.8/linux86-64/10.8/include/CC/stl/_limits.h", line 545: error: 
          identifier "__DBL_EPSILON__" is undefined
    static long double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; }
                                                                   ^

"fileerrretx.cxx", line 39: warning: variable "rank" was declared but never
          referenced
      int errs = 0, toterrs, rank;
                             ^

25 errors detected in the compilation of "fileerrretx.cxx".
make[3]: *** [fileerrretx.o] Error 2
make[3]: Leaving directory `/sandbox/mpich2/nightly/output/comb48.ubuntu-lucid-x86/test_1/mpich2/test/mpi/errors/cxx/io'

[Back To The Main Page]