From dev-return-4504-archive-asf-public=cust-asf.ponee.io@singa.apache.org Fri Mar 13 14:06:36 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 632AD18062C for ; Fri, 13 Mar 2020 15:06:36 +0100 (CET) Received: (qmail 3157 invoked by uid 500); 13 Mar 2020 14:06:35 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 3146 invoked by uid 99); 13 Mar 2020 14:06:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2020 14:06:35 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] chrishkchris edited a comment on issue #624: [WIP] SINGA-487 Include NCCL and MPICH in conda build Message-ID: <158410839569.26295.2154012635901028038.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 13 Mar 2020 14:06:35 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit chrishkchris edited a comment on issue #624: [WIP] SINGA-487 Include NCCL and MPICH in conda build URL: https://github.com/apache/singa/pull/624#issuecomment-598734929 I simplified the selection logic to use only one environment variable CUDA: 1. export CUDA = 9.0, then use CUDA9.0 without nccl and moich 2. export CUDA = 10.0, then use CUDA10.0 without nccl and mpich 3. export CUDA = DIST, then use CUDA10.0 WITH nccl and mpich 4. without export CUDA, then use CPU only If we need two environment variables (CUDA and DIST) to determine the selection logic, I can change it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services