https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5c3f708097bdcdaf2c06d2aa8a9b3fdc772ae27a authored by Mark Hillebrand on 18 January 2016, 08:36:30 UTC
License change
Tip revision: 5c3f708
MPIWrapper.cpp
#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

int Microsoft::MSR::CNTK::MPIWrapper::s_myRank = -1;
back to top