sirius2

sirius2: Scientific Server at UMDNJ

  • News
  • System Configuration
  • Linux/Solaris Comparision
  • Applications
  • Compilers and Libraries
  •  

    Contact Information

    sirius2admin@umdnj.edu


    News

    Feb 13, 2010 : Scheduled to go online.

    System Configuration

    This is an
    IBM System x3850 M2 running Red Hat Enterprise Linux Server release 5.4

  • Total of 24 cores. 6 Intel Xeon E7450 Processors, 4 cores each
  • 48GB RAM
  • Total of 6TB or raw storage
  • Applications

    Following are the major applications currently available on this system.

    Application Version
    EMBOSS 6.2
    SAS 9.2
    R 2.10.1

    Compilers and Libraries

    Following compilers and libraries are available for building your codes:

  • Intel 11.1: Fortran77/90/95 C C++
  • GNU: Fortran77 C C++
  • Intel Math Kernel Library (Intel MKL)

    This guide would be useful if you need help porting your code from Solaris-based siriusc to linux-based sirius2.

    Linux/Solaris Comparison

    sirius2, a Linux-based server is an upgrade for sirisuc, a Solaris-based server that has now been decommissioned. While most of the command line utilities commonly used are similar for these two platforms, you might encounter a few differences. Here is short list of equivalent commands for Solaris and Linux

    Solaris Linux Description
    ps -ef ps -aux List process status for all running processes
    nawk awk/gawk Pattern scanning and processing language
    gzcat file | tar -xvf - tar -xzvf file Unbundle a compressed tar file
    truss strace Trace system calls and signals