diff options
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. | ||
