Changeset 2304 in Sophya for trunk/SophyaLib/Manual


Ignore:
Timestamp:
Jan 2, 2003, 7:18:47 PM (23 years ago)
Author:
ansari
Message:

MAJ pour doc V1.5 Dec2002 , Reza 2/3/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/sophya.tex

    r2280 r2304  
    4343\vspace{1cm}
    4444\begin{center}
    45 {\bf \Large Sophya Version: 1.4 (V\_Nov2002) }
     45{\bf \Large Sophya Version: 1.5 (V\_Dec2002) }
    4646% Document revision 1.0 }
    4747\end{center}
     
    12061206\section{Module SysTools}
    12071207The {\bf SysTools} module contains classes implementing interface to some
    1208 OS specific services.
     1208OS specific services. The class {\bf ResourceUsage} \index{ResourceUsage}
     1209and {\bf Timer} {\index{Timer} provides access to information
     1210about various resource usage (memory, CPU, ...).
     1211The class {\bf Periodic} provides the necessary services needed to
     1212implement the execution of a periodic action.
     1213A basic interface to POSIX threads \index{thread} is also provided
     1214through the \index{ZThread} {\bf ZThread}, {\bf ZMutex} and {\bf ZSync}
     1215classes.
     1216
    12091217\subsection{Dynamic linker}
    12101218\index{PDynLinkMgr}
     
    15101518{\tt \$EXTLIBDIR/Include/FitsIO } \\
    15111519{\tt \$EXTLIBDIR/`uname`-\$EROSCXX/Libs} \\
    1512 
     1520The complete directory tree content for the various external libraries used
     1521by this version of SOPHYA is listed below:
     1522\begin{verbatim}
     1523csh> ls $EXTLIBDIR/Include/
     1524FFTW         FitsIO        XAstro
     1525csh> ls $EXTLIBDIR/Include/FFTW/
     1526fftw.h    rfftw.h
     1527csh> ls $EXTLIBDIR/Include/XAstro/
     1528P_.h           circum.h       satlib.h       vector.h
     1529astro.h        deepconst.h    satspec.h      vsop87.h
     1530chap95.h       preferences.h  sattypes.h
     1531csh> ls $EXTLIBDIR/Include/FitsIO/
     1532cfortran.h   eval_defs.h  fitsio.h     grparser.h   ricecomp.h
     1533compress.h   eval_tab.h   fitsio2.h    longnam.h
     1534drvrsmem.h   f77_wrap.h   group.h      region.h
     1535csh> ls $EXTLIBDIR/Linux-g++/Libs/
     1536libcfitsio.a  libfftw.la    librfftw.a    libxastro.a
     1537libblas.a     libfftw.a     liblapack.a   librfftw.la
     1538\end{verbatim}
    15131539The object files from a given Sophya module are grouped in an archive library
    15141540with the module's name ({\tt libmodulename.a}). All Sophya modules
Note: See TracChangeset for help on using the changeset viewer.