Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Prossima revisione
Revisione precedente
vlsi:personalpages:cenna:tcad [08/04/2015 17:50]
cenna creata
vlsi:personalpages:cenna:tcad [13/11/2015 09:42] (versione attuale)
cenna
Linea 1: Linea 1:
-Synopsys Sentaurus TCAD\\+[ __[[vlsi:​personalpages:​cenna:​TCAD:​Sprocess|Sprocess]]__ ] 
 +[ __[[vlsi:​personalpages:​cenna:​TCAD:​StructureEditor|StructureEditor]]__ ] 
 +[ __[[vlsi:​personalpages:​cenna:​TCAD:​Sdevice|Sdevice]]__ ] 
 +[ __[[vlsi:​personalpages:​cenna:​TCAD:​Other TCADs|Other TCADs]]__ ] 
 + 
 + 
 +==== Synopsys Sentaurus TCAD ==== 
  
 connect to the virtual machine\\ connect to the virtual machine\\
Linea 5: Linea 12:
 <​code>​ <​code>​
 ssh -X user@cloud-gw-223.to.infn.it ssh -X user@cloud-gw-223.to.infn.it
 +</​code>​
 +The first time you start Sentaurus, you have to set the STDB environment variable.\\  ​
 +
 +1. CAD admin usually creates a DB folder for each user inside /data. If not, create a folder called DB inside your space on /data disk\\
 +**DON'​T** put your DB folder inside /home, or the simulations will saturate the disk in a short time and TCAD will crash.
 +
 +<​code>​
 +sudo mkdir /​data/​users/<​your_name>/​DB
 +</​code>​
 +2. edit your .cshrc file by typing (NOTE: by default, administrator sets cshell as default shell for users)
 +<​code>​
 +sentenv STDB = /​data/​users/<​your_name>/​DB
 </​code>​ </​code>​
 lauch Sentaurus Workbench by typing lauch Sentaurus Workbench by typing
Linea 16: Linea 35:
 \\ \\
 !!!selinux disabled to let xauth work properly (configuration file edited) !!!selinux disabled to let xauth work properly (configuration file edited)
 +
 +**Issues**\\
 +  - Simulation with correct syntax fails (red node color): ​
 +    * saturated disk space
 +    * you changed the command file between one node and the other
 +
 +
 +------
 +**Request an account/​report a problem**
 +
 +mail me [[cenna@NOSPAMto.infn.it]] ​  
 +
 +for hardware problems with the server, contact Centro di Calcolo
 +
 +------
 +**Running simulations/​ CPU usage**
 +
 +When you run a simulation, you can specify the number of threads/​cores which will be used. Our machine has 16 cores: usually, the programs accepts a number of threads <16.\\
 +Please don't use the "​priority run" option, this will not speed up that much the simulation but will consume a lot of computing resources.
 +------
 +**Where to learn Sentaurus**
 +
 +Europractice courses: [[http://​www.europractice.stfc.ac.uk/​training/​]]\\
 +Basic tutorial by Synopsys: click on the "​T"​ icon on Sentaurus Workbench
 +
 +
 +
 +