1
1
openmpi/ompi/mca/osc/portals4
KAWASHIMA Takahiro cacd6f389c datatype: Remove #if HAVE_[TYPE] for C99 types
Now Open MPI requires a C99 compiler. Checking availability of
the following types is no more needed.

- `long long` (`signed` and `unsigned`)
- `long double`
- `float _Complex`
- `double _Complex`
- `long double _Complex`

Furthermore, the `#if HAVE_[TYPE]` style checking is not correct.
Availability of C types is checked by `AC_CHECK_TYPES` in `configure.ac`.
`AC_CHECK_TYPES` defines macro `HAVE_[TYPE]` as `1` in `opal_config.h`
if the `[TYPE]` is available. But it does not define `HAVE_[TYPE]`
(instead of defining as `0`) if it is not available. So even if we
need `HAVE_[TYPE]` checking, it should be `#if defined(HAVE_[TYPE])`.

I didn't remove `AC_CHECK_TYPES` for these types in `configure.ac`
since someone may use `HAVE_[TYPE]` macros somewhere.

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
2018-11-14 09:32:52 +09:00
..
configure.m4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
osc_portals4_active_target.c opal/asm: rename existing arithmetic atomic functions 2017-11-30 10:41:22 -07:00
osc_portals4_comm.c datatype: Remove #if HAVE_[TYPE] for C99 types 2018-11-14 09:32:52 +09:00
osc_portals4_component.c Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
osc_portals4_passive_target.c opal/asm: rename existing arithmetic atomic functions 2017-11-30 10:41:22 -07:00
osc_portals4_request.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
osc_portals4_request.h opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
osc_portals4.h opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00