sandialabs / portals4

Portals is a low-level network API for high-performance networking on high-performance computing systems developed by Sandia National Laboratories, Intel Corporation, and the University of New Mexico. The Portals 4 Reference Implementation is a complete implementation of Portals 4, with transport over InfiniBand VERBS and UDP. Shared memory transport is available as an optimization, including Linux KNEM support. The Portals 4 reference implementation is supported on both modern 64 bit Linux and 64 bit Mac OS X. The reference implementation has been developed by Sandia National Laboratories, Intel Corporation, and System Fabric Works. For more information on the Portals 4 standard, please see the Portals 4 page.
https://www.sandia.gov/portals/
Other
36 stars 17 forks source link

PTL_COHERENT_ATOMICS (See Portals 4.0.1 Section 3.15.4) undeclared #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* What steps will reproduce the problem?

1. Query PTL_COHERENT_ATOMICS in features field of a network interface
2. Compile program

* What is the expected output? What do you see instead?

Expect code to compile cleanly.  Instead get:

error: 'PTL_COHERENT_ATOMICS' undeclared (first use in this function)

* What version of the product are you using? On what operating system?

portals4-1.0a1 on SLES 11 SP2.  It does not appear to be in trunk either as far 
as I can tell.

Original issue reported on code.google.com by corenmaj...@gmail.com on 22 Oct 2013 at 3:47

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2254.

Original comment by regrant...@gmail.com on 23 Oct 2013 at 11:02

GoogleCodeExporter commented 9 years ago
fix is verified

Original comment by regrant...@gmail.com on 23 Oct 2013 at 11:03