Where are the Fortran and C/C++ compilers located?
On the SUNFires of HPCVL, the Fortran and C++ compilers and the needed headers, libraries and tools can be found under the /opt/studioXX/SUNWspro subdirectory system. XX stands for the version. The current version is 12. The compilers for F77, F90, F95, C and C++, together with a development tool called “sunstudio” are under /opt/studioXX/SUNWspro/bin. Various libraries are under /opt/studioXX/SUNWspro/lib. This includes dynamic ones, so if your program complains about not finding “mickey_mouse.so”, setting LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/studioXX/SUNWspro/lib might be a good idea. There is a lot of other stuff under this subdirectory, including online-documentation, so you can get help by pointing your web browser on the SunFire login node to file:///opt/studioXX/SUNWspro/docs/index.html. Back to top…