Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where are the Fortran and C/C++ compilers located?

compilers FORTRAN located
0
10 Posted

Where are the Fortran and C/C++ compilers located?

0

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…

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123