| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2013-01-19 | 663 Bytes | |
| slurp-1.0.0.tar.gz | 2013-01-19 | 6.4 kB | |
| Totals: 2 Items | 7.0 kB | 0 |
SLURP AND GLURP
'slurp' and 'glurp' are related utilites that help with buffering of file input and output (IO) in parallel environments with large files.
INSTALL
To install slurp (and glurp), simply extract the download file into some folder on your computer:
$ cd /path/to/some/folder
$ tar -xzf slurp-<#.#.#>.tar.gz
where #.#.# is your slurp version (e.g. 1.0.0).
In most cases you will want to add ‘/path/to/some/folder/slurp-<#.#.#>’ to your system PATH variable so that it is available to you from any server directory by simply typing ‘slurp’. Details of how to do this will depend on your computer and account configuration.