Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/examples/boundedBufferEXT.cfa

    r107b01a rf8cd310  
    11//
     2// Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo
     3//
    24// The contents of this file are covered under the licence agreement in the
    35// file "LICENCE" distributed with Cforall.
     
    810// Created On       : Wed Apr 18 22:52:12 2018
    911// Last Modified By : Peter A. Buhr
    10 // Last Modified On : Tue Dec 11 21:55:02 2018
    11 // Update Count     : 9
     12// Last Modified On : Fri Mar 22 13:41:33 2019
     13// Update Count     : 12
    1214//
    1315
    14 #include <stdlib.hfa>                                                                           // random
     16#include <stdlib.hfa>                                                                   // random
    1517#include <fstream.hfa>
    1618#include <kernel.hfa>
     
    120122// Local Variables: //
    121123// tab-width: 4 //
    122 // compile-command: "cfa boundedBufferEXT.c" //
     124// compile-command: "cfa boundedBufferEXT.cfa" //
    123125// End: //
Note: See TracChangeset for help on using the changeset viewer.