1
1
Nathan Hjelm e7ccbdee27 btl/vader: fix compilation on 32-bit systems
This commit fixes a compile/link issue caused by vader. The vader btl
was using OPAL_THREAD_ADD64 to increment a counter which may not be
available on 32-bit systems. Changed to use OPAL_THREAD_ADD_SIZE_T
which will be 64-bit or 32-bit depending on the system.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-05-03 10:14:44 -06:00
..
2015-08-18 09:11:38 -06:00
2016-04-21 18:11:29 -04:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00