https://github.com/Microsoft/CNTK
Revision b8e1fc8241dbf07680b41f3f954c465369fca2c2 authored by Mark Hillebrand on 18 January 2016, 08:32:07 UTC, committed by Mark Hillebrand on 18 January 2016, 08:32:07 UTC
1 parent 4a484bf
Raw File
Tip revision: b8e1fc8241dbf07680b41f3f954c465369fca2c2 authored by Mark Hillebrand on 18 January 2016, 08:32:07 UTC
License change
Tip revision: b8e1fc8
MPIWrapper.cpp
#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

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