ray-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ray-software [2014/08/28 12:11] – [Usage] aorth | ray-software [2015/06/09 16:37] (current) – aorth | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Version: 2.3.1 | * Version: 2.3.1 | ||
| * Added: August, 2014 | * Added: August, 2014 | ||
| - | * K-mer size: 32 (default at compile time) | + | * Max K-mer length: 32 (default at compile time) |
| + | * Default K-mer lenght: 21 | ||
| * Link: http:// | * Link: http:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of ray which are available === | + | See versions of ray which are available: |
| - | < | + | < |
| + | |||
| + | See the built-in help: | ||
| + | < | ||
| + | |||
| + | === Example batch job === | ||
| + | Running Ray on two different nodes via MPI with a total of 15 CPUs: | ||
| + | |||
| + | < | ||
| + | #SBATCH -p batch | ||
| + | #SBATCH -n 15 | ||
| + | #SBATCH -J ray | ||
| + | #SBATCH --nodes=2 | ||
| + | |||
| + | module | ||
| + | |||
| + | readonly DATADIR=~/ | ||
| + | readonly OUTDIR=~/ | ||
| + | |||
| + | # mpirun gets the number of processors from SLURM | ||
| + | mpirun Ray -k 27 -p ${DATADIR}/ | ||
| + | |||
| + | Save in a file and submit using '' | ||
| - | === See the built-in help === | ||
| - | < | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | git clone https:// | + | $ git clone https:// |
| - | git clone https:// | + | $ git clone https:// |
| - | cd ray | + | $ cd ray |
| - | git checkout v2.3.1 | + | $ git checkout v2.3.1 |
| - | scl enable devtoolset-1.1 bash | + | $ scl enable devtoolset-1.1 bash |
| - | module load openmpi/ | + | $ module load openmpi/ |
| - | make PREFIX=/ | + | $ make PREFIX=/ |
| - | sudo mkdir -p / | + | $ strip Ray |
| - | sudo chown -R aorth:aorth / | + | $ sudo mkdir -p / |
| - | make install | + | $ sudo chown -R aorth:aorth / |
| - | sudo chown -R root:root / | + | $ make install |
| + | $ sudo chown -R root:root / | ||
ray-software.1409227878.txt.gz · Last modified: by aorth
