From ccc1bc0f3c2575f097582e6f2cfc05a86a7608a5 Mon Sep 17 00:00:00 2001 From: pmoura Date: Thu, 25 May 2006 22:56:25 +0000 Subject: [PATCH] Documented YAP compilation thread options. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1657 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- docs/yap.tex | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/yap.tex b/docs/yap.tex index d6e9bcd42..eb81cce69 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -518,9 +518,14 @@ still highly experimental. @item @code{--with-gmp[=DIR]} give a path to where one can find the @code{GMP} library if not installed in the default path. + + @item @code{--enable-threads} allows using of the multi-threading +predicates provided by YAP. Depending on the operating system, the +option @code{--enable-pthread-locking} may also need to be used. + @end itemize -Next follow machine dependent details: +Next section discusses machine dependent details. @node Machine Options, , Configuration Options,Install @section Tuning YAP for a Particular Machine and Compiler @@ -9899,9 +9904,9 @@ although we load Logtalk using the @code{use_module/1} built-in predicate, the system is not packaged as a module not does it use modules in its implementation. -Logtalk documentation is included in the Logtalk directory. Be sure to read the Logtalk/INSTALL file for additional instructions on how to customize your Logtalk installation to match your working environment. +Logtalk documentation is included in the Logtalk directory. Be sure to read the Logtalk/INSTALL file for additional instructions on how to customize your Logtalk installation to match your working environment (the @code{use_module/1} call described above only provides minimal support). -For the latest Llogtalk news, please see the URL @url{http://www.logtalk.org/}. +For the latest Logtalk news, please see the URL @url{http://www.logtalk.org/}. @node Threads, Parallelism, Logtalk, Extensions @chapter Threads