Commit History

Author SHA1 Message Date
  Samuel Thibault e7a67678f3 Port r17807 from Loris' work: added handle to _STARTPU_START_DRIVER_COPY macro 10 years ago
  Nathalie Furmento a53cd8edeb fixes based on coverity reports 10 years ago
  Samuel Thibault d15acd36e7 '-' can not appear in function name 10 years ago
  Corentin Salingue 3f421da55c update doc for --enable-blas-lib and add doc for --enable-leveldb 10 years ago
  Samuel Thibault 6a03e93123 Add STARPU_CODELET_SIMGRID_EXECUTE flag to allow executing codelet functions even in simgrid mode 10 years ago
  Samuel Thibault d7a25144fc add missing file 10 years ago
  Samuel Thibault 68658f16bf Add --enable-coverity flag to configure, to avoid building .cu files with nvcc which produces millions of lines of code we don't want to analyze 10 years ago
  Samuel Thibault 8b98e083f7 Add consts 10 years ago
  Nathalie Furmento 6cc8dcb563 fix bugs detected by coverity 10 years ago
  Nathalie Furmento f383f359b5 tools/valgrind: add suppression rules 10 years ago
  Nathalie Furmento 95a4a6f3e7 src/sched_policies/deque_modeling_policy_data_aware.c: use calloc to make sure memory is defined 10 years ago
  Corentin Salingue e2276ae56a Add missing file extensions when cleaning with --enable-coverage parameter 10 years ago
  Corentin Salingue 3c1adbed0f Add missing lib to compile with --enable-coverage for gcov 10 years ago
  Nathalie Furmento e3bf388754 New function starpu_codelet_unpack_args_and_copyleft() which allows to copy in a new buffer values which have not been unpacked by the current call 10 years ago
  Samuel Thibault 4fd15baca4 Fix unlocking model 10 years ago
  Samuel Thibault 2c44bbe138 Fix assertion: NOWHERE tasks call push_task_output too 10 years ago
  Olivier Aumage 49c7a8aecf - add description of openmp tests 10 years ago
  Samuel Thibault 2bcc6c9758 document what tests test 10 years ago
  Samuel Thibault 759b65a2ce avoid #including headers inside extern "C" {}, since those headers might have c++ snippets 10 years ago
  Samuel Thibault efd2ab31a5 only make starpu use libfxt.a when not building a .so: libfxt.a is not necessarily built with -fPIC 10 years ago
  Samuel Thibault 073f30fd18 fix coverity warnings 10 years ago
  Samuel Thibault 9f76ca7c14 fix simgrid build with simgrid >= 3.13 10 years ago
  Samuel Thibault fbe1a16d7e build display_structures_size too 10 years ago
  Nathalie Furmento cb8000d0d0 ChangeLog: fix log 10 years ago
  Nathalie Furmento 3aa5ed22d3 mpi: New function starpu_mpi_wait_for_all(MPI_Comm comm) that allows to wait until all StarPU tasks and communications for the given communicator are completed. 10 years ago
  Nathalie Furmento 2151a200c2 src/core: new functions _starpu_task_wait_for_all_and_return_nb_waited_tasks(void) and _starpu_task_wait_for_all_in_ctx_and_return_nb_waited_tasks(unsigned) which wait for tasks and return the number of tasks that have been waited for 10 years ago
  Nathalie Furmento d18bf54d1b mpi/src/starpu_mpi.c: make sure the list of detached requests is accessed properly 10 years ago
  Samuel Thibault d6615ad3db better handle spaces in mic-configure arguments. Document about using mpicc 10 years ago
  Nathalie Furmento 6c21ad3a5c src: partially revert 17654: Functions starpu_task_wait_for_all_in_ctx() and starpu_task_wait_for_all() always return 0 10 years ago
  Nathalie Furmento e1a5e3b214 src: partially revert 17654: Functions starpu_task_wait_for_all_in_ctx() and starpu_task_wait_for_all() always return 0 10 years ago