NCSA Home
Contact Us Intranet

Transition from SGI Altix (Cobalt)

User Information Home
Data
Security
Allocations
Consulting
Training

NCSA's Help Desk is available 24 hours a day, seven days a week, 365 days a year:
help.ncsa.illinois.edu
217-244-0710
help@ncsa.illinois.edu

This document provides an overview on transitioning from the SGI Altix (Cobalt) to the SGI Altix UV (Ember). For complete information on Ember, please see Ember's home page.


  • Projects Available on Ember

    • TRAC October 2010 Allocation Awards on Ember
    • All Startup and TRAC projects on Cobalt with expiration date beyond 09/30/2010 have been transferred to Ember at a 1:1 SU conversion rate.
    Note: Jobs will not be charged SUs until Ember is in production mode.
  • Continuing Access to Cobalt

    All projects with expiration date beyond 09/30/2010, and TRAC projects with continuing allocations on Ember will have access to Cobalt until Ember is in production.
  • Recompiling Codes

    IMPORTANT: Due to platform differences (Intel IA-64 Itanium on Cobalt vs. Intel 64 on Ember), all programs will need to be recompiled.
  • Transferring your Cobalt home directory files

    The Cobalt home directory filesystem is available on Ember under /projects/cobalt-u/u. For academic users, your home directory is in /projects/cobalt-u/u/ac/$USER.

    To copy a subdirectory called "source_code" to your Ember home directory:
    [jdoe@ember]$ cp -r /projects/cobalt-u/u/ac/$USER/source_code $HOME
    

    On Cobalt, you can tar up your home directory and transfer to NCSA MSS using the following command:

            [jdoe@co-login]$ cd $HOME; msscmd "tar cf cobalt_home.tar ."
    
  • Managing User Environment

    While Cobalt used SoftEnv to manage user environments, Ember uses Modules.
  • Intel compiler version

    Ember has the Intel version 11.1 compilers vs. 10.1 on Cobalt. There are no significant differences between them.

  • Linking to Intel Math Kernel Library (MKL)

    The syntax for linking with Intel MKL has changed. See Intel Math Kernel Library for details.
  • Hierarchical Data Format (HDF)

    See here for information on HDF4/HDF5/PHDF5.

  • Batch System

    The batch system on Ember is the same as on Cobalt. Cobalt batch scripts will work on Ember; please update your job resource specifications to reflect current queue availability.
  • Netcdf

    Users who had previously linked to the netcdf libraries on cobalt with "-lnetcdf" may need to link with "-lnetcdff" on ember for standard Fortran calls; cf. Usage Information