/usr/share/doc/ray/Documentation/Ray-in-the-Cloud.txt is in ray-doc 2.3.1-2build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | Because Ray is compiled as a single executable, it is fairly easy to deploy it
in the cloud.
For example:
mpiexec -n 64 Ray \
-k \
31 \
-p \
Sample/100_1.fasta \
Sample/100_2.fasta \
-p \
Sample/10_1.fasta \
Sample/10_2.fasta \
-p \
Sample/11_1.fasta \
Sample/11_2.fasta \
-p \
Sample/1_1.fasta \
Sample/1_2.fasta \
-p \
Sample/12_1.fasta \
Sample/12_2.fasta \
-p \
Sample/13_1.fasta \
Sample/13_2.fasta \
-p \
Sample/14_1.fasta \
Sample/14_2.fasta \
-p \
Sample/15_1.fasta \
Sample/15_2.fasta \
-p \
Sample/16_1.fasta \
Sample/16_2.fasta \
-o BigJob
|