Nathalie Furmento
|
b3050d7e9c
examples/lu/lu_example.c: add printf to follow execution steps
|
14 years ago |
Nathalie Furmento
|
f766606c07
examples: when submission fails because it does not find a suitable worker, it is not an error, just skip the example
|
14 years ago |
Nathalie Furmento
|
fc8ec2d1a6
include/starpu_util.h: use strerror_r which is thread-safe
|
14 years ago |
Nathalie Furmento
|
913fd02aab
examples: when submission fails because it does not find a suitable worker, it is not an error, just skip the example
|
14 years ago |
Nathalie Furmento
|
34d359f098
include/starpu_util.h: print the error as a number and not as a string
|
14 years ago |
Nathalie Furmento
|
572473b193
examples: check return values of starpu functions
|
14 years ago |
Nathalie Furmento
|
4e84b0ce42
examples: check return values of starpu functions
|
14 years ago |
Nathalie Furmento
|
b91cc2a45b
examples: check return values of starpu functions
|
14 years ago |
Nathalie Furmento
|
6e76fb54da
move macro STARPU_CHECK_RETURN_VALUE and STARPU_CHECK_RETURN_VALUE_IS in public include/starpu_util.h
|
14 years ago |
Nicolas Collin
|
1fb91e1629
Bug fixed in bundle data transfer calculation.
|
14 years ago |
Nathalie Furmento
|
93b298df19
tests: test return value for starpu_opencl_load_opencl_from_file
|
14 years ago |
Nathalie Furmento
|
5c6241e2ec
src/drivers/opencl: return an error instead of aborting when failing to build a program
|
14 years ago |
Nathalie Furmento
|
25a724b1fe
mpi/{tests,examples}: define access modes for data handle in struct starpu_codelet
|
14 years ago |
Nathalie Furmento
|
4cf1869497
examples: define access modes for data handle in struct starpu_codelet
|
14 years ago |
Nathalie Furmento
|
cd9e291248
tests: define access modes for data handle in struct starpu_codelet
|
14 years ago |
Nathalie Furmento
|
4894dfab0c
src/util: we no longer need to set .xxx_func fields for struct starpu_codelet to STARPU_MULTIPLE_XXX_IMPLEMENTATIONS
|
14 years ago |
Nathalie Furmento
|
7c57ef1529
mpi: use .xxx_funcs instead of .xxx_func fields for struct starpu_codelet
|
14 years ago |
Nathalie Furmento
|
8b7cc119a8
mpi: update the cache mechanism
|
14 years ago |
Nathalie Furmento
|
f7689dc464
mpi/examples/stencil/stencil5.c: use cpu_funcs and modes
|
14 years ago |
Nathalie Furmento
|
42970b38fb
tests: rename file as make dist cannot cope with filenames with more than 99 characters...
|
14 years ago |
Nathalie Furmento
|
7d5f9e13b8
perfmodel: store the file name instead of the file handle, and open the file each time we need to write something
|
14 years ago |
Nathalie Furmento
|
6926180b3d
tests/datawizard/in_place_partition.c: fix prototype for opencl kernel, and update error checking for main application
|
14 years ago |
Nathalie Furmento
|
a5a6d55c8f
tests/datawizard/interfaces/multiformat/advanced/multiformat_execute_on_a_specific_worker.c: when no worker is found, mark test as skipped instead of failed
|
14 years ago |
Nathalie Furmento
|
bf15c28642
doc: move the api and the configuration chapters at the end
|
14 years ago |
Nathalie Furmento
|
ef038c838d
doc: format updates
|
14 years ago |
Nathalie Furmento
|
d5b24e39d3
doc: always use the same environment (cartouche+smallexample) for source code
|
14 years ago |
Cyril Roelandt
|
675b5d9b72
Fixing multiformat_handle_conversion
|
14 years ago |
Cyril Roelandt
|
7a926466c6
GCC plugin : add a simple "vector scal" example.
|
14 years ago |
Cyril Roelandt
|
ef58cef95e
Fix build with --disable-cpu.
|
14 years ago |
Cyril Roelandt
|
c5065bcda6
Move multiformat_handle_conversion from core/ to datawizard/interfaces/multiformat/advanced
|
14 years ago |