// // Cforall Version 1.0.0 Copyright (C) 2022 University of Waterloo // // The contents of this file are covered under the licence agreement in the // file "LICENCE" distributed with Cforall. // // gen_generation_expect.cfa -- simple 'script' generates the expect file for concurrent/barrier/generation // // Author : Thierry Delisle // Created On : Thu Mar 31 16:44:43 2022 // Last Modified By : // Last Modified On : // Update Count : // #include int NUM_THREADS = 9; int NUM_LAPS = 53; int main() { for(NUM_LAPS) for(c; 'A' ~= 'Z') { for(NUM_THREADS) { sout | c | nonl; } } sout | nl; }