To connect to andes.dartmouth.edu (You need an ssh-client):
ssh username@andes.dartmouth.edu
To connect to polaris.dartmouth.edu (You need an ssh-client):
ssh username@polaris.dartmouth.edu
Andes and Polaris environment:
You have a HOME directory with 20 GB of space. This directory is housed on Dartmouth's AFS cell and can be accessed from anywhere if you have an AFS-client. If you plan to build an application and run it on both andes and polaris, we recommend that you build it on andes so that it will run on either computer without being recompiled. Since polaris is running RedHat 6, it uses a later version of the development libraries and applications compiled on polaris will not run on andes which is running RedHat 5.
Modules - Tailoring Your environment
Module commands
$ module help
Available Commands and Usage:
+ add|load modulefile [modulefile ...]
+ rm|unload modulefile [modulefile ...]
+ switch modulefile1 modulefile2
+ display modulefile [modulefile ...]
+ avail path [path]
+ list
+ initadd modulefile [modulefile ...]
+ help modulefile [modulefile ...]
+ initrm modulefile [modulefile ...]
+ initswitch modulefile1 modulefile2
$ module list
Currently Loaded Modulefiles on andes
| 1) modules/3.2.6 | 5) totalview/8.8 |
| 2) matlab/2011b | 6) maple/14.0 |
| 3) intel-compilers/11.1 | 7) mathematica/8.0 |
| 4) pgi-compilers/10.5 | 8) mpich/1.2.7p1-intel |
$ module avail
$ module help netcdf
----------- Module Specific Help for 'netcdf/4.0-gfortran4.1.2' ---------------
Sets up the environment to use the netCDf libraries
Sets up the netCDF libraries, include files, binaries and man pages.
Add $NETCDF_LIB to include the netcdf library when linking your program.
Example: ifort -o myprog myproc.f $NETCDF_LIB
Add $NETCDF_INCLUDE to include the netcdf include files when compiling.
Example: ifort $NETCDF_INCLUDE -c myproc.f
$ module display matlab
-------------------------------------------------------------------
/afs/northstar/common/apps/Modules/3.2.6/modulefiles/matlab/r2010a:
module-whatis loads Matlab version R2011b
prepend-path PATH /afs/northstar/common/apps/matlab/Matlab-R2011b/bin
-------------------------------------------------------------------
+ module load matlab/r2011a
+ module unload matlab/r2011a