Difference between revisions of "Massmine"
Aaronbev79 (talk | contribs) |
|||
Line 5: | Line 5: | ||
− | MassMine should generally be run a [[Daemons|daemon]] node. This can be done connecting to daemon after logging into HiPerGator: | + | (1) Open a terminal and run |
+ | ssh <YOUR_USERNAME>@hpg2.rc.ufl.ed | ||
+ | |||
+ | (2) MassMine should generally be run a [[Daemons|daemon]] node. This can be done connecting to daemon after logging into HiPerGator: | ||
<code> | <code> | ||
Line 12: | Line 15: | ||
− | After logging in, MassMine users should change to their /ufrc directory. Be sure to change <code>groupname</code> and <code>username</code> to your individual username for Research Computing. This username may be different from your UF username. Type the following command into the terminal to change to your scratch directory: | + | (3) After logging in, MassMine users should change to their /ufrc directory. Be sure to change <code>groupname</code> and <code>username</code> to your individual username for Research Computing. This username may be different from your UF username. Type the following command into the terminal to change to your scratch directory: |
<code> | <code> | ||
Line 18: | Line 21: | ||
</code> | </code> | ||
− | + | (4) Before using MassMine, you must load it as a module: | |
− | Before using MassMine, you must load it as a module: | ||
<code> | <code> |
Revision as of 22:27, 15 September 2016
Using MassMine on Research Computing
MassMine, and a data filtering program called jsan (the JSON Swiss Army kNife) are installed on Research Computing.
Prior to getting started with MassMine, please read UFRC's Getting Started page and follow the instructions on UFRC's FileZilla page. If you do not already have FileZilla installed, please download and install the software by visiting filezilla-project.org.
(1) Open a terminal and run
ssh <YOUR_USERNAME>@hpg2.rc.ufl.ed
(2) MassMine should generally be run a daemon node. This can be done connecting to daemon after logging into HiPerGator:
ssh daemon
(3) After logging in, MassMine users should change to their /ufrc directory. Be sure to change groupname
and username
to your individual username for Research Computing. This username may be different from your UF username. Type the following command into the terminal to change to your scratch directory:
cd /ufrc/groupname/username
(4) Before using MassMine, you must load it as a module:
module load massmine
To use an older versions of MassMine add the version number to the end of the command with module load massmine/x.x.x
. This will allow you to load a specific version of massmine.
After loading MassMine as a module, both massmine
and jsan
become available for use. You can double check this by checking the version of each program:
massmine --version
jsan --version
For help with using massmine, visit the official massmine website. For help with jsan, see the online documentation.