= CIVL: The Concurrency Intermediate Verification Language = == About == CIVL is a framework encompassing… * a programming language, CIVL-C, which adds to C a number of concurrency primitives, as well as the ability to define functions in any scope. Together, these features make for a very expressive concurrent language that can faithfully represent programs using various APIs and parallel languages, such as MPI, OpenMP, CUDA, and Chapel. CIVL-C also provides a number of primitives supporting verification. * a model checker which uses symbolic execution to verify a number of safety properties of CIVL-C programs. The model checker can also be used to verify that two CIVL-C programs are functionally equivalent. * a number of translators from various commonly-used concurrency languages/APIs to CIVL-C (currently, MPI, OpenMP, Pthreads, and CUDA). == Downloads == * [http://vsl.cis.udel.edu/lib/sw/civl/current/latest/ Latest stable release] * [http://vsl.cis.udel.edu/lib/sw/civl/trunk/latest/ Latest unstable release] * [http://vsl.cis.udel.edu/lib/sw/civl/ Older releases] * [http://civl.cis.udel.edu/app/ CIVL Web App] == Examples & Case Studies == * [wiki:Tour A Brief Tour of CIVL with Examples] * [https://dl.acm.org/citation.cfm?id=3090070 CIVL Solutions to VerifyThis 2016 Challenges] * [https://dl.acm.org/citation.cfm?id=3145488 Towards Self-Verification in Finite Difference Code Generation] * [https://link.springer.com/chapter/10.1007/978-3-319-99725-4_14 Verifying Properties of Differentiable Programs] == Documents & Publications == * [https://vsl.cis.udel.edu/lib/sw/civl/civl-manual.pdf Manual for CIVL v1.17.1] * [https://vsl.cis.udel.edu/pubs/civl_sc_2015.html CIVL: The Concurrency Intermediate Verification Language] * [https://vsl.cis.udel.edu/lib/downloads/ltspor_2018.pdf Technical Report: Ample Set Partial Order Reduction for Actions ] * [https://vsl.cis.udel.edu/pubs/civl_eurompi_2017.html Verification of MPI programs using CIVL] * [https://science.energy.gov/~/media/ascr/pdf/programdocuments/docs/2017/HPC_Correctness_Report.pdf DOE Report of the HPC Correctness Summit] * [https://vsl.cis.udel.edu/pubs/civl_verifythis_2016.html CIVL Solutions to VerifyThis 2016 Challenges] * [https://vsl.cis.udel.edu/pubs/civl_svcomp_2016.html CIVL: Applying a General Concurrency Verification Framework to C/Pthreads Programs Competition Contribution] * [https://vsl.cis.udel.edu/pubs/civl_ase_2015.html CIVL: Formal Verification of Parallel Programs] * [https://vsl.cis.udel.edu/pubs/accuracy_tr_2014.html Using Symbolic Execution to Verify the Order of Accuracy of Numerical Approximations] * [https://vsl.cis.udel.edu/pubs/civl_tr_2014.html Tech Report: CIVL: The Concurrency Intermediate Verification Language] * [https://vsl.cis.udel.edu/pubs/index.html VSL Publication List] == How to Cite CIVL == {{{ @Inproceedings{siegel-etal:2015:civl_sc, author = {Stephen F.\ Siegel and Manchun Zheng and Ziqing Luo and Timothy K.\ Zirkel and Andre V.\ Marianiello and John G.\ Edenhofner and Matthew B.\ Dwyer and Michael S.\ Rogers}, title = {{CIVL}: The Concurrency Intermediate Verification Language}, booktitle = {SC15: International Conference for High Performance Computing, Networking, Storage and Analysis, Proceedings}, series = {SC '15}, year = {2015}, month = {Nov}, publisher = {IEEE Press}, address = {Piscataway, NJ, USA}, pages = {61:1-61:12} } }}} == Bug Report == If you have any problem when using CIVL, you can report it by sending an email to [civl-dev@googlegroups.com].[[br]] It would be helpful for us to trace the bug if you also submit your source programs as attachments. 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. == Developers == * Director: [https://vsl.cis.udel.edu/siegel.html Stephen F. Siegel] * Current Students: Ziqing Luo and Wenhao Wu * Former !Students/Postdocs: Manchun Zheng (postdoc), Ben Perry, Dan Fix, Jiaqiang Xu, Michael Karpeles, Pujan Kafle, Sam Moelius, Tim !McClory, Tim Zirkel, Yi Wei, and Yihao Yan. == Developer Link == [wiki:DeveloperPage]