Samuel Thibault
|
292bd5b37f
Add builddir's src/ in header include path for config.h
|
14 years ago |
Nathalie Furmento
|
598d2ad410
Makefile.am: fix settings of check_PROGRAMS
|
14 years ago |
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 years ago |
Samuel Thibault
|
6e3cbd8396
partly reverse r3755: tools need the cuda CFLAGS to be able to include cuda.h
|
14 years ago |
Samuel Thibault
|
778dbe599b
gcc needs -fprofile-arcs to emit gprof content
|
14 years ago |
Samuel Thibault
|
29c9f12c84
fix typo
|
14 years ago |
Samuel Thibault
|
443ba7776c
mention that --enabel-perf-debug is actually gprof
|
14 years ago |
Samuel Thibault
|
a6dc8cd619
Add directory information
|
14 years ago |
Samuel Thibault
|
e66dc8b3fc
drop unneeded libraries
|
14 years ago |
Samuel Thibault
|
9adba453ee
fix GLPK_LDFLAGS name
|
14 years ago |
Samuel Thibault
|
b38efd34e4
move glpk library flags to GLPK_LDFLAGS
|
14 years ago |
Nathalie Furmento
|
dae745d5da
starpu-mpi: simplification of branches
|
14 years ago |
Samuel Thibault
|
c20a649949
fix comment
|
14 years ago |
Samuel Thibault
|
64f8e138fe
fix getting the STARPU_HAVE_HWLOC flag
|
14 years ago |
Nathalie Furmento
|
556b0333e3
StarPU-MPI: New functions starpu_mpi_scatter_detached() and starpu_mpi_gather_detached()
|
14 years ago |
Samuel Thibault
|
fcc5a04b4c
Add license information
|
14 years ago |
Nathalie Furmento
|
edb584d05e
mpi/examples/scatter_gather/mpi_scatter_gather.c: remove useless synchronisation
|
14 years ago |
Nathalie Furmento
|
1076fd4515
mpi/examples/scatter_gather/mpi_scatter_gather.c: fix scatter and gather functionalities
|
14 years ago |
Nathalie Furmento
|
1d0a1fb10d
src/datawizard/filters.c: subdata created by partitioning should not be free-ed as they might be used later on
|
14 years ago |
Nathalie Furmento
|
1811824552
examples/axpy/axpy.c: cleanup memory and data
|
14 years ago |
Nathalie Furmento
|
15a815a85f
examples/basic_examples/block.c: do not call starpu_task_destroy on a asynchronous task
|
14 years ago |
Nathalie Furmento
|
dae20a340e
tests/perfmodels: update sched policy name
|
14 years ago |
Nathalie Furmento
|
0d1ef0f7bb
examples/ : free allocated memory and unregister data from StarPU
|
14 years ago |
Nathalie Furmento
|
c4cda5056b
src/core: free allocated memory
|
14 years ago |
Nathalie Furmento
|
b0489f8abe
mpi/examples/scatter_gather/mpi_scatter_gather.c: typo. replace hard-coded value by function argument
|
14 years ago |
Nathalie Furmento
|
cc08d627c4
mpi/examples/scatter_gather/mpi_scatter_gather.c: create new functions starpu_mpi_scatter and starpu_mpi_gather
|
14 years ago |
Nathalie Furmento
|
0e6b8d0b53
mpi/examples/scatter_gather/mpi_scatter_gather.c: store data handles in a 1D array (instead of a 2D)
|
14 years ago |
Nathalie Furmento
|
76875c3d0f
mpi/examples/scatter_gather/mpi_scatter_gather.c: use starpu_data_get_rank to find out about data rank instead of the data distribution
|
14 years ago |
Nathalie Furmento
|
95c37efb97
mpi/examples/scatter_gather/mpi_scatter_gather.c: use detached communications functionalities instead of blocking versions
|
14 years ago |
Nathalie Furmento
|
3302edb71a
MPI: Example of scatter gather
|
14 years ago |