?? mpi-test.pod
字號(hào):
=head1 NAME mpi-test - automated test program for MPI library=head1 SYNOPSIS mpi-test <suite-name> [quiet] mpi-test list mpi-test help=head1 DESCRIPTIONThe B<mpi-test> program is a general unit test driver for the MPIlibrary. It is used to verify that the library works as it issupposed to on your architecture. As with most such things, passingall the tests in B<mpi-test> does not guarantee the code is correct,but if any of them fail, there are certainly problems.Each major function of the library can be tested individually. For alist of the test suites understood by B<mpi-test>, run it with theI<list> command line option: mpi-test listThis will display a list of the available test suites and a briefsynopsis of what each one does. For a brief overview of thisdocument, run B<mpi-test> I<help>.B<mpi-test> exits with a zero status if the selected test succeeds, ora nonzero status if it fails. If a I<suite-name> which is notunderstood by B<mpi-test> is given, a diagnostic is printed to thestandard error, and the program exits with a result code of 2. If atest fails, the result code will be 1, and a diagnostic is ordinarilyprinted to the standard error. However, if the I<quiet> option isprovided, these diagnostics will be suppressed.=head1 RESTRICTIONSOnly a few canned test cases are provided. The solutions have beenverified using the GNU bc(1) program, so bugs there may cause problemshere; however, this is very unlikely, so if a test fails, it is almostcertainly my fault, not bc(1)'s.=head1 AUTHOR Michael J. Fromberger <sting@linguist.dartmouth.edu> Thayer School of Engineering, Hanover, New Hampshire, USA $Date: 2000/07/14 00:44:34 $
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -