Changeset 2205 in Sophya for trunk/ArchTOIPipe/TestPipes


Ignore:
Timestamp:
Oct 7, 2002, 4:21:06 PM (23 years ago)
Author:
aubourg
Message:

manager

Location:
trunk/ArchTOIPipe/TestPipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/Makefile.in

    r2187 r2205  
    6565 endif
    6666 ifeq ($(CXX), CC)
    67     CXXFLAGS = -O -prelink -ptused
    68     CFLAGS   = -O
     67    CXXFLAGS = -O -prelink -ptused -64
     68    CFLAGS   = -O -64
    6969#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
    7070#   CFLAGS  =  -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/TestPipes/toistat.cc

    r2075 r2205  
    229229
    230230    PrtTim("starting processors");
    231     plombier.Start();
     231    mgr->startAll();
     232    //    plombier.Start();
    232233
    233234
     
    240241    // -----------------------------------------------------------------------
    241242
    242     mgr->joinAll();
     243    mgr->waitForAll();
    243244    PrtTim("End threads");
    244245   
Note: See TracChangeset for help on using the changeset viewer.