diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
| commit | 3568412f8f230774d0d11d7ed1c897424f95d3ef (patch) | |
| tree | 77223792d8c925a9b1fc32b3f4341e943b5f8209 /INSTALL | |
| parent | 67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff) | |
| download | nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip | |
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 27 |
1 files changed, 27 insertions, 0 deletions
| @@ -0,0 +1,27 @@ | |||
| 1 | # Requirements | ||
| 2 | |||
| 3 | A full installation of nissy requires about 1.8Gb of space, of which 1.6Gb are | ||
| 4 | occupied by the huge pruning table for optimal solving, and running it requires | ||
| 5 | the same amount of RAM. | ||
| 6 | One can choose to never use the optimal solver and not to install the relative | ||
| 7 | pruning table. If so, about 200Mb should be enough. | ||
| 8 | |||
| 9 | # Installation | ||
| 10 | |||
| 11 | ## On a UNIX system: | ||
| 12 | |||
| 13 | Edit the Makefile to match your local configuration (usually not necessary, but you | ||
| 14 | may want to change the PREFIX variable) and run make, followed by make install. | ||
| 15 | After that, you need to download some files and manually save them to your NISSYDATA | ||
| 16 | folder (se manual page, ENVIRONMENT section). If you don't do it nissy can compute | ||
| 17 | these files when needed and save them in the correct folders, but some of them | ||
| 18 | take hours to generate even for a powerful computer (for reference, the huge pruning | ||
| 19 | table takes about 20 hours on my laptop). | ||
| 20 | Choose one of the following: | ||
| 21 | https://math.uni.lu/tronto/nissy/nissy-tables-full.zip | ||
| 22 | https://math.uni.lu/tronto/nissy/nissy-tables-full.tar.gz | ||
| 23 | https://math.uni.lu/tronto/nissy/nissy-tables-nohuge.zip | ||
| 24 | https://math.uni.lu/tronto/nissy/nissy-tables-nohuge.tar.gz | ||
| 25 | extract the archive and copy the tables folder into NISSIDATA (paste there | ||
| 26 | the whole folder, not file by file). The "nohuge" files are much smaller and do not | ||
| 27 | contain the huge pruning table for the optimal solver. | ||
