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

compilation error (minor) #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ptl_conn.c:93 -> pthread_cond_destroy(&conn->move_wait);

Missing #if WITH_TRANSPORT_IB || WITH_TRANSPORT_UDP

Original issue reported on code.google.com by yves.cor...@gmail.com on 15 Oct 2012 at 1:55

GoogleCodeExporter commented 9 years ago
2 other instances in ptl_init.c:379, ptl_tgt.c:836

Original comment by yves.cor...@gmail.com on 15 Oct 2012 at 2:09

GoogleCodeExporter commented 9 years ago
Fixed in r2082.

Original comment by bwbarrett@gmail.com on 30 Oct 2012 at 8:44