Allow externally-managed mmaps to be used for loading data. For more info:
https://code.google.com/p/cld2/issues/detail?id=7 git-svn-id: https://cld2.googlecode.com/svn/trunk@153 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
@@ -245,7 +245,7 @@ int main(int argc, char** argv) {
|
||||
return -1;
|
||||
}
|
||||
fprintf(stdout, "Loading data from: %s\n", data_file);
|
||||
CLD2::loadData(data_file);
|
||||
CLD2::loadDataFromFile(data_file);
|
||||
fprintf(stdout, "Data loaded, test commencing\n");
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user