Unverified Commit 71f4230a authored by chwan-rice's avatar chwan-rice Committed by GitHub
Browse files

[Fix] OpenMP compatibility issues (#1992)



* fix OpenMP compatibility issues

* typo
Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
parent a089b91f
......@@ -202,7 +202,7 @@ def partition_graph(g, graph_name, num_parts, out_path, num_hops=1, part_method=
The partitioned data is stored into multiple files.
First, the metadata of the original graph and the partitioning is stored in a JSON file
named after `graph_name`. This JSON file contains the information of the originla graph
named after `graph_name`. This JSON file contains the information of the original graph
as well as the file names that store each partition.
The node assignment is stored in a separate file if we don't reshuffle node Ids to ensure
......
......@@ -4,7 +4,7 @@
* \brief DGL util functions
*/
#include <omp.h>
#include <dmlc/omp.h>
#include <dgl/packed_func_ext.h>
#include "../c_api_common.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment