- File:
-
- 1 edited
-
tests/concurrent/examples/boundedBufferEXT.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/examples/boundedBufferEXT.cfa
rf8cd310 r107b01a 1 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo3 //4 2 // The contents of this file are covered under the licence agreement in the 5 3 // file "LICENCE" distributed with Cforall. … … 10 8 // Created On : Wed Apr 18 22:52:12 2018 11 9 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 22 13:41:33 201913 // Update Count : 1210 // Last Modified On : Tue Dec 11 21:55:02 2018 11 // Update Count : 9 14 12 // 15 13 16 #include <stdlib.hfa> // random14 #include <stdlib.hfa> // random 17 15 #include <fstream.hfa> 18 16 #include <kernel.hfa> … … 122 120 // Local Variables: // 123 121 // tab-width: 4 // 124 // compile-command: "cfa boundedBufferEXT.c fa" //122 // compile-command: "cfa boundedBufferEXT.c" // 125 123 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.