Nathalie Furmento
|
690e072874
configure.ac: do not generate documentation if it is already available in the source directory
|
8 年之前 |
Nathalie Furmento
|
ff15d9a760
configure.ac: remove option subdir-objects as it causes fortran compilation to fail
|
8 年之前 |
Samuel Thibault
|
1c27404edc
fix documentation of --disable-fstack-protector-all according to default value
|
8 年之前 |
Nathalie Furmento
|
514a859d3b
configure: add configure option for fstack-protector-all which is enabled by default, and disable it when compiling for MIC architectures
|
8 年之前 |
Samuel Thibault
|
6b343fd01d
document why we don't enable fortify without optimizations
|
8 年之前 |
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
|
8 年之前 |
Olivier Aumage
|
48eb50ba3b
- fix subdir-objects related Automake warnings
|
8 年之前 |
Olivier Aumage
|
cabe2dab63
- add support for Temanejo/Ayudame version 2
|
8 年之前 |
Nathalie Furmento
|
ea928915c1
configure.ac: define macro values to 1
|
8 年之前 |
Samuel Pitoiset
|
395858080f
configure.ac: remove unneeded parenthesis for --enable-openmp
|
9 年之前 |
Samuel Thibault
|
b5137e373f
not-so-old ld does not have push/pop-state
|
9 年之前 |
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 年之前 |
Luka Stanisic
|
8370df5f67
fxt: fixing static linking for simgrid (suggested by Florent Pruvost)
|
9 年之前 |
Samuel Pitoiset
|
e90bb15545
configure.ac: mark OpenMP runtime support as stable
|
9 年之前 |
Samuel Thibault
|
70761986a6
fix warning when SOCL_OCL_LIB_OPENCL is empty
|
9 年之前 |
Samuel Thibault
|
15e6679791
Check for F77 presence
|
9 年之前 |
Nathalie Furmento
|
230a6d5b42
configure.ac: always use pkg-config when detecting hwloc availability
|
9 年之前 |
Nathalie Furmento
|
db8e3e6ad8
configure.ac: create symlinks in build directory for microbenchs shell scripts
|
9 年之前 |
Nathalie Furmento
|
012f8773fe
configure.ac: fix detection for mpif90 compiler and MPI_Comm_f2c function
|
9 年之前 |
Nathalie Furmento
|
53eff7e16e
configure.ac: set mpif90 as default MPI fortran compiler and indicate in summary if native fortran support is enabled
|
9 年之前 |
Samuel Thibault
|
109917c6fb
fix build with mpi implementations which don't have fortran support, e.g. simgrid before 3.12
|
9 年之前 |
Nathalie Furmento
|
3bbc378f3a
configure.ac: add parameter --with-mpiexec-args to specify MPI parameters to be given when running make check
|
9 年之前 |
Olivier Aumage
|
6ff4416db6
- preliminary steps for native Fortran support to StarPU-MPI
|
9 年之前 |
Olivier Aumage
|
cc04346b70
- add version check for Intel Fortran
|
9 年之前 |
Samuel Thibault
|
7b37132c0e
fix typo
|
9 年之前 |
Samuel Thibault
|
6ecce4424d
Fix testing for need for std=c++11 for simgrid
|
9 年之前 |
Olivier Aumage
|
0ff38f93cf
- workaround to avoid referencing C constants from Fortran, which has been found unreliable on Darwin
|
9 年之前 |
Olivier Aumage
|
2f85453bbe
- disable building Fortran examples on Darwin
|
9 年之前 |
Olivier Aumage
|
36a8df9190
- GFortran version 4.9 min is needed to build native Fortran examples
|
9 年之前 |
Samuel Thibault
|
8cc4eac03c
Benefit from MSG_process_attach
|
9 年之前 |