Nathalie Furmento
|
c7eff17ebb
configure.ac: revert #19041, we do not want to fail when no C++ compiler is available
|
9 lat temu |
Corentin Salingue
|
004a354dd5
fix -r19041 : if C++ compiler is not found, is not set
|
9 lat temu |
Nathalie Furmento
|
766592f653
configure.ac: fail when no C++ compiler is found
|
9 lat temu |
Samuel Thibault
|
7339c8f5fe
Use pthread_setname_np when available
|
9 lat temu |
Corentin Salingue
|
78c28d1c2c
* Count mpi master-slave in maxnodes and in nmaxworker
|
9 lat temu |
Samuel Thibault
|
b263776d66
Use librt for aio_read too
|
9 lat temu |
Corentin Salingue
|
b12d595be9
Update compilers to MPI compilers when MPI Master/slave is activated in configure.ac
|
9 lat temu |
Corentin Salingue
|
bec53bf25e
Check if mpicxx or mpic++ is installed
|
9 lat temu |
Corentin Salingue
|
4428b03cbd
* Add --disable-mpi to chose to built or not the StarPU MPI Library
|
9 lat temu |
Samuel Thibault
|
d1d5dceead
test tasks_size_overhead with all schedulers
|
9 lat temu |
Nathalie Furmento
|
690e072874
configure.ac: do not generate documentation if it is already available in the source directory
|
9 lat temu |
Nathalie Furmento
|
ff15d9a760
configure.ac: remove option subdir-objects as it causes fortran compilation to fail
|
9 lat temu |
Samuel Thibault
|
1c27404edc
fix documentation of --disable-fstack-protector-all according to default value
|
9 lat temu |
Nathalie Furmento
|
514a859d3b
configure: add configure option for fstack-protector-all which is enabled by default, and disable it when compiling for MIC architectures
|
9 lat temu |
Samuel Thibault
|
6b343fd01d
document why we don't enable fortify without optimizations
|
9 lat temu |
Samuel Thibault
|
96d4e38441
fortify only works in optimization mode. It is also very lightweight, so enable it by default unless given enable-fast. Also only enable level 1, which doesn't change any semantic
|
9 lat temu |
Olivier Aumage
|
48eb50ba3b
- fix subdir-objects related Automake warnings
|
9 lat temu |
Olivier Aumage
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
9 lat temu |
Nathalie Furmento
|
ea928915c1
configure.ac: define macro values to 1
|
9 lat temu |
Samuel Pitoiset
|
395858080f
configure.ac: remove unneeded parenthesis for --enable-openmp
|
9 lat temu |
Samuel Thibault
|
b5137e373f
not-so-old ld does not have push/pop-state
|
9 lat temu |
Samuel Thibault
|
b4ed5c0f1f
we really need to specify libfxt.a, pkg-config would never show this. Still keep pkg-config's --libs output to get -lrt -lbfd, but use --as-needed to avoid a spurious libfxt dynamic link
|
9 lat temu |
Luka Stanisic
|
8370df5f67
fxt: fixing static linking for simgrid (suggested by Florent Pruvost)
|
9 lat temu |
Samuel Pitoiset
|
e90bb15545
configure.ac: mark OpenMP runtime support as stable
|
9 lat temu |
Samuel Thibault
|
70761986a6
fix warning when SOCL_OCL_LIB_OPENCL is empty
|
9 lat temu |
Samuel Thibault
|
15e6679791
Check for F77 presence
|
9 lat temu |
Nathalie Furmento
|
230a6d5b42
configure.ac: always use pkg-config when detecting hwloc availability
|
9 lat temu |
Nathalie Furmento
|
db8e3e6ad8
configure.ac: create symlinks in build directory for microbenchs shell scripts
|
9 lat temu |
Nathalie Furmento
|
012f8773fe
configure.ac: fix detection for mpif90 compiler and MPI_Comm_f2c function
|
9 lat temu |
Nathalie Furmento
|
53eff7e16e
configure.ac: set mpif90 as default MPI fortran compiler and indicate in summary if native fortran support is enabled
|
9 lat temu |