Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.35.8. rpc::get_all_compute_spec_types (::quartus::rpc)

The following table displays information for the rpc::get_all_compute_spec_types Tcl command:

Tcl Package and Version

Belongs to ::quartus::rpc

Syntax rpc::get_all_compute_spec_types [-h | -help] [-long_help]
Arguments -h | -help Short help
  -long_help Long help with examples and possible return values
Description
Sets the maximum number of concurrent jobs per for the specified compute specification type. This is a safety
measure which controls the number of parallel connections that are allowed to launch simultaneously.

The "-spec_type" option specifies the compute spec type. The supported options are local, ssh, lsf, slurm, pbspro.

The "-max_jobs" option specifies the the number of jobs can be run concurrently. This value must be non-negative.
If set to 0, an unlimited number of connections may be launched in parallel. For any number above 0, only that many
connections may be launched in parallel. Any further connection will fail to launch until an existing connection is
disconnected.
Example Usage
    rpc::get_all_compute_spec_types -spec_type local -max_jobs 5
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful