Oracle Solaris Studio 12.2
Oracle Solaris Studio (oss), formerly Sun Studio, is a free comprehensive C, C++, and Fortran tool suite for both Oracle Solaris and Linux operating systems that accelerates the development of scalable, secure, and reliable enterprise applications. Gowonda has Oracle Solaris Studio 12.2 for Linux.
Installation Directory
/sw/oss/12.2
Usage
module load oss/12.2
which f90 /sw/oss/12.2/solstudio12.2/bin/f90 f90 usage: f90 [ options ] files. Use 'f90 -flags' for details
If you have X11 forwarding, type
"sunstudio &"
Oracle Solaris Studio 12.2: Fortran User's Guide
http://confluence.rcs.griffith.edu.au:8080/download/attachments/26379393/821-1382.pdf
versions of the Oracle Solaris Studio 12.2 Components
VersionNumbers of the Oracle Solaris Studio 12.2Components
Component | Version Number |
---|---|
C compiler | 5.11 |
C++ compiler | 5.11 |
Fortran 95 compiler | 8.5 |
dbx debugger | 7.8 |
dbxtool | 0.10 |
DLight | 2.0 |
dmake | 8.0 |
IDE | 9.0 |
Locklint | 2.6 |
OpenMP Support | 3.0 |
Performance Analyzer | 7.8 |
Standard C++ Library | 5.11 |
STLport | 4.5.3 |
Sun Performance Library | 2010/08/11 |
Thread Analyzer | 7.8 |
Tools.h++ | 7.1.0 |
Installation
Linux OS must include the Development/Libraries Package Group. mount --bind /proc/ /compute/proc/ mount --bind /dev /compute/dev yum --installroot=/compute/ groupinstall "Development tools" umount /compute/dev umount /compute/proc cd /data1/OracleSolarisStudio tar jxf SolarisStudio12.2-linux-x86-tar-ML.tar.bz2 A folder named ‘solstudio12.2? will be created in SolarisStudio12.2-linux-x86-tar-ML folder cd SolarisStudio12.2-linux-x86-tar-ML cd solstudio12.2/bin Make sure X display is working (try: xclock) Install by simply by running the ‘sunstudio’ file installed in solstudio12.2/bin directory ./sunstudio & mkdir -p /sw/oss/ cd /data1/OracleSolarisStudio/ mv SolarisStudio12.2-linux-x86-tar-ML 12.2 mv 12.2 /sw/oss/