Close

Wiki

Main Page / Information for Prof. Yu's research group at Purdue /

How to access our Linux server?

Prof. Yu’s research group at Purdue also has access to a dedicated Linux server with our group specific name: msg.ecn.purdue.edu. You can access to this server the same way as you access any Purdue ECN linux servers using PuTTY or other software using your Purdue career account name and password.

Note the default directory after you login is your ECN home directory, but your home directory in our server is /export/home/a/username.

You can use this server just like any other ECN server and you can access all the ECN supported software such as Abaqus, Ansys, Mathematica, etc. There are some useful tips about how to use ECN server at https://engineering.purdue.edu/ECN/Support/KB.

To run SwiftComp, you need to add the following line into your startup script. For my account, my startup script is .bash_profile.

For the bash shell: export PATH=/home/mgs/a/MSGCodes:$PATH export LD_LIBRARY_PATH=/opt/intel/16.0.3/lib/intel64:/opt/gcc/7.1.0/lib64:/opt/gcc/7.1.0/lib:/home/roger/a/wenbinyu/src:$LD_LIBRARY_PATH:. export SG_LICENSE_FILE=29750@arms2142pc2

For the csh or tcsh shell: setenv PATH /home/mgs/a/MSGCodes:$PATH

setenv LD_LIBRARY_PATH /opt/intel/16.0.3/lib/intel64:/opt/gcc/7.1.0/lib64:/opt/gcc/7.1.0/lib:/home/roger/a/wenbinyu/src:$LD_LIBRARY_PATH:. setenv SG_LICENSE_FILE 29750@arms2142pc2

Created on , Last modified on