[
https://issues.apache.org/jira/browse/MESOS-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15336983#comment-15336983
]
Benjamin Mahler commented on MESOS-5630:
----------------------------------------
{noformat}
commit da610431162e738615a59cb04fb69766b9a847d5
Author: Kevin Klues <[email protected]>
Date: Fri Jun 17 14:17:07 2016 -0700
Fixed Cmake build for Nvidia GPU support on Linux.
Review: https://reviews.apache.org/r/48881/
{noformat}
{noformat}
commit 1f65937ba38eca54247447ceafd6ccdd93163cdc
Author: Kevin Klues <[email protected]>
Date: Fri Jun 17 14:17:15 2016 -0700
Fixed Cmake build for Nvidia GPU support on Linux in stout.
Review: https://reviews.apache.org/r/48882/
{noformat}
{noformat}
commit d2d5c409f51f689f523137b502f553225d3474ae
Author: Kevin Klues <[email protected]>
Date: Fri Jun 17 14:17:20 2016 -0700
Fixed Cmake build for Nvidia GPU support on Linux in libprocess.
Review: https://reviews.apache.org/r/48883/
{noformat}
> Change build to always enable Nvidia GPU support for Linux
> ----------------------------------------------------------
>
> Key: MESOS-5630
> URL: https://issues.apache.org/jira/browse/MESOS-5630
> Project: Mesos
> Issue Type: Improvement
> Environment: Build / run unit tests in three build environments:
> {noformat}
> 1) CentOS 7 on GPU capable machine
> 2) CentOS 7 on NON-GPU capable machine
> 3) OSX
> $ rm -rf build; ./bootstrap; mkdir build; cd build; ../configure; make -j
> check; sudo GTEST_FILTER="*NVIDIA*" src/mesos-tests
> {noformat}
> Test support/build_docker.sh (to make sure we won't crash Apache's CI):
> {noformat}
> $ ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' CONFIGURATION="--enable-libevent
> --enable-ssl" COMPILER=gcc BUILDTOOL=autotools OS=centos:7
> support/docker_build.sh
> $ ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' CONFIGURATION="--enable-libevent
> --enable-ssl" COMPILER=gcc BUILDTOOL=autotools OS=ubuntu:14.04
> support/docker_build.sh
> {noformat}
> Reporter: Kevin Klues
> Assignee: Kevin Klues
> Labels: gpu, mesosphere
> Fix For: 1.0.0
>
>
> See Summary
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)