Changes between Version 109 and Version 110 of WikiStart


Ignore:
Timestamp:
08/31/18 16:11:37 (8 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v109 v110  
    11= CIVL: The Concurrency Intermediate Verification Language =
    2 {{{
    3 #!comment
    4 [[Image(wiki:WikiStart:logo.png)]]
    5 }}}
    62
    73== About ==
     
    1410== Downloads ==
    1511
    16 * Latest stable release: [http://vsl.cis.udel.edu/lib/sw/civl/current/latest/]
    17 * Latest unstable release: [http://vsl.cis.udel.edu/lib/sw/civl/trunk/latest/]
    18 * Older releases: [http://vsl.cis.udel.edu/lib/sw/civl/]
    19 * Online application: [http://civl.cis.udel.edu/app/]
     12* [http://vsl.cis.udel.edu/lib/sw/civl/current/latest/ Latest stable release]
     13* [http://vsl.cis.udel.edu/lib/sw/civl/trunk/latest/ Latest unstable release]
     14* [http://vsl.cis.udel.edu/lib/sw/civl/ Older releases]
     15* [http://civl.cis.udel.edu/app/ Online application]
    2016
    2117== Examples & Case Studies ==
     
    2319* [wiki:Tour A Brief Tour of CIVL with Examples]
    2420* [https://dl.acm.org/citation.cfm?id=3090070 CIVL Solutions to VerifyThis 2016 Challenges]
    25 {{{
    26 #!comment
    27 * [https://vsl.cis.udel.edu/lib/downloads/civl_verifythis_2016.pdf CIVL Solutions to VerifyThis 2016 Challenges]
    28 }}}
    2921* [https://dl.acm.org/citation.cfm?id=3145488 Towards Self-Verification in Finite Difference Code Generation]
    3022* [https://link.springer.com/chapter/10.1007/978-3-319-99725-4_14 Verifying Properties of Differentiable Programs]
     23
    3124== Documents & Publications ==
    3225
    33 * [http://vsl.cis.udel.edu/lib/sw/civl/1.16/r4871/release/civl-manual-1.16_4871.pdf  Manual for CIVL v1.16]
     26* [https://vsl.cis.udel.edu/lib/sw/civl/1.17.1/r4987/release/civl-manual-1.17.1_4987.pdf  Manual for CIVL v1.17.1]
     27* [https://vsl.cis.udel.edu/pubs/civl_sc_2015.html CIVL: The Concurrency Intermediate Verification Language]
     28* [https://vsl.cis.udel.edu/lib/downloads/ltspor_2018.pdf Technical Report: Ample Set Partial Order Reduction for Actions ]
     29* [https://vsl.cis.udel.edu/pubs/civl_eurompi_2017.html  Verification of MPI programs using CIVL]
     30* [https://science.energy.gov/~/media/ascr/pdf/programdocuments/docs/2017/HPC_Correctness_Report.pdf DOE Report of the HPC Correctness Summit]
    3431* [https://vsl.cis.udel.edu/pubs/civl_verifythis_2016.html CIVL Solutions to VerifyThis 2016 Challenges]
    35 * [https://vsl.cis.udel.edu/pubs/civl_eurompi_2017.html  Verification of MPI programs using CIVL]
     32* [https://vsl.cis.udel.edu/pubs/civl_svcomp_2016.html CIVL: Applying a General Concurrency Verification Framework to C/Pthreads Programs Competition Contribution]
     33* [https://vsl.cis.udel.edu/pubs/civl_ase_2015.html CIVL: Formal Verification of Parallel Programs]
     34* [https://vsl.cis.udel.edu/pubs/accuracy_tr_2014.html Using Symbolic Execution to Verify the Order of Accuracy of Numerical Approximations]
     35* [https://vsl.cis.udel.edu/pubs/civl_tr_2014.html Tech Report: CIVL: The Concurrency Intermediate Verification Language]
    3636
    3737== How to Cite CIVL ==
     
    5454
    5555== Bug Report ==
    56 If you have any problem when using CIVL, you can report it by creating a new ticket: [https://vsl.cis.udel.edu/trac/civl/newticket].[[br]]
    57 It would be helpful for us to trace the bug if you also submit your source programs as attachments of the ticket.
     56If you have any problem when using CIVL, you can report it by sending email to [civl-dev@googlegroups.com].[[br]]
     57It would be helpful for us to trace the bug if you also submit your source programs as attachments.
    5858
    59 When reporting a bug, you are greatly recommended to provide specific information as much as possible, such as the civl command, the source files, the civl version, the error message or exception, etc. The minimum is to provide sufficient information for others to reproduce the problem.
     59When reporting a bug, you are greatly recommended to provide specific information as much as possible,
     60such as the civl command, the source files, the civl version, the error message or exception, etc.
     61The minimum is to provide sufficient information for others to reproduce the problem.
    6062
    6163== Developer Link ==