SciClone Cluster Project Computational Science Cluster
Home
Introduction
Sponsors
Research
Hardware
Software
User Info
Documentation

Name: Sun Studio

Version: 11

Description:

Sun's suite of compilers and performance analysis tools. Includes C, C++, Fortran 77, and Fortran 95 compilers, along with the dbx debugger, optimized math libraries, and tools for profiling and analyzing runtime performance. The C, C++, and Fortran 95 compilers include support for shared memory programming via OpenMP directives.

Availability: UltraSPARC and x86

Installation Path:

/opt/studio11/SUNWspro/[bin,lib,man]

Documentation: (access to some documents is restricted to W&M and other authorized hosts)

Usage Notes:

To use the Studio 11 Integrated Development Environment (sunstudio), verify that the JDK_HOME environment variable is set properly in your ~/.cshrc file. On Solaris 9 systems, it should be set to:

setenv JDK_HOME /usr/local/jdk/j2sdk1.4.2_02

On Solaris 10 systems, it should be set to:

setenv JDK_HOME /

The default .cshrc file found in /usr/local/etc/templates will automatically set JDK_HOME and other compiler-related environment variables to the proper values based on the type of system you are running on.