Informations Systems and Technology |
Socrates ProductsThis page contains brief descriptions of some commonly used Socrates software packages. A more complete list is also available. If you have any questions about the products on Socrates or would like to request a product to be installed, please contact socrates_consult@berkeley.edu.
LanguagesThere are two C compilers on Socrates. Sun's Solaris C compiler may be invoked by either "cc" or "bsdcc". When invoked by "cc", it uses Sun recommended defaults which are System V in origin. When invoked by "bsdcc", it behaves more like a BSD C compiler. The second C compiler installed on Socrates is the GNU C compiler and is invoked by "gcc". The GNU C++ compiler is installed on Socrates and can be invoked by either "g++" or "c++". Other languages include Fortran 77, invoked by "f77", Pascal invoked by "pc", and the Perl interpreter invoked by "perl". Fortran Mathematical Subroutine LibrariesThe NAG and IMSL libraries are installed. Access NAG (Mark 17) by issu ing the following commands:
"f77 myprog.f -lnagd17"
To access the IMSL Library (version 3.0) issue the commands to set-up
the required environment variables:
source /src/imsl/ipt/bin/iptsetup.csh
$FC -o <program> $FFLAGS <program>.f $LINK_FNL Statistical AnalysisThe SAS. SPSS and S-PLUS packages are installed. These programs are commonly invoked by:
socrates% sas myprog.sas
Mathematical PackagesMatlab, Maple and Mathematica are available on Socrates.WebYou can access the World Wide Web by the ascii browser "lynx".socrates% lynx <URL> News ReadersThe recommended Usenet news reader is Tin, invoked by "tin". You can post news items using "tin" or "Pnews". In addition, you can use the older "rn" and "trn" news readers or use Pine to read news.
Please send comments to: calweb_consult@berkeley.edu.
For additional questions, see Questions.
|