1
1
openmpi/oshmem
Jeff Squyres 98d71f555c Use the correct macro: OMPI_HAVE_FORTRAN_REAL16
Using the "#if defined(ompi_fortran_real16_t)" band-aid that I applied
in r29165 wasn't correct because if the compiler doesn't have a
fortran REAL16 type, then OMPI may well #define ompi_fortran_real16_t
to be empty, which then expands to Badness in the macro.  Hence, use
OMPI_HAVE_FORTRAN_REAL16, which will also be 0 or 1.

This commit was SVN r29408.

The following SVN revision numbers were found above:
  r29165 --> open-mpi/ompi@df7654e8cf
2013-10-09 13:59:36 +00:00
..
include implement community feedback 2013-10-02 14:08:43 +00:00
mca fixed check availability of mxm atomics. No need to run the code. succesful compilation is enough to detect availability. 2013-10-09 11:52:04 +00:00
op Use the correct macro: OMPI_HAVE_FORTRAN_REAL16 2013-10-09 13:59:36 +00:00
proc fix for solaris which does not have bzero 2013-09-21 07:26:02 +00:00
request Per the RFC schedule, this commit adds Mellanox OpenSHMEM to the trunk. It does not yet run on OSX or with CM PML for an MTL other than MXM. Mellanox is aware of these issues and is in the process of resolving them. This should be added to \ncmr=v1.7.4:subject=Move OSHMEM to 1.7.4:reviewer=rhc 2013-09-10 15:34:09 +00:00
runtime fix oshmem static linking 2013-10-03 15:54:09 +00:00
shmem Fixing FORTRAN bindings in OSHMEM 2013-09-17 16:39:56 +00:00
tools implement community feedback 2013-10-02 14:08:43 +00:00
Makefile.am 1. Per my previous email 2013-09-15 09:32:07 +00:00