How can I combine several serial jobs to submit to Triton on one request?
Rather than being submitted individually, jobs can be grouped together and submitted using a single batch script procedure such as the one described on the Bundling Serial Jobs page. Although it’s preferrable to run parallel codes whenever possible, sometimes that is not cost-effective, or the tasks are simply not parallelizable. In that case, using a procedure like this can save time and effort by organizing multiple serial jobs into a single input file and submitting them all in one step.