Changes between Version 23 and Version 24 of Introduction
- Timestamp:
- 07/28/21 10:50:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Introduction
v23 v24 577 577 == Verifying C/MPI Programs == 578 578 579 Link to main [ wiki:MPIDocs "MPI Documentation."]579 Link to main [[wiki:MPI Documentation|MPI Documentation.]] 580 580 581 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. … … 597 597 == Verifying C/OpenMP Programs == 598 598 599 Link to main [ wiki:OpenMPDocs "OpenMP Documentation."]599 Link to main [[wiki:OpenMP Documentation|OpenMP Documentation.]] 600 600 601 601 CIVL uses an input variable `omp_thread_max` for verifying OpenMP programs. It must be specified on the command line, e.g., … … 613 613 == Verifying CUDA-C Programs == 614 614 615 Link to main [ wiki:CUDADocs "CUDA-C Documentation."]615 Link to main [[wiki:CUDA Documentation|CUDA-C Documentation.]] 616 616 617 617 == Verifying C/Pthreads Programs == 618 618 619 Link to main [ wiki:PthreadsDocs "Pthreads Documentation."]619 Link to main [[wiki:Pthreads Documentation|Pthreads Documentation.]] 620 620 621 621 == Verifying Fortran Programs == 622 622 623 Link to main [ wiki:FortranDocs "Fortran Documentation."]623 Link to main [[wiki:Fortran Documentation|Fortran Documentation.]] 624 624 625 625 (under development)
