Re: [mpich-devel] [mpich-ibm] Regression tests on mpich-1.3.2
Regarding the non-F77 test failures, there are several tests that are known to fail on bgq because of memory usage or other things. We never spent the time to figure out how to gracefully skip these tests for bgq in the test harness. For the F77 syntax errors .. is there an option to XLF that will permit the code in question? Perhaps we can add it as a default option for the bgq build when the XL compilers are used. Michael Blocksome Parallel Environment MPI Middleware Team Lead, TCEM POWER, x86, and Blue Gene HPC Messaging [email protected] From: William Scullin <[email protected]> To: Rob Latham <[email protected]>, <[email protected]>, <[email protected]> Date: 08/03/2014 06:09 PM Subject: Re: [mpich-ibm] Regression tests on mpich-1.3.2 Forwarding this at the suggestion of Rob Latham. It's worth noting that a high percentage of the f77 failures were syntax issues but a few tests did pass: [wscullin@vestalac2 mpich-1.3.2-testing]$ grep -v 'not ok' *-r3-postpatch/summary.tap | grep f77 | grep ok | grep -v '##' | grep xl xl.legacy.ndebug-r3-postpatch/summary.tap:ok 526 - ./f77/io/c2fmultio 1 xl.legacy.ndebug-r3-postpatch/summary.tap:ok 543 - ./f77/ext/c2fmult 1 xl.ndebug-r3-postpatch/summary.tap:ok 526 - ./f77/io/c2fmultio 1 xl.ndebug-r3-postpatch/summary.tap:ok 543 - ./f77/ext/c2fmult 1 xl-r3-postpatch/summary.tap:ok 526 - ./f77/io/c2fmultio 1 xl-r3-postpatch/summary.tap:ok 543 - ./f77/ext/c2fmult 1 The XL compilers used are the May 2014 PTF: [wscullin@vestalac2 mpich-1.3.2-testing]$ xlf -qversion=verbose IBM XL Fortran for Blue Gene, V14.1 Version: 14.01.0000.0008 Driver Version: 14.01(Fortran) Level: 140417 ID:_gBvIcmjEEeOTbt3so48j-A Fortran Front End and Run Time Version: 14.01(Fortran) Level: 140417 ID:_o3fhwsZGEeOCnf7uAVQYOQ Fortran Transformer Version: 14.01(Fortran) Level: 140417 ID:_o4Glx8ZGEeOCnf7uAVQYOQ High-Level Optimizer Version: 12.01(C/C++) and 14.01(Fortran) Level: 140417 ID:_kTVT9H7SEeOTb93so48j-A Low-Level Optimizer Version: 12.01(C/C++) and 14.01(Fortran) Level: 140417 ID:_o-Q4IMZGEeOCnf7uAVQYOQ [wscullin@vestalac2 mpich-1.3.2-testing]$ xlc -qversion=verbose IBM XL C/C++ for Blue Gene, V12.1 Version: 12.01.0000.0008 Driver Version: 12.01(C/C++) Level: 140417 ID:_gBvIcmjEEeOTbt3so48j-A C Front End Version: 12.01(C/C++) Level: 140417 ID:_kTr5Qn7SEeOTb93so48j-A C++ Front End Version: 12.01(C/C++) Level: 140501 ID:_TB1SNdFsEeOC9P7uAVQYOQ High-Level Optimizer Version: 12.01(C/C++) and 14.01(Fortran) Level: 140417 ID:_kTVT9H7SEeOTb93so48j-A Low-Level Optimizer Version: 12.01(C/C++) and 14.01(Fortran) Level: 140417 ID:_o-Q4IMZGEeOCnf7uAVQYOQ Thanks, William On Sat, Aug 2, 2014 at 1:05 PM, William Scullin <[email protected]> wrote:
I built mpich-1.3.2 on Vesta in /dev/shm/mpich under V1R2M2 with eFixes through eFix 3 plus Rob Latham's patch from commit 80b48f9ab06c79e663e9f8b72ec1c70c72198e94 using the instructions found at https://wiki.mpich.org/mpich/index.php/BGQ. There were a handful of failures when I ran the regression test suite. Are they meaningful and how should I proceed from here?
Thanks, William
The following regression rests showed failures:
[wscullin@vestalac2 mpich-1.3.2-testing]$ grep 'not ok' *-r3-postpatch/summary.tap gcc-4.4.7-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 gcc-4.4.7-r3-postpatch/summary.tap:not ok 468 - ./io/bigtype 1
gcc-4.7.2-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 gcc-4.7.2-r3-postpatch/summary.tap:not ok 310 - ./pt2pt/issendselfcancel 1 gcc-4.7.2-r3-postpatch/summary.tap:not ok 429 - ./rma/linked_list_bench_lock_shr_nocheck 4 gcc-4.7.2-r3-postpatch/summary.tap:not ok 468 - ./io/bigtype 1
xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 426 - ./rma/linked_list_bench_lock_all 4 xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 468 - ./io/bigtype 1 xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 469 - ./f77/attr/attrmpi1f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 470 - ./f77/attr/baseattrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 471 - ./f77/attr/baseattr2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 472 - ./f77/attr/commattrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 473 - ./f77/attr/commattr2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 474 - ./f77/attr/commattr3f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 475 - ./f77/attr/typeattrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 476 - ./f77/attr/typeattr2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 477 - ./f77/attr/typeattr3f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 478 - ./f77/coll/uallreducef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 479 - ./f77/coll/exscanf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 480 - ./f77/coll/alltoallwf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 481 - ./f77/coll/alltoallvf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 482 - ./f77/coll/inplacef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 483 - ./f77/coll/reducelocalf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 484 - ./f77/coll/redscatf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 485 - ./f77/coll/split_typef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 486 - ./f77/coll/nonblockingf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 487 - ./f77/coll/vw_inplacef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 488 - ./f77/coll/red_scat_blockf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 489 - ./f77/coll/nonblocking_inpf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 490 - ./f77/datatype/typenamef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 491 - ./f77/datatype/typename3f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 492 - ./f77/datatype/typesnamef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 493 - ./f77/datatype/typecntsf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 494 - ./f77/datatype/typem2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 495 - ./f77/datatype/typesubf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 496 - ./f77/datatype/packef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 497 - ./f77/datatype/gaddressf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 498 - ./f77/datatype/allctypesf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 499 - ./f77/datatype/hindex1f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 500 - ./f77/datatype/hindexed_blockf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 501 - ./f77/pt2pt/statusesf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 502 - ./f77/pt2pt/greqf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 503 - ./f77/pt2pt/allpairf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 504 - ./f77/pt2pt/mprobef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 505 - ./f77/info/infotestf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 506 - ./f77/info/infotest2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 507 - ./f77/io/iwriteatf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 508 - ./f77/io/iwritef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 509 - ./f77/io/iwriteshf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 510 - ./f77/io/writef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 511 - ./f77/io/writeatf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 512 - ./f77/io/writeallf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 513 - ./f77/io/writeshf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 514 - ./f77/io/writeordf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 515 - ./f77/io/writeatallf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 516 - ./f77/io/writeatallbef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 517 - ./f77/io/writeallbef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 518 - ./f77/io/writeordbef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 519 - ./f77/io/fileerrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 520 - ./f77/io/fileinfof xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 521 - ./f77/io/shpositionf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 522 - ./f77/io/atomicityf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 523 - ./f77/io/miscfilef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 524 - ./f77/io/setviewcurf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 525 - ./f77/io/c2f2ciof xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 527 - ./f77/rma/winscale1f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 528 - ./f77/rma/winfencef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 529 - ./f77/rma/wingetf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 530 - ./f77/rma/winscale2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 531 - ./f77/rma/winerrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 532 - ./f77/rma/winnamef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 533 - ./f77/rma/wingroupf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 534 - ./f77/rma/winaccf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 535 - ./f77/rma/c2f2cwinf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 536 - ./f77/rma/baseattrwinf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 537 - ./f77/rma/winattrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 538 - ./f77/rma/winattr2f xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 539 - ./f77/init/baseenvf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 540 - ./f77/comm/commnamef xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 541 - ./f77/comm/commerrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 542 - ./f77/ext/c2f2cf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 544 - ./f77/ext/ctypesinf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 545 - ./f77/ext/allocmemf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 546 - ./f77/topo/cartcrf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 547 - ./f77/topo/dgraph_wgtf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 548 - ./f77/topo/dgraph_unwgtf xl.legacy.ndebug-r3-postpatch/summary.tap:not ok 549 - ./f77/profile/profile1f
xl.legacy-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 xl.ndebug-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 xl.ndebug-r3-postpatch/summary.tap:not ok 468 - ./io/bigtype 1 xl.ndebug-r3-postpatch/summary.tap:not ok 469 - ./f77/attr/attrmpi1f xl.ndebug-r3-postpatch/summary.tap:not ok 470 - ./f77/attr/baseattrf xl.ndebug-r3-postpatch/summary.tap:not ok 471 - ./f77/attr/baseattr2f xl.ndebug-r3-postpatch/summary.tap:not ok 472 - ./f77/attr/commattrf xl.ndebug-r3-postpatch/summary.tap:not ok 473 - ./f77/attr/commattr2f xl.ndebug-r3-postpatch/summary.tap:not ok 474 - ./f77/attr/commattr3f xl.ndebug-r3-postpatch/summary.tap:not ok 475 - ./f77/attr/typeattrf xl.ndebug-r3-postpatch/summary.tap:not ok 476 - ./f77/attr/typeattr2f xl.ndebug-r3-postpatch/summary.tap:not ok 477 - ./f77/attr/typeattr3f xl.ndebug-r3-postpatch/summary.tap:not ok 478 - ./f77/coll/uallreducef xl.ndebug-r3-postpatch/summary.tap:not ok 479 - ./f77/coll/exscanf xl.ndebug-r3-postpatch/summary.tap:not ok 480 - ./f77/coll/alltoallwf xl.ndebug-r3-postpatch/summary.tap:not ok 481 - ./f77/coll/alltoallvf xl.ndebug-r3-postpatch/summary.tap:not ok 482 - ./f77/coll/inplacef xl.ndebug-r3-postpatch/summary.tap:not ok 483 - ./f77/coll/reducelocalf xl.ndebug-r3-postpatch/summary.tap:not ok 484 - ./f77/coll/redscatf xl.ndebug-r3-postpatch/summary.tap:not ok 485 - ./f77/coll/split_typef xl.ndebug-r3-postpatch/summary.tap:not ok 486 - ./f77/coll/nonblockingf xl.ndebug-r3-postpatch/summary.tap:not ok 487 - ./f77/coll/vw_inplacef xl.ndebug-r3-postpatch/summary.tap:not ok 488 - ./f77/coll/red_scat_blockf xl.ndebug-r3-postpatch/summary.tap:not ok 489 - ./f77/coll/nonblocking_inpf xl.ndebug-r3-postpatch/summary.tap:not ok 490 - ./f77/datatype/typenamef xl.ndebug-r3-postpatch/summary.tap:not ok 491 - ./f77/datatype/typename3f xl.ndebug-r3-postpatch/summary.tap:not ok 492 - ./f77/datatype/typesnamef xl.ndebug-r3-postpatch/summary.tap:not ok 493 - ./f77/datatype/typecntsf xl.ndebug-r3-postpatch/summary.tap:not ok 494 - ./f77/datatype/typem2f xl.ndebug-r3-postpatch/summary.tap:not ok 495 - ./f77/datatype/typesubf xl.ndebug-r3-postpatch/summary.tap:not ok 496 - ./f77/datatype/packef xl.ndebug-r3-postpatch/summary.tap:not ok 497 - ./f77/datatype/gaddressf xl.ndebug-r3-postpatch/summary.tap:not ok 498 - ./f77/datatype/allctypesf xl.ndebug-r3-postpatch/summary.tap:not ok 499 - ./f77/datatype/hindex1f xl.ndebug-r3-postpatch/summary.tap:not ok 500 - ./f77/datatype/hindexed_blockf xl.ndebug-r3-postpatch/summary.tap:not ok 501 - ./f77/pt2pt/statusesf xl.ndebug-r3-postpatch/summary.tap:not ok 502 - ./f77/pt2pt/greqf xl.ndebug-r3-postpatch/summary.tap:not ok 503 - ./f77/pt2pt/allpairf xl.ndebug-r3-postpatch/summary.tap:not ok 504 - ./f77/pt2pt/mprobef xl.ndebug-r3-postpatch/summary.tap:not ok 505 - ./f77/info/infotestf xl.ndebug-r3-postpatch/summary.tap:not ok 506 - ./f77/info/infotest2f xl.ndebug-r3-postpatch/summary.tap:not ok 507 - ./f77/io/iwriteatf xl.ndebug-r3-postpatch/summary.tap:not ok 508 - ./f77/io/iwritef xl.ndebug-r3-postpatch/summary.tap:not ok 509 - ./f77/io/iwriteshf xl.ndebug-r3-postpatch/summary.tap:not ok 510 - ./f77/io/writef xl.ndebug-r3-postpatch/summary.tap:not ok 511 - ./f77/io/writeatf xl.ndebug-r3-postpatch/summary.tap:not ok 512 - ./f77/io/writeallf xl.ndebug-r3-postpatch/summary.tap:not ok 513 - ./f77/io/writeshf xl.ndebug-r3-postpatch/summary.tap:not ok 514 - ./f77/io/writeordf xl.ndebug-r3-postpatch/summary.tap:not ok 515 - ./f77/io/writeatallf xl.ndebug-r3-postpatch/summary.tap:not ok 516 - ./f77/io/writeatallbef xl.ndebug-r3-postpatch/summary.tap:not ok 517 - ./f77/io/writeallbef xl.ndebug-r3-postpatch/summary.tap:not ok 518 - ./f77/io/writeordbef xl.ndebug-r3-postpatch/summary.tap:not ok 519 - ./f77/io/fileerrf xl.ndebug-r3-postpatch/summary.tap:not ok 520 - ./f77/io/fileinfof xl.ndebug-r3-postpatch/summary.tap:not ok 521 - ./f77/io/shpositionf xl.ndebug-r3-postpatch/summary.tap:not ok 522 - ./f77/io/atomicityf xl.ndebug-r3-postpatch/summary.tap:not ok 523 - ./f77/io/miscfilef xl.ndebug-r3-postpatch/summary.tap:not ok 524 - ./f77/io/setviewcurf xl.ndebug-r3-postpatch/summary.tap:not ok 525 - ./f77/io/c2f2ciof xl.ndebug-r3-postpatch/summary.tap:not ok 527 - ./f77/rma/winscale1f xl.ndebug-r3-postpatch/summary.tap:not ok 528 - ./f77/rma/winfencef xl.ndebug-r3-postpatch/summary.tap:not ok 529 - ./f77/rma/wingetf xl.ndebug-r3-postpatch/summary.tap:not ok 530 - ./f77/rma/winscale2f xl.ndebug-r3-postpatch/summary.tap:not ok 531 - ./f77/rma/winerrf xl.ndebug-r3-postpatch/summary.tap:not ok 532 - ./f77/rma/winnamef xl.ndebug-r3-postpatch/summary.tap:not ok 533 - ./f77/rma/wingroupf xl.ndebug-r3-postpatch/summary.tap:not ok 534 - ./f77/rma/winaccf xl.ndebug-r3-postpatch/summary.tap:not ok 535 - ./f77/rma/c2f2cwinf xl.ndebug-r3-postpatch/summary.tap:not ok 536 - ./f77/rma/baseattrwinf xl.ndebug-r3-postpatch/summary.tap:not ok 537 - ./f77/rma/winattrf xl.ndebug-r3-postpatch/summary.tap:not ok 538 - ./f77/rma/winattr2f xl.ndebug-r3-postpatch/summary.tap:not ok 539 - ./f77/init/baseenvf xl.ndebug-r3-postpatch/summary.tap:not ok 540 - ./f77/comm/commnamef xl.ndebug-r3-postpatch/summary.tap:not ok 541 - ./f77/comm/commerrf xl.ndebug-r3-postpatch/summary.tap:not ok 542 - ./f77/ext/c2f2cf xl.ndebug-r3-postpatch/summary.tap:not ok 544 - ./f77/ext/ctypesinf xl.ndebug-r3-postpatch/summary.tap:not ok 545 - ./f77/ext/allocmemf xl.ndebug-r3-postpatch/summary.tap:not ok 546 - ./f77/topo/cartcrf xl.ndebug-r3-postpatch/summary.tap:not ok 547 - ./f77/topo/dgraph_wgtf xl.ndebug-r3-postpatch/summary.tap:not ok 548 - ./f77/topo/dgraph_unwgtf xl.ndebug-r3-postpatch/summary.tap:not ok 549 - ./f77/profile/profile1f
xl-r3-postpatch/summary.tap:not ok 284 - ./init/timeout 2 xl-r3-postpatch/summary.tap:not ok 468 - ./io/bigtype 1 xl-r3-postpatch/summary.tap:not ok 469 - ./f77/attr/attrmpi1f xl-r3-postpatch/summary.tap:not ok 470 - ./f77/attr/baseattrf xl-r3-postpatch/summary.tap:not ok 471 - ./f77/attr/baseattr2f xl-r3-postpatch/summary.tap:not ok 472 - ./f77/attr/commattrf xl-r3-postpatch/summary.tap:not ok 473 - ./f77/attr/commattr2f xl-r3-postpatch/summary.tap:not ok 474 - ./f77/attr/commattr3f xl-r3-postpatch/summary.tap:not ok 475 - ./f77/attr/typeattrf xl-r3-postpatch/summary.tap:not ok 476 - ./f77/attr/typeattr2f xl-r3-postpatch/summary.tap:not ok 477 - ./f77/attr/typeattr3f xl-r3-postpatch/summary.tap:not ok 478 - ./f77/coll/uallreducef xl-r3-postpatch/summary.tap:not ok 479 - ./f77/coll/exscanf xl-r3-postpatch/summary.tap:not ok 480 - ./f77/coll/alltoallwf xl-r3-postpatch/summary.tap:not ok 481 - ./f77/coll/alltoallvf xl-r3-postpatch/summary.tap:not ok 482 - ./f77/coll/inplacef xl-r3-postpatch/summary.tap:not ok 483 - ./f77/coll/reducelocalf xl-r3-postpatch/summary.tap:not ok 484 - ./f77/coll/redscatf xl-r3-postpatch/summary.tap:not ok 485 - ./f77/coll/split_typef xl-r3-postpatch/summary.tap:not ok 486 - ./f77/coll/nonblockingf xl-r3-postpatch/summary.tap:not ok 487 - ./f77/coll/vw_inplacef xl-r3-postpatch/summary.tap:not ok 488 - ./f77/coll/red_scat_blockf xl-r3-postpatch/summary.tap:not ok 489 - ./f77/coll/nonblocking_inpf xl-r3-postpatch/summary.tap:not ok 490 - ./f77/datatype/typenamef xl-r3-postpatch/summary.tap:not ok 491 - ./f77/datatype/typename3f xl-r3-postpatch/summary.tap:not ok 492 - ./f77/datatype/typesnamef xl-r3-postpatch/summary.tap:not ok 493 - ./f77/datatype/typecntsf xl-r3-postpatch/summary.tap:not ok 494 - ./f77/datatype/typem2f xl-r3-postpatch/summary.tap:not ok 495 - ./f77/datatype/typesubf xl-r3-postpatch/summary.tap:not ok 496 - ./f77/datatype/packef xl-r3-postpatch/summary.tap:not ok 497 - ./f77/datatype/gaddressf xl-r3-postpatch/summary.tap:not ok 498 - ./f77/datatype/allctypesf xl-r3-postpatch/summary.tap:not ok 499 - ./f77/datatype/hindex1f xl-r3-postpatch/summary.tap:not ok 500 - ./f77/datatype/hindexed_blockf xl-r3-postpatch/summary.tap:not ok 501 - ./f77/pt2pt/statusesf xl-r3-postpatch/summary.tap:not ok 502 - ./f77/pt2pt/greqf xl-r3-postpatch/summary.tap:not ok 503 - ./f77/pt2pt/allpairf xl-r3-postpatch/summary.tap:not ok 504 - ./f77/pt2pt/mprobef xl-r3-postpatch/summary.tap:not ok 505 - ./f77/info/infotestf xl-r3-postpatch/summary.tap:not ok 506 - ./f77/info/infotest2f xl-r3-postpatch/summary.tap:not ok 507 - ./f77/io/iwriteatf xl-r3-postpatch/summary.tap:not ok 508 - ./f77/io/iwritef xl-r3-postpatch/summary.tap:not ok 509 - ./f77/io/iwriteshf xl-r3-postpatch/summary.tap:not ok 510 - ./f77/io/writef xl-r3-postpatch/summary.tap:not ok 511 - ./f77/io/writeatf xl-r3-postpatch/summary.tap:not ok 512 - ./f77/io/writeallf xl-r3-postpatch/summary.tap:not ok 513 - ./f77/io/writeshf xl-r3-postpatch/summary.tap:not ok 514 - ./f77/io/writeordf xl-r3-postpatch/summary.tap:not ok 515 - ./f77/io/writeatallf xl-r3-postpatch/summary.tap:not ok 516 - ./f77/io/writeatallbef xl-r3-postpatch/summary.tap:not ok 517 - ./f77/io/writeallbef xl-r3-postpatch/summary.tap:not ok 518 - ./f77/io/writeordbef xl-r3-postpatch/summary.tap:not ok 519 - ./f77/io/fileerrf xl-r3-postpatch/summary.tap:not ok 520 - ./f77/io/fileinfof xl-r3-postpatch/summary.tap:not ok 521 - ./f77/io/shpositionf xl-r3-postpatch/summary.tap:not ok 522 - ./f77/io/atomicityf xl-r3-postpatch/summary.tap:not ok 523 - ./f77/io/miscfilef xl-r3-postpatch/summary.tap:not ok 524 - ./f77/io/setviewcurf xl-r3-postpatch/summary.tap:not ok 525 - ./f77/io/c2f2ciof xl-r3-postpatch/summary.tap:not ok 527 - ./f77/rma/winscale1f xl-r3-postpatch/summary.tap:not ok 528 - ./f77/rma/winfencef xl-r3-postpatch/summary.tap:not ok 529 - ./f77/rma/wingetf xl-r3-postpatch/summary.tap:not ok 530 - ./f77/rma/winscale2f xl-r3-postpatch/summary.tap:not ok 531 - ./f77/rma/winerrf xl-r3-postpatch/summary.tap:not ok 532 - ./f77/rma/winnamef xl-r3-postpatch/summary.tap:not ok 533 - ./f77/rma/wingroupf xl-r3-postpatch/summary.tap:not ok 534 - ./f77/rma/winaccf xl-r3-postpatch/summary.tap:not ok 535 - ./f77/rma/c2f2cwinf xl-r3-postpatch/summary.tap:not ok 536 - ./f77/rma/baseattrwinf xl-r3-postpatch/summary.tap:not ok 537 - ./f77/rma/winattrf xl-r3-postpatch/summary.tap:not ok 538 - ./f77/rma/winattr2f xl-r3-postpatch/summary.tap:not ok 539 - ./f77/init/baseenvf xl-r3-postpatch/summary.tap:not ok 540 - ./f77/comm/commnamef xl-r3-postpatch/summary.tap:not ok 541 - ./f77/comm/commerrf xl-r3-postpatch/summary.tap:not ok 542 - ./f77/ext/c2f2cf xl-r3-postpatch/summary.tap:not ok 544 - ./f77/ext/ctypesinf xl-r3-postpatch/summary.tap:not ok 545 - ./f77/ext/allocmemf xl-r3-postpatch/summary.tap:not ok 546 - ./f77/topo/cartcrf xl-r3-postpatch/summary.tap:not ok 547 - ./f77/topo/dgraph_wgtf xl-r3-postpatch/summary.tap:not ok 548 - ./f77/topo/dgraph_unwgtf xl-r3-postpatch/summary.tap:not ok 549 - ./f77/profile/profile1f [wscullin@vestalac2 mpich-1.3.2-testing]$
ibm mailing list [email protected] https://lists.mpich.org/mailman/listinfo/ibm
participants (1)
-
Michael Blocksome