diff options
author | 2011-08-17 00:26:52 +0200 | |
---|---|---|
committer | 2011-08-17 00:26:52 +0200 | |
commit | 5097bc3de82221a6ad0e04ab1cf4876b24ab0015 (patch) | |
tree | dfcbb10fbc45037fe307325e52a51972430a001d /doc | |
parent | Added default to --help. Better documentation. (diff) | |
download | auto-numerical-bench-5097bc3de82221a6ad0e04ab1cf4876b24ab0015.tar.gz auto-numerical-bench-5097bc3de82221a6ad0e04ab1cf4876b24ab0015.tar.bz2 auto-numerical-bench-5097bc3de82221a6ad0e04ab1cf4876b24ab0015.zip |
Solved the test suit execution log issue. More documentation about logs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/numbench.1 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/numbench.1 b/doc/numbench.1 index 1680889..f7c3905 100644 --- a/doc/numbench.1 +++ b/doc/numbench.1 @@ -121,4 +121,24 @@ atlas sci-libs/atlas-3.9.46 blas:openblas .PP Some examples of configuration files are available in the directory /usr/share/numbench/samples. Please refer to those files to see some detailed -working configuration files.
\ No newline at end of file +working configuration files. + + +.SS Logs + +.PP +A complete set of log is saved during the execution of the script. The script +itself will print at the beginning the directory where the logs are saved. +In the directory you will find the file main.log, which contains everything +that is written to the terminal and a directory for each test which is defined +in the configuration file. Each of them contains the log of the emerge process +(if any) and a directory for each implementation found, which in turn contains +a log for the pkg-config process, one for the compilation of the test suite, +one that checks whether the linking is correct and finally the test suit +execution log. + +.PP +The logs are present only if the related process has been performed. For +instance, no log is available for the emerge process if the package was already +compiled. Please refer to the main.log file to see which processes have been +skipped.
\ No newline at end of file |