Nathalie Furmento
|
490532ebd6
mpi/examples: fix spacing
|
преди 12 години |
Nathalie Furmento
|
cc29bc43df
mpi: add a parameter initialize_mpi to starpu_mpi_init, then we no longer rely on MPI_Initialized() to detect if MPI is already initialised or not, we just ask the upper layer to tell us if it needs to be initialised
|
преди 12 години |
Nathalie Furmento
|
8d839ec756
mpi: tests and examples update call to deprecated functions
|
преди 12 години |
Nathalie Furmento
|
5558692068
mpi/examples/cholesky: timing and flops information are no longer displayed by function dw_cholesky() but returned to caller, which can then decide to reset them on calculation error
|
преди 12 години |
Nathalie Furmento
|
674e3dcca2
mpi/examples/cholesky/mpi_cholesky_distributed.c: use block distribution
|
преди 12 години |
Nathalie Furmento
|
f72fbd73ba
mpi/examples/cholesky: do not overwrite configuration, keep the default one or the environment defined one
|
преди 12 години |
Nathalie Furmento
|
2e748ef358
mpi/examples/cholesky: code which is identical in both mpi_cholesky_distributed.c and mpi_cholesky.c is now in mpi_cholesky_codelets.c
|
преди 12 години |
Nathalie Furmento
|
2409c69ab1
mpi/examples/cholesky/mpi_cholesky_distributed.c: fix spacing to use tab instead of spaces (to allow an easier comparison with mpi_cholesky.c)
|
преди 12 години |
Cyril Roelandt
|
a2f330c273
mpi/examples: check the return value of starpu_init().
|
преди 13 години |
Nathalie Furmento
|
25a724b1fe
mpi/{tests,examples}: define access modes for data handle in struct starpu_codelet
|
преди 13 години |
Nathalie Furmento
|
7c57ef1529
mpi: use .xxx_funcs instead of .xxx_func fields for struct starpu_codelet
|
преди 13 години |
Nathalie Furmento
|
92faaeadee
mpi/examples: update coding style
|
преди 13 години |
Nathalie Furmento
|
b3a6c1f52b
do not use typedef for starpu_codelet, use it directly as a struct
|
преди 13 години |
Nathalie Furmento
|
0ebf7ba326
Rename public opaque type starpu_data_handle as starpu_data_handle_t
|
преди 13 години |
Nathalie Furmento
|
f641bbcf02
mp/examples/cholesky: code cleaning
|
преди 13 години |
Cédric Augonnet
|
689896a8ef
The performance of the MPI Cholesky kernel is obtained by taking the
|
преди 14 години |
Nathalie Furmento
|
7560ff696a
mpi/examples/cholesky: fix output
|
преди 14 години |
Nathalie Furmento
|
6d03488628
MPI: The tag used in mpi communications is set by the data handle and no longer internally by the starpumpi library
|
преди 14 години |
Nathalie Furmento
|
ddea11361b
StarPU-MPI Cholesky example: new version in which the matrix is not all allocated on the node 0, but each node allocates the sub-blocks it owns
|
преди 14 години |