Commit History

Author SHA1 Message Date
  Nathalie Furmento 97b9449927 include: doc: minor fixes in function prototypes 13 years ago
  Nathalie Furmento e3182f62a8 include/: move public function declaration in starpu.h 13 years ago
  Nathalie Furmento 876c2a3c25 doc/: comment out the concept index 13 years ago
  Nathalie Furmento e3310a8401 examples/stencil/Makefile.am: update w.r.t to new mpi Makefile.am 13 years ago
  Nathalie Furmento c8d7eb43a3 mpi: break Makefile.am in each sub-directories src examples tests 13 years ago
  Cyril Roelandt 612a56a6fd Fix function prototypes in headers to reflect the changes brought by r.7415. 13 years ago
  Cyril Roelandt d2d9ce97ca Fix non-ANSI function declarations found using smatch. 13 years ago
  Cyril Roelandt fb4bcfa6fb Coccinelle: add a script that fixes non-ANSI function declarations. 13 years ago
  Nathalie Furmento 98f01af154 tests/loader.c: include sys/time.h for gettimeofday 13 years ago
  Nathalie Furmento c678c91655 examples/Makefile.am: the option -arch sm_13 is needed to compile the kernel reductions/dot_product_kernels.cu as it uses double operations 13 years ago
  Cyril Roelandt e2663f4bea tests/sched_policies/execute_all_tasks.c: fix a call to usleep(). 13 years ago
  Cyril Roelandt dc840c95bd Fix unreachable code thanks to smatch. 13 years ago
  Cyril Roelandt 26d460d118 Do not dereference freed memory in starpu_bound_start(). 13 years ago
  Cyril Roelandt 9768828860 Fix a buffer overflow found using smatch. 13 years ago
  Cyril Roelandt 5f9a2f7e14 Turn _filter_nparts_compute_chunk_size_and_offset into _starpu_filter_nparts_compute_chunk_size_and_offset. 13 years ago
  Cyril Roelandt ce9eb4e0a7 Mention r.7391 in the Changelog: "Fix the block filter functions." 13 years ago
  Cyril Roelandt e85ffc2fa5 socl/examples/matmul/matmul.c: do not use the check() macro with an argument of type cl_int: it is meant to be used with a call to an OpenCL function. 13 years ago
  Cyril Roelandt 45db2e1728 Remove incorrect includes. 13 years ago
  Cyril Roelandt 82cab64103 Fix the block filter functions. 13 years ago
  Cyril Roelandt 7297d925c9 Changelog: mention that StarPU-MPI now works on Darwin. 13 years ago
  Ludovic Stordeur aeac891b80 gcc-plugin: honor `--tag' libtool flag. 13 years ago
  Nathalie Furmento 1356eaae36 mpi/Makefile.am: add missing HWLOC_CFLAGS to AM_CFLAGS (Thanks to Keisuke Fukuda for reporting the bug) 13 years ago
  Nathalie Furmento 5558692068 mpi/examples/cholesky: timing and flops information are no longer displayed by function dw_cholesky() but returned to caller, which can then decide to reset them on calculation error 13 years ago
  Nathalie Furmento 674e3dcca2 mpi/examples/cholesky/mpi_cholesky_distributed.c: use block distribution 13 years ago
  Nathalie Furmento f72fbd73ba mpi/examples/cholesky: do not overwrite configuration, keep the default one or the environment defined one 13 years ago
  Nathalie Furmento 95a1565e5a mpi/examples/cholesky: display results on stdout 13 years ago
  Nathalie Furmento af8348e73f mpi/examples/cholesky: fix display of computation time 13 years ago
  Nathalie Furmento 2e748ef358 mpi/examples/cholesky: code which is identical in both mpi_cholesky_distributed.c and mpi_cholesky.c is now in mpi_cholesky_codelets.c 13 years ago
  Nathalie Furmento 2409c69ab1 mpi/examples/cholesky/mpi_cholesky_distributed.c: fix spacing to use tab instead of spaces (to allow an easier comparison with mpi_cholesky.c) 13 years ago
  Sylvain Henry f84d9839f3 Doc: SOCL 13 years ago