HPCC Logging onto HPCC Mac
Log on For Mac Devices
Instructions to Log On for the First Time
- Make sure you are on the wifi network TTUNet. If you are off campus, look at the VPN Instructions to be able to log in.
- Open terminal for mac. (Cmd+T is a shortcut to open the Terminal)
- Type command "ssh eraider@login.hpcc.ttu.edu" where eraider is your eraider account name.
- You are now on the super computer!
- Go to Intro to the Terminal to learn how to interact with it!
Recommended Software to download locally on Mac
In order to do our research correctly we need different categories of programs. We need a visualization software to be able to see the molecular models. We need a good text editor to be able to see the output files of the DFT programs. For Mac, you need to download XMING to get x forwarding. It is also a good idea to have a coding environment downloaded locally to be able to program.
- VESTA (Visualization Software)
- JMOL (Visualization Software)
- TTMolE (Created In House Visualization Software)
- Avogadro (Visualization Software)
- Avogadro2 (Visualization Software)
- XQuartz (X-11 Forwarding Software)
- sublime (Text Editor)
- VSCode (Text Editor)
- Anaconda/Conda (Coding Environment)
- iTerm2 (Mac Terminal Replacement for easy Customization)
Programs with a Star are HIGHLY recommended to use.
How to Open Molden (aka Turn on X-11 Forwarding) on Mac
- Download XQuartz
- Add "export PATH=/home/rnieman/PROGRAMS/molden6.2/:$PATH" to .bashrc file
- When you type ssh command to open terminal add the -X -Y flag so "ssh -X -Y eraider@login.hpcc.ttu.edu"
- Use command "molden [filename]" to open molden
How To Transfer Files Locally
- Use scp function in local terminal.
- Use Global Transfer web server.