DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦e22a8c4b7⟧ TextFile

    Length: 982 (0x3d6)
    Types: TextFile
    Names: »config.doc«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/config/config.doc« 

TextFile


                                 CONFIG

    Config is  not exactly a  benchmark,  but  allowes, with a shell-
    script called  "config.cf", to rightly outline the SSBA (research
    of the  time management  functions : ftime() or times() ). Config
    tries to identify  the unix "flavour" as well as the benchmarker.
    It then  computes the  time granularity  HZ with  the help of the
    program hz.c. From this HZ, the time measurement tools are conse-
    quently  modified : chrono.c  which takes the place of  /bin/time
    ( because of its various output sizes ) and  etime.c used by some
    f77 programs. The hard.c program, from Steven Pemberton (CWI Ams-
    terdam), settles  the hardware properties  of int,  short, float,
    double as well as the available memory ( physical and swap ). The 
    nproc.c program settles the number of processes available for the
    user and limit.c (from Ken McDonell, Monash) computes the maximum
    open files per process.