1
1
openmpi/ompi/mpi
Jeff Squyres 2409fa166b get_library_version: checking string constants vs. NULL is dead code
The prior code was checking string constants (which are #defines from
configure) against NULL.  They can never be NULL, so the checks were
overly-defensive.  If the preprocessor macros do not exist, we'll get
a different compiler error.  So remove the dead code.

This fixes CID 72349.
2015-08-12 05:35:12 -07:00
..
c get_library_version: checking string constants vs. NULL is dead code 2015-08-12 05:35:12 -07:00
cxx Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fortran Revert "fortran: optimize testall and waitall when MPI_STATUSES_IGNORE is used" 2015-08-03 08:45:12 +09:00
java Java null handle bugfix 2015-08-10 15:54:36 -06:00
man/man3 remove the C++ interfaces for the new non-blocking collective I/O functions. They are not defined in MPI 3.1 2015-07-28 09:28:37 -05:00
tool Fix definition of MPI_T_pvar_get_index 2015-06-24 17:31:26 -06:00
help-mpi-api.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00