Changeset 2304 in Sophya for trunk/SophyaLib/Manual/sophya.tex
- Timestamp:
- Jan 2, 2003, 7:18:47 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/sophya.tex
r2280 r2304 43 43 \vspace{1cm} 44 44 \begin{center} 45 {\bf \Large Sophya Version: 1. 4 (V\_Nov2002) }45 {\bf \Large Sophya Version: 1.5 (V\_Dec2002) } 46 46 % Document revision 1.0 } 47 47 \end{center} … … 1206 1206 \section{Module SysTools} 1207 1207 The {\bf SysTools} module contains classes implementing interface to some 1208 OS specific services. 1208 OS specific services. The class {\bf ResourceUsage} \index{ResourceUsage} 1209 and {\bf Timer} {\index{Timer} provides access to information 1210 about various resource usage (memory, CPU, ...). 1211 The class {\bf Periodic} provides the necessary services needed to 1212 implement the execution of a periodic action. 1213 A basic interface to POSIX threads \index{thread} is also provided 1214 through the \index{ZThread} {\bf ZThread}, {\bf ZMutex} and {\bf ZSync} 1215 classes. 1216 1209 1217 \subsection{Dynamic linker} 1210 1218 \index{PDynLinkMgr} … … 1510 1518 {\tt \$EXTLIBDIR/Include/FitsIO } \\ 1511 1519 {\tt \$EXTLIBDIR/`uname`-\$EROSCXX/Libs} \\ 1512 1520 The complete directory tree content for the various external libraries used 1521 by this version of SOPHYA is listed below: 1522 \begin{verbatim} 1523 csh> ls $EXTLIBDIR/Include/ 1524 FFTW FitsIO XAstro 1525 csh> ls $EXTLIBDIR/Include/FFTW/ 1526 fftw.h rfftw.h 1527 csh> ls $EXTLIBDIR/Include/XAstro/ 1528 P_.h circum.h satlib.h vector.h 1529 astro.h deepconst.h satspec.h vsop87.h 1530 chap95.h preferences.h sattypes.h 1531 csh> ls $EXTLIBDIR/Include/FitsIO/ 1532 cfortran.h eval_defs.h fitsio.h grparser.h ricecomp.h 1533 compress.h eval_tab.h fitsio2.h longnam.h 1534 drvrsmem.h f77_wrap.h group.h region.h 1535 csh> ls $EXTLIBDIR/Linux-g++/Libs/ 1536 libcfitsio.a libfftw.la librfftw.a libxastro.a 1537 libblas.a libfftw.a liblapack.a librfftw.la 1538 \end{verbatim} 1513 1539 The object files from a given Sophya module are grouped in an archive library 1514 1540 with the module's name ({\tt libmodulename.a}). All Sophya modules
Note:
See TracChangeset
for help on using the changeset viewer.