Use CST

Introduction

This guide describes how to run jobs that use CST 2025 on CHTC’s high throughput computing (HTC) system.

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>
HTC guides