Commit History

Author SHA1 Message Date
  Samuel Thibault 743b18b148 Move _starpu_job_get_data_size to where it actually makes sense 13 years ago
  Cyril Roelandt 673dcbcc28 COO interface: check the return value of malloc(). 13 years ago
  Cyril Roelandt 53555d4d69 Fix the detection of f77.h. 13 years ago
  Cyril Roelandt 3c97290dc6 BCSR interface: fix dead assignment. 13 years ago
  Cyril Roelandt d1bccde36c _starpu_driver_end_job(): Fix a potential NULL-pointer dereference. 13 years ago
  Samuel Thibault 55e1451a7f Avoid c++ deprecating complex.h warning while compiling the cuda version 13 years ago
  Samuel Thibault cbc7f9329f document that the application can prune the for loops 13 years ago
  Nathalie Furmento eb8a2a80ce mpi: clarify messages about thread support level 13 years ago
  Nathalie Furmento ef1372e219 mpi/src/starpu_mpi.c: add extra information when displaying thread support level 13 years ago
  Nathalie Furmento 7df7bbdc40 mpi/src/starpu_mpi.c: clearly print the thread support level 13 years ago
  Nathalie Furmento 2d294f5df5 mpi: call MPI_Init_Thread and not MPI_Init, that is needed as we want to use threads 13 years ago
  Nathalie Furmento 8d839ec756 mpi: tests and examples update call to deprecated functions 13 years ago
  Nathalie Furmento 822f75f6a1 mpi: Initialisation functions starpu_mpi_initialize_extended() and starpu_mpi_initialize() have been made deprecated. One should now use starpu_mpi_init() which will initialise MPI if is not already done. 13 years ago
  Nathalie Furmento 5542a9791a mpi/tests/ring: lower number of iterations when quick-check is enabled 13 years ago
  Cyril Roelandt 8fd109ac3e Fix the _STARPU_PTHREAD_* macros. 13 years ago
  Samuel Thibault 73b3ea8e73 Fix testing history/nl performance models 13 years ago
  Samuel Thibault bd738a32d6 Fix build 13 years ago
  Samuel Thibault f66739924a Add missing file 13 years ago
  Samuel Thibault aa3c9df32b Note that this is a TODO 13 years ago
  Samuel Thibault 81eec191b3 warn that non-history non-nl models are not supported by lower bound computation 13 years ago
  Samuel Thibault 2137c3484f Do not put under silence when some performance models are not available 13 years ago
  Samuel Thibault 36d6b72e85 fix spurious change 13 years ago
  Samuel Thibault 0350b675de generalize using either perfmodel or codelet name for tasks 13 years ago
  Nathalie Furmento 81b22125e6 doc/chapters/configuration.texi: update doc about STARPU_SILENT 13 years ago
  Nathalie Furmento 134b36ccbe mpi/tests/insert_task_cache.c: test application with and without cache, and check amount of communications is correctly reduced when using cache 13 years ago
  Nathalie Furmento 27cf34430c mpi/src/starpu_mpi_stats.c: do not display stats if STARPU_SILENT is defined 13 years ago
  Nathalie Furmento deb76ef517 include/starpu_config.h.in: make STARPU_HAVE_UNSETENV available to applications 13 years ago
  Nathalie Furmento 8af207fdfb mpi: new function starpu_mpi_comm_amounts_retrieve() to retrieve the currennt amount of communications from the current node 13 years ago
  Nathalie Furmento f74ee4a3da doc/starpu.css: update style 13 years ago
  Nathalie Furmento c26e1ccdc6 mpi: Communication cache mechanism is enabled by default, and can only be disabled at execution time by setting the environment variable STARPU_MPI_CACHE to 0. 13 years ago