Changes between Version 22 and Version 23 of Introduction
- Timestamp:
- 07/28/21 10:44:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Introduction
v22 v23 577 577 == Verifying C/MPI Programs == 578 578 579 Link to main [wiki:MPIDocs "MPI Documentation."] 580 579 581 CIVL can verify C/MPI programs that use a subset of MPI. The instructions for sequential programs apply equally to MPI programs. In addition, one must specify either (1) the number of processes for the MPI program, or (2) an upper and a lower bound on the number of processes for the MPI program. 580 582 … … 595 597 == Verifying C/OpenMP Programs == 596 598 599 Link to main [wiki:OpenMPDocs "OpenMP Documentation."] 600 597 601 CIVL uses an input variable `omp_thread_max` for verifying OpenMP programs. It must be specified on the command line, e.g., 598 602 … … 609 613 == Verifying CUDA-C Programs == 610 614 611 [wiki:CudaDocumentation]: Link to CUDA-C Documentation 615 Link to main [wiki:CUDADocs "CUDA-C Documentation."] 612 616 613 617 == Verifying C/Pthreads Programs == 614 618 615 619 Link to main [wiki:PthreadsDocs "Pthreads Documentation."] 616 620 617 621 == Verifying Fortran Programs == 618 622 623 Link to main [wiki:FortranDocs "Fortran Documentation."] 619 624 620 625 (under development)
