• Skip to Main Content
  • Go to the Website's Home
  • Go to Website News
  • Go to About this site
  • Skip to Audience Navigation Menu
  • About
    • Welcome to the College
    • Facts and Figures
    • Message from the Dean
    • Visit Us
    • College Administration
    • News Center
  • Research
    • Research Home
    • Departments
    • Centers & Labs
    • Faculty Directory
    • Opportunities for Undergraduates
  • Admissions
    • Undergraduate Admissions
    • Undergraduate Recruiting
    • Graduate Admissions
  • Academics
    • Departments
    • Undergraduate Programs and Degrees
    • Graduate Programs and Degrees
    • Course Guide/Bulletin
    • Teaching
    • Support Services
  • Departments
    • Aerospace Engineering
    • Atmospheric, Oceanic and Space Sciences
    • Biomedical Engineering
    • Chemical Engineering
    • Civil and Environmental Engineering
    • Electrical Engineering and Computer Science
    • Industrial and Operations Engineering
    • Interdisciplinary Professional Programs
    • Materials Science and Engineering
    • Mechanical Engineering
    • Naval Architecture and Marine Engineering
    • Nuclear Engineering and Radiological Sciences
  • Support the College
    • Giving
    • Involve Yourself
    • Corporate Relationships
  •   

College of Engineering

Center for Advanced Computing

  • Welcome
  • About
  • Getting Started
    • Getting Started
    • Learning About HPC
    • CAC Training Courses
  • Resources
    • Resources
    • Systems
    • Software
    • Storage
    • Networking
    • Visualization
    • Teragrid
  • Academics
  • Contact Us
  • Frequently Asked Questions
Follow Us On Twitter

Contact Information

[Contact] Center for Advanced Computing
College of Engineering
cac-support@umich.edu Link

Center for Advanced Computing  /  Resources  /  Systems  / 

Bighouse

Processors :
Bighouse is an SGI Altix 4700. Bighouse has 16 dual core Itanium II's giving an effective 32 cpus of which 30 are available for batch jobs. It is a single system image ccNUMA system meaning that all cpus can access all memory in the system allowing for large threaded codes (OpenMP, pthreads, etc) to be ran. The system has 96GB of Ram and a 280 GigaByte scratch file system.
Login node :
bighouse.engin.umich.edu

System memory:
96GB ccNUMA.

Networking:
The Altix is a shared memory single system image. It is all tied together with NUMALink4 with 3.2GB/s bandwith and 1 micro sec. latency.

Scratch Storage:
Bighouse shares its /home with the cluster nyx.engin. So you will have access to your 80GB of space. Note though: Code for Bighouse is NOT compatable with nyx. You will need to recompile your code for Bighouse on Bighouse.

The directory /tmp is the local scratch storage. It provide local data repositories that are faster than using your home directory. Use of /tmp over your home directory is encouraged.

Batch System:
The Altix uses the PBS batch system like all other CAC systems. Jobs should be submitted to the route queue.

#PBS -q route

All jobs must request memory. If a job does not request memory it will be killed after it starts.

#PBS -l mem=20gb

Compiling Code:
The default compilers are the Intel C, C++ and Fortran77/90 compilers. They do support OpenMP. They are:

C: icc
C++: icpc
Fortran77/90: ifort


For MPI code the MPT (Message Passing Toolkit) is provided by SGI and is optimized for the shared memory configuration of the Altix. To compile MPI code do the following:

icc source.c -lmpi
ifort source.f -lmpi

Compiler Options:
-fast Common Optimizations
-openmp Enable OpenMP

Software:
The following software is installed by the CAC:

nastran
abaqus
ansys
msmodel (Castep, Dmol)
Gaussian
mkl (Math Kernel Library)

Contract cac-support@umich.edu for information.
XHTML 1.0 Valid
CSS 2.1 Valid
University of Michigan
  • Home
  • Contact Us
  • Site Map
  • Site Feedback
  • Accessibility
  • Emergency Procedures
  • Jump to top of the page
© 2009 College of Engineering, University of Michigan