This commit is contained in:
liming-vie 2016-03-15 16:18:05 +08:00
Родитель a3f710e826
Коммит 42cb7403bd
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -404,6 +404,9 @@ void TestCheckPoint(int argc, char* argv[], bool restore){
//MatrixServerTable<int>* server_table = new MatrixServerTable<int>(num_row, num_col);
//if restore = true, will restore server data and return the next iter number of last dump file
//else do nothing and return 0
if (worker_table == nullptr) {
//no worker in this node
}
int begin_iter = MV_RestoreTable("//5FTGDB2/tableData/serverTable_");
MV_Barrier();//won't dump data without parameters