Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting WF2 #64

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ add_library(wf4-galois::wf4-galois ALIAS wf4-galois)
add_subdirectory(microbench)
add_subdirectory(scripts)
add_subdirectory(wf4)
add_subdirectory(wf2)

# tests
option(BUILD_TESTING "Build tests." ON)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONTAINER_OPTS ?=
CONTAINER_CMD ?= bash -l
INTERACTIVE ?= i

BUILD_TYPE ?= Release
BUILD_TYPE ?= Debug

# CMake variables
GALOIS_TEST_DISCOVERY_TIMEOUT ?= 150
Expand Down
3 changes: 3 additions & 0 deletions graphs/data.0000001.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Publication,,,,,102583151124020340,,4/1/2013,,
Person,910075513854877065,,,,,,,,
Author,910075513854877065,,,,102583151124020340,,,,
548,389 changes: 548,389 additions & 0 deletions graphs/data.01.csv

Large diffs are not rendered by default.

349,953 changes: 349,953 additions & 0 deletions graphs/data.01.edges.csv

Large diffs are not rendered by default.

198,436 changes: 198,436 additions & 0 deletions graphs/data.01.vertices.csv

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions graphs/data.01_00_00.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# SPDX-License-Identifier: MIT
# Copyright (c) 2023. University of Texas at Austin. All rights reserved.

# ***************************************** Pre-copyright Notice *****************************************
#
# This computer software was prepared by Battelle Memorial Institute, hereinafter the Contractor, under
# Contract No. DE-AC05-76RL01830 with the Department of Energy (DOE). All rights in the computer soft-
# ware are reserved by DOE on behalf of the United States Government and the Contractor as provided in
# the Contract. You are authorized to use this computer software for Governmental purposes but it is
# not to be released or distributed to the public. NEITHER THE GOVERNMENT NOR THE CONTRACTOR MAKES ANY
# WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. This notice in-
# cluding this sentence must appear on any copies of this computer software.
#
# ********************************************** Disclaimer **********************************************
#
# This material was prepared as an account of work sponsored by an agency of the United States Government.
# Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any
# of their employees, nor any jurisdiction or organization that has cooperated in the development of these
# materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for
# the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process
# disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any
# specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise
# does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United
# States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of
# authors expressed herein do not necessarily state or reflect those of the United States Government or
# any agency thereof.
#
# PACIFIC NORTHWEST NATIONAL LABORATORY
# operated by
# BATTELLE
# for the
# UNITED STATES DEPARTMENT OF ENERGY
# under Contract DE-AC05-76RL01830
#
# ********************************************************************************************************
#
#delimieter: ,
#columns:type,person1,person2,forum,forum_event,publication,topic,date,lat,lon
#types:STRING,UINT,UINT,UINT,UINT,UINT,UINT,USDATE,DOUBLE,DOUBLE
Author,116443818209714364,,,,462104431376974634,,,,
Sale,625034676218929764,31731125348173249,,,,13098211,8/14/2018,,
HasTopic,,,,626064050600120754,,11474,,,
Author,340947793158124567,,,,1332023064519452124,,,,
Includes,,,1314315120197156050,116485226534345214,,,,,
Loading