User Tools

Site Tools


contributors:team_4_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
contributors:team_4_page [2015/06/01 06:44]
emfeal
contributors:team_4_page [2015/06/01 06:46]
emfeal
Line 98: Line 98:
 </​code>​ </​code>​
 Note that the parallel version of ABySS requires two things in particular: ​ Note that the parallel version of ABySS requires two things in particular: ​
-  * The use of a parallel environment which can be selected using a qsub option.  ​+  * The use of a [[parallel environment]] (PE) which can be selected using a qsub option.  ​
   * The //np// option of abyss-pe. The number of processes here must reflect the number included in the parallel environment option.   * The //np// option of abyss-pe. The number of processes here must reflect the number included in the parallel environment option.
-The parallel environment ​option in the script above:+The PE option in the script above:
 <​code>​ <​code>​
 #$ -pe mpi 10 #$ -pe mpi 10
 </​code>​ </​code>​
-The //mpi// designates the choice of a [[parallel environment]] ​that is installed on the system and the 10 indicates the number of processes over which to run the job. To see which PE's are installed on the system, use the command:+The //mpi// designates the choice of a PE that is installed on the system and the 10 indicates the number of processes over which to run the job. To see which PE's are installed on the system, use the command:
 <​code>​ <​code>​
 qconf -spl qconf -spl
 </​code>​ </​code>​
-Selecting the proper ​parallel environment ​is critical to ensure the success of a parallelized ABySS job.  By using the command:+Selecting the proper ​PE is critical to ensure the success of a parallelized ABySS job.  By using the command:
 <​code>​ <​code>​
 qconf -sp PE_NAME qconf -sp PE_NAME
contributors/team_4_page.txt · Last modified: 2015/07/18 20:52 by 92.247.181.31