Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 20: Line 20:     
====Cluster Configuration====
 
====Cluster Configuration====
Regardless of the type of cluster system used, GotCloud will wait for each job to complete after launching it. GotCloud will launch the maximum number of jobs in parallel, and wait until one finishes before sending another job to the cluster system.
+
Regardless of the type of cluster system used, GotCloud will wait for each job to complete after launching it.
 +
* For any BATCH_TYPEs that run in batch mode, GotCloud generates a script that will wait until the step is complete before returning
 +
** In a sense, it "fakes" interactive mode for all batch types since it will not proceed until a command is finished
 +
* If you are at UM and are using flux, you can specify either <code>flux</code> or <code>pbs</code>
    
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"

Navigation menu