SecureCRT is a terminal based program that allows you to remotely login. You can download it from AU Install.










X-Win32 handles displaying graphics for any remote graphical application. It can be installed from the College of Engineering network and is also available on the Freshman Compute Initiative (FCI) CD.
If you have X-Win32 installed, click on X-Config (not X-win32) to configure X-Win32
- In the session tab, uncheck Last Session Terminate (delete any previous session by Right Clicking on that session)
- Click on the Window tab and click on Multiple Window
- Click on Security tab and click allow all host addresses, click Now click on X-win32 (not X-Config) from program files and you'll see this icon on your toolbar at the right bottom of your machine.
Anytime you invoke an application with Graphical User Interface, you will see a security warning. You will need to check the box Allow This Instance.
If you have Linux or Mac you can just open a terminal and type
ssh -X au_user_id@hpcc.eng.auburn.edu and hit enter
It will ask you for a password and if you provide your au_password, you'll be logged in. You do not need any extra software.
You can copy files from your local linux machine to the remote machine using
scp Desktop/test.m au_user_id@hpcc.eng.auburn.edu:
Copy files from the hpcc machine to your local machine using
scp au_user_id@hpcc.eng.auburn.edu:another.m Desktop/
No matter which application you use, you need to create a simple .rhosts file so that the compute notes can communicate.
The .rhosts file will contain five lines:
hpcc
compute-1
compute-2
compute-3
compute-4
You can either edit in vi/gedit editor or download it provided below
Right click on .rhosts and click on save target as, name it as .rosts download it in your H:\ drive
Save and edit .mpd.conf file with your user id like
secretword = your_au_user_id
Make it readable and writable only by you (chmod 600 .mpd.conf)
Multinode application usually communicate with every other node which requires rsh/ssh to communicate without password. Therefore in order to add RSA keys permanently, you need to type
ssh compute-1
exit
ssh compute-2
exit
ssh compute-3
exit
ssh compute-4
exit
If it does not ask for password to log-in to any of the compute nodes, you are ready to go!
We already have Matlab, Fluent, Ls-dyna, Starccm+, Fortran, C/C++ running on the HPCC.
Matlab/Starccm+ can be run either in Graphical User Interface (GUI) mode or in Batch mode.
For Fluent, Ls-dyna, Fortran, C/C++ job must be running in Batch mode.