Changes between Version 109 and Version 110 of WikiStart
- Timestamp:
- 08/31/18 16:11:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v109 v110 1 1 = CIVL: The Concurrency Intermediate Verification Language = 2 {{{3 #!comment4 [[Image(wiki:WikiStart:logo.png)]]5 }}}6 2 7 3 == About == … … 14 10 == Downloads == 15 11 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] 20 16 21 17 == Examples & Case Studies == … … 23 19 * [wiki:Tour A Brief Tour of CIVL with Examples] 24 20 * [https://dl.acm.org/citation.cfm?id=3090070 CIVL Solutions to VerifyThis 2016 Challenges] 25 {{{26 #!comment27 * [https://vsl.cis.udel.edu/lib/downloads/civl_verifythis_2016.pdf CIVL Solutions to VerifyThis 2016 Challenges]28 }}}29 21 * [https://dl.acm.org/citation.cfm?id=3145488 Towards Self-Verification in Finite Difference Code Generation] 30 22 * [https://link.springer.com/chapter/10.1007/978-3-319-99725-4_14 Verifying Properties of Differentiable Programs] 23 31 24 == Documents & Publications == 32 25 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] 34 31 * [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] 36 36 37 37 == How to Cite CIVL == … … 54 54 55 55 == 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.56 If you have any problem when using CIVL, you can report it by sending email to [civl-dev@googlegroups.com].[[br]] 57 It would be helpful for us to trace the bug if you also submit your source programs as attachments. 58 58 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. 59 When reporting a bug, you are greatly recommended to provide specific information as much as possible, 60 such as the civl command, the source files, the civl version, the error message or exception, etc. 61 The minimum is to provide sufficient information for others to reproduce the problem. 60 62 61 63 == Developer Link ==
