/usr/share/acl2-6.5/books/misc/qi.acl2 is in acl2-books-source 6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #+(and acl2-par hons)
(set-waterfall-parallelism
; qi.lisp currently exhibits a problem with hash tables when built
; with ACL2(h). This can probably be fixed by making the problematic
; hash table a :shared table, but we leave that for another day.
nil)
(certify-book "qi" ? t)
|