Texas A&M Supercomputing Facility Home Texas A&M

Home
Technical Assistance
Documentation
User Research
Short Courses
Governance
Systems
Software
Accounts
Policies
Machine Status
Job Openings
Usage Statistics
SC Annual User Meeting
Affiliations
Search

Getting Started on the SC Linux Workstations


Introduction

The TAMU Supercomputing Facility continues to provide its users access to several Linux workstations at two separate locations on campus. These workstations serve as physical terminals for remote (network) access to the supercomputers, as well as stand-alone platforms for interactive post-processing and visualization (graphical and GUI-based) tasks that would typically be slower to carry out on the heavily loaded, larger machines, especially over the network.

This page is intended to be a brief users' guide both for new as well as existing users of these Linux workstations. As a first step in troubleshooting problems, users should always consult relevant sections of this guide, as updated information will be posted whenever the need arises.

Access requirements (New!)

We now require the use of CLAIM to activate logins on the workstations. (In the past, users could login using the same password they used on the servers.)

To obtain access:

  • Apply for an account on any of the Supercomputing servers, if you have not already done so.
  • Send a request to account@sc.tamu.edu, requesting access to the SCLAB workstations.
  • When you have been notified that you are approved, activate the SCLAB resource in CLAIM. Read our instructions on using CLAIM for more details. Please use the same login name that you use on the main servers, so that you will have access to your files. Allow up to 30 minutes for your account to be accessible.

Locations and availability

Six Linux workstations have been installed in the Open Access Lab at the Wisenbaker Engineering Research Center (WERC) in room 024. This lab is typically open from 8 am to 10 pm on the weekdays (but closes around 5 pm on Fridays). For more detailed information on current lab hours, click here. Additional information about the lab may be found here.

One additional workstation has also been installed at the Student Computing Center (SCC). This lab is typically open 24 hours during the weekdays and for a more limited time on the weekends. For current lab hours, click here.

Obtaining help

The support staff at both labs mentioned above should be the initial point of contact for problems that are apparently hardware related. For most other problems, especially those relating to the OS and the installed software, users must contact the Supercomputing Helpdesk by calling 845-0219 or by sending email to help@sc.tamu.edu. When sending email, be sure to follow these recommendations so we can help you in a prompt and efficient manner.

Usage policy and guidelines

The Linux workstation accounts are not to be used for work that is unrelated to the purpose for which a user was granted a supercomputing account.

These machines are meant primarily for interactive tasks (post-processing or visualization work). Users who need to work primarily through the batch systems on the supercomputers (submitting batch jobs and running programs on the command line) may do so using any of the windows machines in the open access labs. They simply need a secure shell window to log in to one or more of the supercomputers.

When both types of users wish to use the Linux workstations, those with non-interactive needs must yield use of the machines to those who have interactive/graphical/visualisation tasks to perform.

Furthermore, no user may occupy a workstation for more than 2 hours in a single sitting, unless there is no one else waiting to use a workstation.

Logging in

Users may login to these workstations either at the console (while sitting in front of the workstation), or remotely over the network using a secure shell connection (SSH). In either case, the user must supply a username and password to gain access to the account.

You must activate your username/password for the Linux workstations via CLAIM. The Linux workstations are represented by the SCLABS CLAIM resource.

Password changes should be done through CLAIM or at https://password.tamu.edu . Please allow up to 30 minutes for the password changes to take effect.

Disk space management (Warning!)

There are several directories on each workstation where users may store files. It is important to understand the characteristics of each directory. Storing your data in the "wrong" place could mean that you will need to expend time and effort to find it again, and in certain cases, it may mean losing your data altogether!

Please note that the /SCscratch directories listed in the table below are 'automounted' on the workstations and consequently may not be visible in directory listings produced by the 'ls' command or in the output of commands such as 'df' until and unless they are actually used by the user (e.g. a user cd's to one of these directories or copies a file to or from such a directory).

Directory Name Space Backed up? 1 Persistent? 2 Shared 3 Over
Network?
/tmphome/user 45 MB No Yes No
/scratch/user 16 GB max No No No
/SCscratch/cosmos/user 2 GB No Yes Yes
/SCscratch/agave/user 1 GB No Yes Yes
/SCscratch/k2/user 512 MB No Yes Yes

Notes:

 

1 Backed up data is that which is written to tape so that it may be recovered in the event the copy on disk storage is corrupted/destroyed. None of the directories listed above are backed up to tape. It must be noted, however, that data stored in the /SCscratch filesystem under the cosmos, and k2 sub-directories is RAID 5 storage. The /SCscratch/agave sub-directory, on the other hand, is not RAID 5 storage. RAID 5 storage devices provide storage redundancy and are secure againt data loss due to single hard disk failures. This means that data stored in the RAID 5 directories, while it is not backed up to tape, is nevertheless quite secure.
2 Persistent storage means that data will not be deleted across system re-boots, or by automated administrative scripts. In some systems, certain directories such as /tmp can be "cleaned out" automatically by the OS when the system comes back up after a re-boot. Data in such "temporary" directories may also be deleted by administrative scripts which try to ensure sufficient empty space by periodically deleting older files in these shared disk areas. The /scratch filesystem on each workstation is automatically cleaned up by an automated script whenever it fills up to 80% capacity. The script keeps deleting files (oldest first) until the filesystem is only 20% full.
3 Shared storage here refers to directories that have been "mounted" over the network using NFS. The data actually resides on remote servers but can be read from and written to as if it were local to the Linux workstations. Also, shared means that, for instance, the directory /SCscratch/k2/aggie on workstation A is in fact the same as /SCscratch/k2/aggie on workstation B (or C, or D for that matter). Directories which are not shared, like /scratch/aggie or /tmphome/aggie for instance, represent separate and independent disk storage that is local to each workstation. Saving a file in /scratch/aggie on the workstation perk2 means that you cannot access it in /scratch/aggie on any workstation other than perk2. You might find that even when you later return to perk2 to access the file, it may have been deleted by the automated cleanup script (see note 2). You have been warned!

Locally installed software

The following software packages have been installed on each of the Linux workstations to enable users to offload postprocessing and visualization tasks from the heavily loaded (and therefore interactively less responsive) supercomputers.

In the course of maintaining these packages on the workstations, whenever we become aware of problems/issues with any package, we will post solutions/work-arounds to the problems in the section below.

SoftwareCommand
Abaqus 6.6 CAEabaqus cae
Abaqus 6.6 Viewerabaqus viewer
Ensight 8.2ensight8
Gambit 6.3.16gambit
Matlab 2007amatlab
Patran 2005r2patran

Launching remote software

If there is a need to launch software that resides on one of the supercomputers but have it display it's graphical interface on the Linux workstation where the user is sitting, the following instructions can be used:

Assume the program name is "xemacs" and that it resides on and will be executed on the machine "cosmos". At the prompt in a unix shell window (on your workstation), type:

ssh -X cosmos

Enter your (cosmos) password in response to the password prompt generated by the ssh program. Once you are logged in to cosmos, type:

xemacs

Read our privacy policy
Document last modified: [Tuesday June 19, 2007]
Powered by the Apache WebServer
Site maintained by webmaster@sc.tamu.edu