https://github.com/Microsoft/CNTK
Raw File
Tip revision: 36f457ca562c618b1ebe0e4f1eed0f96b9c775bc authored by Mark Hillebrand on 01 February 2017, 17:11:45 UTC
Fix link
Tip revision: 36f457c
MPIWrapper.cpp
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//

#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

using namespace Microsoft::MSR::CNTK;
int MPIWrapper::s_myRank = -1;
std::shared_ptr<MPIWrapper> Microsoft::MSR::CNTK::MPIWrapper::s_mpi = nullptr;
back to top