Commit graph

111 commits

Author SHA1 Message Date
1d0b8c7541 uiowa-threads: remove trailing whitespace 2014-04-19 13:26:54 +02:00
f727b49d60 uiowa-threads: fix compiler warnings - still broken 2014-04-19 13:18:15 +02:00
1fe1bba5c5 Makefile: don't mix indents 2014-04-19 13:12:37 +02:00
9e4461fd5b Makefile: the tags file is VERY extra 2014-04-19 13:06:47 +02:00
ad287fd9a8 try positional format strings 2014-04-19 13:02:33 +02:00
cb3c9c0874 Makefile: clean up cppcheck.txt 2014-04-19 12:56:58 +02:00
c236772f8d Makefile: break long lines 2014-04-19 12:35:00 +02:00
3e63c3990d IDEAS: try cilk plus with gcc 4.9 2014-04-19 12:26:00 +02:00
967352b3db build multibrot-openmp.png with EXTRAS 2014-04-19 12:23:44 +02:00
3d2c124dd9 don't want cmake here, stay with plain make 2014-04-19 12:22:10 +02:00
af084f328b distinguish between building all and really-all with EXTRAS 2014-04-19 12:21:26 +02:00
970c8a9570 use dynamic scheduling in mandelbrot-openmp 2014-04-19 12:17:36 +02:00
d553cf9488 for now, don't wait for keypress in mandelbrot.c 2014-04-12 15:45:27 +02:00
882ccc6dab add an untested MurmurHash3 implementation 2014-04-12 15:44:43 +02:00
db68f3d0ce add more IDEAS 2014-04-12 15:15:08 +02:00
9ccfdd96ac add an openmp version of mandelbrot.c 2014-04-12 15:13:15 +02:00
d0be71ac8f add an openmp version of hello world ;) 2014-04-12 15:04:16 +02:00
341990f1ee add an openmp version of multibrot 2014-04-12 13:12:55 +02:00
ffa93c8d34 Add an example of undefined behaviour 2014-02-15 14:09:43 +01:00
ed40922f52 Add comment about which method is used to approximate pi 2014-02-15 13:57:53 +01:00
f98e46dbe4 Add IDEAS 2014-02-14 21:36:35 +01:00
7f86e21f39 Remove extra CFLAGS in Makefile 2014-02-14 21:36:00 +01:00
bdf2e7feca Compile using clang 2014-02-14 21:35:28 +01:00
28ea4871dc Assert that we have n>=2 samples 2014-02-14 21:31:38 +01:00
6146beb0f8 Calculate range 2014-02-14 20:41:32 +01:00
e646660868 Calculate standard deviation 2014-02-14 20:27:32 +01:00
83f056effc Calculate sample variance 2014-02-14 20:20:32 +01:00
eeeb8e4f3c Some statistics stuff (av-variance.c) 2014-02-14 20:07:15 +01:00
9527b11c57 add a simple test of mtrace 2013-12-10 21:57:45 +01:00
c8683cda1c mark arg of compmandelbrot as unused to suppress compiler warning 2013-12-10 17:59:53 +01:00
c810a1889c use int main(void) for main, so clang won't complain about unused argc/argv 2013-12-10 17:48:47 +01:00
f04c4686c6 make clang happier about unused argc/argv in main() 2013-12-09 10:35:23 +01:00
8d149f026a make pedantic clang happier by not specifying unused argc/argv 2013-12-09 07:49:20 +01:00
9308677458 don't use zero-size array to make pedantic gcc happy 2013-12-08 23:41:40 +01:00
fb429605f3 add assert to make sure our assembly works 2013-12-08 23:34:34 +01:00
c46a411792 remove trailing whitespace 2013-12-08 23:33:20 +01:00
534a86f2d7 use unix fileformat 2013-12-08 23:33:05 +01:00
af3debf5fd let main() return something to make pedantic gcc happy 2013-12-08 23:31:40 +01:00
f1adfa76d9 add a few asserts to make approximating pi more reliable 2013-12-08 23:24:34 +01:00
2531b2b3c5 fix gcc warning by using an unsigned int for the loop variable 2013-12-08 23:23:45 +01:00
30b4726cab use ctags 2013-12-08 23:02:39 +01:00
89978e5097 use signed int to make pedantic gcc happy 2013-12-08 22:55:49 +01:00
065204dc85 fix lua foo 2013-12-08 22:36:43 +01:00
1b2935353e make gcc more pedantic 2013-12-08 22:13:25 +01:00
532b00e188 add more ideas 2013-12-08 22:12:42 +01:00
ce3c5ddc92 remove unused indent options in Makefile 2013-11-28 10:57:04 +01:00
aa891b6edb try cppcheck 2013-11-28 10:54:20 +01:00
dd222ae958 new ideas 2013-10-02 17:45:39 +02:00
73636823a6 remove object files on clean 2013-10-02 17:43:43 +02:00
dde2ce62db new ideas 2013-10-02 17:43:20 +02:00