Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

 

Usage

module load misc/cst/2017


Installation

CST Main Controller 2017(On gowonda2):
=======================================

mount the iso
./install.sh --record /tmp/cstInstallRecord.txt

/sw/cst/cst_studio_suite_2017/update_with_supfile /sw/cst/src/CST_STUDIO_SUITE_2017_Linux_130120172100230620172100_SP4.sup


CST Solver Server 2017 (on GPU node n023):
==========================================
./install.sh --record /tmp/cstInstallSolverRecord.txt
/sw/cst/cst_studio_suite_2017/update_with_supfile /sw/cst/src/CST_STUDIO_SUITE_2017_Linux_130120172100230620172100_SP4.sup

License server:  gc-prod-ctslic.itc.griffith.edu.au port 27000



 

Sample PBS script

#!/bin/bash
#PBS -N CSTTest
#PBS -m abe
#PBS -M YourEmail@griffith.edu.au
#PBS -l select=1:ncpus=1:mem=12gb,walltime=10:00:00:host=n020
module load  misc/cst/2017
cd  $PBS_O_WORKDIR
cst_design_environment ~/pbs/cst/brick.cst --r --withgpu=2

 

Reference

 

  1. https://www.scribd.com/document/260937168/Linux-Installation-Guide
  2. https://wiki.mst.edu/itrst/pub/forge
  • No labels