1
1
openmpi/opal/mca/btl
Howard Pritchard e43715574a remove ignored restrct return type qualifier
The use of restrict in the return type qualifier for mca_btl_vader_reserve_fbox
is being ignored by gnu compiler.  for newer gcc, one sees this warning only
with -Wignored-qualifiers set, but for older variants of gcc it was reported
that numerous warning messages about this ignored qualifier were being
generated as vader is being compiled.

The warning reported by gcc is

btl_vader_fbox.h:53:47: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
 static inline mca_btl_vader_fbox_t * restrict mca_btl_vader_reserve_fbox (struct mca_btl_base_endpoint_t *ep, const size_t size)

This commit was SVN r32714.
2014-09-11 21:12:41 +00:00
..
base btl_base_select: fix faulty/incorrect show_help message 2014-08-22 01:53:38 +00:00
openib Silence an unused function warning 2014-09-10 17:36:34 +00:00
portals4 Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
scif Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
self Cleanup the moved component's Makefile.am to use the opal instead of ompi directories 2014-07-31 04:41:04 +00:00
sm Needs to be a plus. 2014-08-12 20:39:00 +00:00
smcuda Fix initialization and cleanup code for CUDA-aware code. Eliminates all resource leaks. 2014-08-12 19:41:46 +00:00
tcp If something goes wrong in add_procs, let's not segfault during finalize 2014-09-03 17:27:31 +00:00
template Cleanup the moved component's Makefile.am to use the opal instead of ompi directories 2014-07-31 04:41:04 +00:00
ugni Nathan had requested this before as he needs to know the #procs in the job to optimize the UGNI btl. Add the fetch for that data - the native pmix component already provides it, but ensure the Slurm PMI-1 support does too. If not found, fall back to the non-optimized number 2014-08-29 22:53:35 +00:00
usnic usnic: remove suggestion of enabling no-drop in the fabric 2014-08-28 23:56:56 +00:00
vader remove ignored restrct return type qualifier 2014-09-11 21:12:41 +00:00
btl.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
Makefile.am Cleanup the moved component's Makefile.am to use the opal instead of ompi directories 2014-07-31 04:41:04 +00:00