Nathalie Furmento
|
93d85982ea
mpi/src: rename internal request field
|
10 yıl önce |
Nathalie Furmento
|
a821348a01
mpi/src: also display communicator when printing communication debug
|
10 yıl önce |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 yıl önce |
Nathalie Furmento
|
3345c92b36
mpi: rewrite code to allow several MPI communicators within a same application
|
10 yıl önce |
Nathalie Furmento
|
f6d0a56015
mpi: (manually) backport changes from 1.1 to support multiple MPI communicators
|
10 yıl önce |
Nathalie Furmento
|
38d200b8c8
mpi: when STARPU_MPI_COMM is enabled, also print the user tag for the data
|
10 yıl önce |
Nathalie Furmento
|
bf0576198d
mpi/src: implement properly synchronous send
|
10 yıl önce |
Nathalie Furmento
|
4f177d64bf
mpi/src/starpu_mpi_private.h: new macro _STARPU_MPI_MSG
|
10 yıl önce |
Samuel Thibault
|
4d5f8f17da
In simgrid mode, avoid calling MPI_Comm_size/rank outside the MPI thread
|
10 yıl önce |
Samuel Thibault
|
803270bbfb
Fix name of external symbols
|
10 yıl önce |
Nathalie Furmento
|
1916f0bd2f
mpi: fix previous commit
|
10 yıl önce |
Nathalie Furmento
|
53f497f377
mpi: rename mpi_tag into data_tag
|
10 yıl önce |
Nathalie Furmento
|
3abfac9166
backport branches/starpu-1.1@13961: mpi: new function starpu_mpi_issend
|
10 yıl önce |
Samuel Thibault
|
923dbdd2d8
Use starpu_ssize_t instead of ssize_t, and add a check against it
|
10 yıl önce |
Nathalie Furmento
|
010ffd523d
mpi/src/starpu_mpi_private.h: _debug_rank needs to be defined even when STARPU_VERBOSE is not defined
|
10 yıl önce |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
10 yıl önce |
Nathalie Furmento
|
73d80820ab
mpi/src: rename variables to have a more appropriate name
|
12 yıl önce |
Nathalie Furmento
|
fff1cb4c47
mpi: new function starpu_mpi_irecv_detached_sequential_consistency
|
12 yıl önce |
Nathalie Furmento
|
bc580ffde0
mpi/src: define a minimum and maximum debug level
|
12 yıl önce |
Nathalie Furmento
|
69b68bd9f3
mpi/src/starpu_mpi_private.h: print line when displaying debug message
|
12 yıl önce |
Nathalie Furmento
|
06d9ce0bca
mpi/src: various fixes
|
12 yıl önce |
Samuel Thibault
|
c763a690c2
Use C99 variadic macro support, not GNU
|
12 yıl önce |
Nathalie Furmento
|
2c5ca9f055
mpi: rename starpu_mpi_set/get_starpu_mpi_tag with starpu_mpi_set/get_communication_tag
|
12 yıl önce |
Marc Sergent
|
6832511f53
Adding documentation on new implemented public functions, comments in mpi/src/starpu_mpi.c, and getter/setter functions so as the application can access to the internal starpu_mpi_tag used by StarPU-MPI.
|
12 yıl önce |
Marc Sergent
|
ff83ffc582
Modifications of internal handling of tags in StarPU-MPI.
|
12 yıl önce |
Nathalie Furmento
|
f1f6719353
use __starpu_func__ instead of __func__ which is not available on windows
|
12 yıl önce |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 yıl önce |
Nathalie Furmento
|
3ae62277c5
src: move starpu thread related functions to new file src/common/thread.h
|
12 yıl önce |
Nathalie Furmento
|
d2fa75cd19
mpi/src: update debug display system to use a level from which on we want to display debug messages
|
12 yıl önce |
Nathalie Furmento
|
5b035bb701
mpi/src/starpu_mpi_private.h: make _debug_rank a global variable so that we print the rank even after MPI_Shutdown()
|
12 yıl önce |