Nathalie Furmento
|
6e69a0dd6b
mpi/Makefile.am: revert previous commit as it was not intended to be committed
|
14 年之前 |
Nathalie Furmento
|
0682670ec2
mpi/tests/ring_async_implicit.c: mpi is initialised by starpu
|
14 年之前 |
Cédric Augonnet
|
fa37c0e2da
hwloc.h is used in the public headers of StarPU, so we need to include hwloc's
|
14 年之前 |
Nathalie Furmento
|
85bb45c0f9
revert previous commit #2589
|
15 年之前 |
Nathalie Furmento
|
346314a1b9
Wrong commit fully reverted in follow-up commit #2590
|
15 年之前 |
Nathalie Furmento
|
eb85cb7e5c
mpi: fix nvcc compilation command line
|
15 年之前 |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 年之前 |
Cédric Augonnet
|
0080f37133
Do not forget to include these files in the distribution
|
15 年之前 |
Cédric Augonnet
|
d2603673f1
Test wether the MPI libs supports asynchronous transfers + implicit deps
|
15 年之前 |
Samuel Thibault
|
ee5905dec3
add missing header
|
15 年之前 |
Nathalie Furmento
|
432e1e6dd8
fix CPPFLAGS when building outside of source directory
|
15 年之前 |
Nathalie Furmento
|
3739cfa184
Prefixing of objects defined in starpu_config_h.in
|
15 年之前 |
Cédric Augonnet
|
b3caf41960
Get rid of mpi/examples/Makefile.am to avoid a dependency issue.
|
15 年之前 |
Cédric Augonnet
|
c46518553b
Introduce an MPI version of the LU decomposition (work in progress !)
|
15 年之前 |
Cédric Augonnet
|
f17de349e8
- Export the headers of the MPI lib when installing
|
15 年之前 |
Cédric Augonnet
|
d4c070f3ee
Add a --with-mpicc option to specify which compiler should be used with MPI.
|
15 年之前 |
Cédric Augonnet
|
dde612872a
Provide helper functions which tell the MPI lib to release a tag when an
|
15 年之前 |
Cédric Augonnet
|
be6b0b16e5
Correct some path which was modified by mistake during previous commit.
|
15 年之前 |
Cédric Augonnet
|
0e22fdfbda
Implement "detached" MPI requests which need not be waited or tested
|
15 年之前 |
Cédric Augonnet
|
2cd39cd63a
- Fix typos in the starpu_mpi_test function
|
15 年之前 |
Cédric Augonnet
|
bbfbe68c4f
We don't include the MPI examples in the "make check" since they have to be run
|
15 年之前 |
Cédric Augonnet
|
066a3c3236
Add a test to make sure MPI works well with data in pinned memory.
|
15 年之前 |
Cédric Augonnet
|
b2a72aa358
implement the ring example with asynchronous calls
|
15 年之前 |
Cédric Augonnet
|
744f2a8624
- Bug fix: actually use mpi_isend.c in the mpi_isend test :)
|
15 年之前 |
Cédric Augonnet
|
2b9b3e948b
implement isend, irecv, wait and test
|
15 年之前 |
Cédric Augonnet
|
bbea7f8d4b
Support the "block" interface with our mpi lib.
|
15 年之前 |
Cédric Augonnet
|
bf8bb00b8a
Start to implement starpu_mpi_handle_to_datatype.
|
15 年之前 |
Cédric Augonnet
|
2a2758ac3e
Make the "ring" example more challenging as we now have both MPI and CUDA
|
15 年之前 |
Cédric Augonnet
|
c3c1b0de02
Introduce the MPI helper lib (enabled with --with-mpi at configure time).
|
15 年之前 |