1
1
openmpi/opal/mca
KAWASHIMA Takahiro 3e179ba95f hwloc/external: Suppress missing-include-dirs warning
If OMPI is configured with `--with-hwloc=external` or `--with-hwloc=DIR`
and gfortran is used, I see a lot of warnings when compiling files
under the `ompi/mpi/fortran` directory.

```
f951: Warning: Nonexistent include directory
'BUILD_DIR/opal/mca/hwloc/external/hwloc/include' [-Wmissing-include-dirs]
```

There is no such `include` directory in the source tree and `configure`-
created tree. I think these lines in the `configure.m4` file are wrongly
copied from that for the embedded `hwlocXXX` component in the past.

The `-Wmissing-include-dirs` option is enabled in gfortran by default
but it is not enabled by default (or even with `-Wall`) in gcc and g++.

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
2018-07-09 10:55:33 +09:00
..
allocator mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
backtrace stacktrace: Add flexibility in stacktrace ouptut 2017-01-26 11:55:32 -06:00
base Fix mca_base_var_files separator 2018-06-19 12:59:07 -06:00
btl btl/ugni: fix up some warnings 2018-07-03 16:30:44 -06:00
common MCA/COMMON/UCX: unified logging across all UCX modules 2018-07-05 16:25:39 +03:00
compress mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
crs mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
dl dl/dlopen: add libs to wrapper LIBS 2017-04-15 09:30:18 -07:00
event external libevent: fix for Cygwin 2018-06-16 09:08:58 -07:00
hwloc hwloc/external: Suppress missing-include-dirs warning 2018-07-09 10:55:33 +09:00
if fixed ipv6 OOB connection problems 2018-03-20 16:07:53 +00:00
installdirs Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memchecker mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
memcpy Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memory memory/patcher: #ifdef out some parts when SYS_munmap is not defined 2017-11-07 16:44:40 +09:00
mpool mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
patcher patch/overwrite: add support for aarch64 2018-06-04 16:04:26 -06:00
pmix Install PMIx v3.0.0 release 2018-07-06 06:38:02 -07:00
pstat mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
rcache Remove warnings identified by clang. 2018-04-14 17:14:12 -04:00
reachable reachable: Fix string length Coverity warning 2017-09-24 19:38:45 -07:00
shmem mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
timer Get x86 TSC frequency from bogomips 2017-07-12 17:31:25 -03:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h ompi/hook: Add the hook/license framework 2017-02-27 12:05:53 -05:00