jjasmine

Results 101 comments of jjasmine

It seems that automation of build/ is good but failed on actual linkage, maybe we didn't actually define an include path that is based on OpenMP_ROOT inside of CMakeLists.txt, do...

hmm i see the problem now, I don't think the CMakeLists.txt in tests/ gets any information about the OpenMP_ROOT variable in CMakeLists.txt in runtime/

This should run fine now on github actions, I just want to make sure there's a way to actually use another variables like OPENMP_MACOS_INCLUDE_DIR instead of coupling the thing into...

No worries! I'm just happy every build passes now :)

Can I just do `sed -i -e 's/$/\r/'` for each file in execute/ dir ?

is there a way to test that the changes I perform on these files would work? Edited: I ran the tests and two are failing due to \r\n, i fixed...

Hi there, how can I contribute to this, where can I get started?

maybe I'm missing sth but why can't we just iterate over the keys of the adj matrix, which is the `shared

@sbaldu Hi there, i followed your directions and implemented the change on my branch. If the graph is undirected, I just add all source nodes from the adjacency matrix to...