Software Template: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<pre>
[[Category:Zcluster]][[Category:Software]][[Category:]]   
[[Category:Zcluster]][[Category:Software]][[Category:]]   
=== Category: ===
=== Category: ===
Line 30: Line 31:
=== Installation ===
=== Installation ===
=== System(s) ===
=== System(s) ===
</pre>

Revision as of 15:23, 31 January 2013

[[Category:Zcluster]][[Category:Software]][[Category:]]  
=== Category: ===
 
=== Program on ===

=== Version ===
 
=== Author / Distributor ===
 
=== Description ===

=== Running Program ===
 
Also refer to [[Running Jobs on zcluster]]
 
Latest version ... is pointed to ... 

Example of a shell script blast.sh to run on at the batch queue:

<pre class="gscript">
 #!/bin/bash
 cd working_directory
 time 
 qsub -q queuename   ./sub.sh 

Documentation

Installation

System(s)