Changes between Version 23 and Version 24 of Introduction


Ignore:
Timestamp:
07/28/21 10:50:37 (5 years ago)
Author:
Alex Wilton
Comment:

Changed API link names

Legend:

Unmodified
Added
Removed
Modified
  • Introduction

    v23 v24  
    577577== Verifying C/MPI Programs ==
    578578
    579 Link to main [wiki:MPIDocs "MPI Documentation."]
     579Link to main [[wiki:MPI Documentation|MPI Documentation.]]
    580580
    581581CIVL 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.
     
    597597== Verifying C/OpenMP Programs ==
    598598
    599 Link to main [wiki:OpenMPDocs "OpenMP Documentation."]
     599Link to main [[wiki:OpenMP Documentation|OpenMP Documentation.]]
    600600
    601601CIVL uses an input variable `omp_thread_max` for verifying OpenMP programs.   It must be specified on the command line, e.g.,
     
    613613== Verifying CUDA-C Programs ==
    614614
    615 Link to main [wiki:CUDADocs "CUDA-C Documentation."]
     615Link to main [[wiki:CUDA Documentation|CUDA-C Documentation.]]
    616616
    617617== Verifying C/Pthreads Programs ==
    618618
    619 Link to main [wiki:PthreadsDocs "Pthreads Documentation."]
     619Link to main [[wiki:Pthreads Documentation|Pthreads Documentation.]]
    620620
    621621== Verifying Fortran Programs ==
    622622
    623 Link to main [wiki:FortranDocs "Fortran Documentation."]
     623Link to main [[wiki:Fortran Documentation|Fortran Documentation.]]
    624624
    625625(under development)