ECE Linux Machines and Tool Setup for EEC 281

Using ECE Linux Computers in Kemper Hall or Remotely

ECE IT Documentation and FAQs

Logging into ECE machines using ssh (secure shell)

Logging into ECE machines using guacamole

Available ECE machines

Using VNC from Windows or Mac

Setting up Your Environment for CAD Tools

  1. Open up a new terminal

  2. Type echo $0   to find the shell you are running. If you see tcsh, continue to the next step. If you see something else, either type tcsh   and continue, or if you prefer a different shell, then you should know enough to adapt the instructions below to your situation. (You may type "exec tcsh" instead which changes the initial shell for that session--so you will logout when you quit the shell.)

  3. Edit your ~/.cshrc file

  4. Add the line   module load cadence/incisive/15.2

  5. Add the line   module load synopsys/designcompiler

  6. Save the file and exit the editor.

  7. Close this terminal window and open a new one.

  8. If you typed tcsh in step #2, you will need to type that every time you log in until IT Support fixes the default shell.

A complete list of available module software can be found at: https://labs.engr.ucdavis.edu/#6



EEC 281 | B. Baas | ECE Dept. | UC Davis
Written by Bevan Baas

Updates

2025/01/23  Organized and moved links to help pages, added shell check
2025/01/13  Re-wrote for new "module" procedure and other changes
2024/01/16  Re-wrote ssh section and added VPN notes
2020/10/20  Re-wrote putty instructions and put into a shareable file
2020/01/27  Minor edits
2019/01/26  Minor edits
2019/01/22  Minor edits
2019/01/17  Added MobaXterm reference plus minor edits
2017/01/25  Complete update of machines from SW and PW
2015/01/16  Changed procedure to point to ECE machines instead of VCL
2013/02/07  Updated ECE machines in 2107
2011/01/27  Updated ssh -Y info
2010/01/27  Updated DOT.cshrc path and machine info
2009/02/12  Written