IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18749


Ignore:
Timestamp:
Jul 25, 2008, 5:48:39 PM (18 years ago)
Author:
eugene
Message:

added psThread, a framework for managing multithreaded job pools

Location:
branches/eam_branch_20080719/psLib/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/psLib/src/pslib_strict.h

    r18145 r18749  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2008-06-16 21:58:42 $
     11*  @version $Revision: 1.36.8.1 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2008-07-26 03:48:39 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    116116#include "psTree.h"
    117117
     118#include "psThread.h"
     119
    118120#endif // #ifndef PS_LIB_STRICT_H
  • branches/eam_branch_20080719/psLib/src/sys/Makefile.am

    r14674 r18749  
    1414        psSlurp.c      \
    1515        psString.c     \
     16        psThread.c     \
    1617        psTrace.c      \
    1718        psType.c       \
     
    4243        psSlurp.h      \
    4344        psString.h     \
     45        psThread.h     \
    4446        psTrace.h      \
    4547        psType.h
Note: See TracChangeset for help on using the changeset viewer.