Altair PBS Pro
Overview#
Altair PBS Pro is a workload manager and job scheduler tool provided by Altair Engineering, Inc.
Requirements#
To launch pipelines into a Altair PBS Pro scheduler from Tower, the following requirements must be fulfilled:
- The cluster should be reachable via an SSH connection using an SSH key.
- The cluster should allow outbound connections to the Tower web service.
- The cluster queue used to run the Nextflow head job must be able to submit cluster jobs.
- The Nextflow runtime version 21.02.0-edge (or later) should be installed on the cluster.
Compute environment#
Follow these steps to create a new compute environment for Altair PBS Pro:
1. In the navigation bar on the upper right, choose your account name then choose "Compute environments". Then, click on the New Environment button.
2. Enter a descriptive name (e.g. PBS Pro On-prem) and select Altair PBS Pro as the target platform.
3. Select the + sign to add new SSH credentials.
4. Enter a name for the credentials
5. Enter your SSH private key and associated Passphrase if required then click Create.
Tip
A passphrase for your SSH key may be optional depending on how it was created. See here for detailed instructions for how to create a key.
6. Enter the absolute path of the Work directory to be used on the cluster.
7. Enter the absolute path of the Launch directory to be used on the cluster (optional).
8. Enter the Login hostname. This is usually the cluster login node address.
9. The Head queue name which is the name of the queue, on the cluster, used to launch the execution of the Nextflow runtime.
10. The Compute queue name which is the name of queue, on the cluster, to which pipeline jobs are submitted.
Tip
The Compute queue can be overridden as a configuration option in the Nextflow pipeline configuration. See Nextflow docs for more details.
Advanced options
11. Optionally, you can customize Nextflow queue size field to control the number of Nextflow jobs submitted to the queue at the same time.
12. Optionally, you can use the Head job submit options to specify options to the head job.
13. Select Create to finalize the creation of the compute environment.
Congratulations!
You are now ready to launch pipelines.
Jump to the documentation section for Launching Pipelines.