Nathalie Furmento
|
56fbd1e4f5
move some helper functions to starpu_helper.h
|
5 lat temu |
Nathalie Furmento
|
6a16f8370f
update copyright holders
|
5 lat temu |
Samuel Thibault
|
79b3da6686
fix warning
|
6 lat temu |
Nathalie Furmento
|
d9cad80100
openmp: make sure environment is valid before launching OpenMP, i.e
|
6 lat temu |
Nathalie Furmento
|
6901c4441b
src/: fix copyrights
|
8 lat temu |
Nathalie Furmento
|
aae4029d83
INRIA is now called Inria
|
8 lat temu |
Nathalie Furmento
|
9c38741e02
fix code to follow coding conventions for braces
|
8 lat temu |
Samuel Thibault
|
8a713e9521
Fix missing include, thanks Léo
|
8 lat temu |
Nathalie Furmento
|
d917eaa107
src: use _STARPU_MSG instead of fprintf and avoid direct calls to fprintf(stderr, ...)
|
8 lat temu |
Nathalie Furmento
|
18b9deda32
src/util/openmp_runtime_support_environment.c: decrease variable scope
|
9 lat temu |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
9 lat temu |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 lat temu |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 lat temu |
Samuel Pitoiset
|
04189e610d
openmp: merge read_boolean_var() with read_omp_boolean_var()
|
9 lat temu |
Samuel Pitoiset
|
4c3adbc255
openmp: rework parsing of OMP_DISPLAY_ENV
|
9 lat temu |
Samuel Pitoiset
|
80c7b81b80
openmp: rework parsing of OMP_PROC_BIND
|
9 lat temu |
Samuel Pitoiset
|
3dd1fbd2b9
openmp: rework parsing of OMP_NUM_THREADS
|
9 lat temu |
Samuel Pitoiset
|
db61b744a0
openmp: rework read_wait_policy_var()
|
9 lat temu |
Samuel Pitoiset
|
412b41ec95
openmp: introduce read_string_var() helper
|
9 lat temu |
Samuel Pitoiset
|
4d7954c583
openmp: remove unused variable in read_boolean_var()
|
9 lat temu |
Samuel Pitoiset
|
5b884d79c5
openmp: do not return an error when boolean envvars are incorrectly set
|
9 lat temu |
Samuel Pitoiset
|
f6da7aaac0
openmp: check that integer envvars are positive
|
9 lat temu |
Samuel Pitoiset
|
5365b3aa9f
openmp: fix parsing of OMP_SCHEDULE in presence of chunksize
|
9 lat temu |
Samuel Pitoiset
|
dac3f5d5d6
openmp: fix parsing of OMP_SCHEDULE envvar
|
9 lat temu |
Samuel Pitoiset
|
848571e3b8
openmp: add missing starpu_omp_sched_undefined case in display_omp_environment()
|
9 lat temu |
Samuel Pitoiset
|
90da7bba2c
openmp: display OMP_THREAD_LIMIT when OMP_DISPLAY_ENV is set
|
9 lat temu |
Samuel Pitoiset
|
9b5a199e0f
openmp: fix OMP_DISPLAY_ENV output to match GCC
|
9 lat temu |
Samuel Thibault
|
11f734248e
Avoid overflow e.g. in num_threads_list allocation
|
9 lat temu |
Samuel Pitoiset
|
4a6ee13b5a
openmp: add support for OMP_MAX_TASK_PRIORITY
|
9 lat temu |
Samuel Thibault
|
1b2f436a98
catch unsafe use of non-reentrant getenv
|
10 lat temu |