Use CST
Introduction
This guide describes how to run jobs that use CST 2025 on CHTC’s high throughput computing (HTC) system.
Table of Contents
Prerequisites
You must belong to an approved research group in the ECE department. Contact CHTC facilitators for more information.
Running CST
In your submit file, add:
container_image = /software/groups/ece_cst/cst2025.sif
transfer_container = false
requirements = (HasCHTCSoftware == true)
In your executable script, to run CST, use:
cst_design_environment <arguments>
Related pages
HTC guides
Submit jobs using HTCondor
Arguments and shell scripting
Containers
Using software in Apptainer containers
Using software in Docker containers
Other Modes of Software Use