Commit History

Author SHA1 Message Date
  Nathalie Furmento bfcd7822a1 mpi/examples/reduction: add a loop to execute several reductions 13 years ago
  Nathalie Furmento e03cd3d9f9 mpi reduction: re-initialise local data after sending its value for a reduction 13 years ago
  Samuel Thibault 064d48387d Add mpi reduction example 13 years ago
  Nathalie Furmento 330d2863f4 mpi/src/starpu_mpi.c: add missing breaks (thanks Benoit Liz\'e for the patch) 13 years ago
  Nathalie Furmento 9291171c0c mpi/src/starpu_mpi_private.h: define new macro _STARPU_MPI_DISP() 13 years ago
  Nathalie Furmento f55de96558 mpi/examples/scatter_gather/mpi_scatter_gather.c: define callback functions 13 years ago
  Nathalie Furmento 800fb37d1c doc/chapters/mpi-support.texi: update doc for starpu_mpi_scatter_detached() and starpu_mpi_gather_detached() 13 years ago
  Nathalie Furmento ed0d832366 mpi/src/starpu_mpi_collective.c: deal with NULL callback functions 13 years ago
  Nathalie Furmento a2d532afd9 mpi: The MPI collective callback function is only called when all communications are completed 13 years ago
  Nathalie Furmento 2119164757 mpi: Collective detached operations have new parameters, a callback function and a argument. This is to be consistent with the detached point-to-point communications. 13 years ago
  Nathalie Furmento 94afea54a1 src/core/perfmodel/perfmodel_bus.c: use _STARPU_DISP to print information message 13 years ago
  Nathalie Furmento 8a3f094029 mpi/src/starpu_mpi.c: also print thread level support when MPI is already initialized before calling starpu_mpi_init 13 years ago
  Samuel Thibault d9ae739dbe Add missing prototypes. Should fix some 64bit crashes 13 years ago
  Samuel Thibault 24507c2d1c Rename _starpu_get_job_model_name and _starpu_get_cl_model_name according to naming convention 13 years ago
  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