|
|
Go to the Wiki EsmfDocumentation page to see and add more documentation.
Content on this page:
- Accessing the ESMF computing Cluster
- Requirements
- Log-in Procedures
- Changing your password
Requirements for Accessing the ESMF computing cluster:
Don't have an account? See: Request an Account
Note: Only secure connections are allowed to the ESMF Computing
Cluster. If you need help getting an SSH client, please refer to
the following information on the NACS website: NACS'
SSH Web Page. Your department's Computer Support Coordinator
should also be able to assist you.
Logging In:
Use your SSH client to access esmf.ess.uci.edu
You have now accessed the interactive node of the ESMF Computing
Cluster. This is the node from which all users are expected to interact
with the system overall. Here is where you will submit your jobs
to the various queues, edit your code, and generally make use of
the resources that the ESMF Computing Cluster provides.
Changing your password:
If you have not yet changed your default password, you should use
the ssh program on the ESMF interactive node to access the ESMF control
workstation; on the control workstation, you will be able to select
a new password.
1. ssh esmfcws
2. passwd
To change your login shell, use "passwd -s"; to change your GECOS
information (i.e. associate your real name with your account name), use "passwd
-f". There can be up to a one hour delay for updates to the passwd file
to be propagated to the other nodes in the computing cluster.
Installed Software Packages:
| R |
Statisics package. |
| autoconf |
For generating configure scripts, for building software |
| automake |
For generating Makefile's, for building software |
| bash |
Nice shell, common on linux |
| bison |
Parser generator |
| fileutils |
cp, ls and such. |
| emacs |
A popular editor |
| findutils |
gnu find and xargs, for traversing directory hierarchies |
| flex |
lexical analyzer generator |
| gcc |
gnu compiler collections, includes C, C++, Fortran 77, java |
| gdb |
gnu debugger |
| gettext |
Internationalization |
| gmake |
gnu make, for building software |
| GrADS |
an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data |
| grep |
gnu grep, for search |
| GSL |
GNU scientific library |
| tar |
gnu tar, a file archiver |
| HDF |
Utilities for operating on HDF data |
| ldd and ldd32 |
ldd and ldd32 display shared library dependencies for 64 bit
and 32
bit aix executables respectively |
| less |
text file browser |
| m4 |
gnu m4, a preprocessor |
| ncBrowse |
browser of NetCDF data |
| NCO |
NetCDF Operators, operates on NetCDF files |
| ncview |
netcdf file viewer |
| nph |
Directory lookup, configured to use the campus phone directory. |
| matlab. |
MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical computation. |
| octave |
Like matlab, but free. |
| perl |
scripting language |
| Prism |
Program for Integrated Earth System Modeling |
| iperf |
Network benchmark |
| dbench |
disk (filesystem) benchmark |
| python |
scripting language |
| ssh |
secure telnet and ftp replacement |
| sudo |
allows sysadmins to grant privileges on a limited basis |
| tcsh |
a shell |
| udunits |
unit conversion software |
| vim |
a text editor |
| wget |
retrieves web pages |
| DODS |
Distributed Oceanographic Data System |
| screen |
screen multiplexor |
| diffutils |
generates deltas between files |
More software on ESMF:
IBM Training Presentation:
These files contain the ESMF workshop presentation given by
Jim Tuccillo of IBM on 2/3-2/4 in powerpoint format.
You will need Microsoft Powerpoint or Powerpoint Viewer to view
these presentations. You may download Powerpoint Viewer at no cost from Microsoft.
For Windows systems: Microsoft Office Downloads
For Macintosh systems: Microsoft Mactopia Downloads
These are manuals that IBM has recommended to users of the
ESMF computing cluster:
You wll need Adobe Acrobat to view these PDF documents. If you don't
have Acrobat Reader, you may download it at no cost from the Adobe
Web Site.
Hardcopies of the following manuals can be ordered directly from
IBM. They can also be downloaded in HTML and PDF formats:
These are the IBM reference manuals for the
ESMF C/C++ compilers:
You wll need Adobe Acrobat to view these PDF documents. If you don't
have Acrobat Reader, you may download it at no cost from the Adobe
Web Site.
More information concerning IBM compilers available on the ESMF can be found below:
Building OPeNDAP on AIX 5.1
- My early
work on this before my medical leave, and when Martin Peschke got involved
- Files needed. The "local-script" files are commands for configuring and such, while the
exportable-patches directory is a small number of patches to apply
- The openoffice document I wrote as I was working on the second half of this, in html
format
Go to the Wiki EsmfDocumentation page to see and add more documentation.
|