You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exploring issue #3, I tried to compile and run another graphit program in the docker container, but ran into runtime errors. I compiled /graphit/test/input_with_schedules/bfs_benchmark.gt. When I ran it (./bfs.o /graphit/test/graphs/4.el), I got the following error that I've never seen when running this benchmark program outside of the docker container:
I mentioned this in a comment in #3, but I think this might be related to the graphit scheduling language. I just was able to compile and run the file /graphit/test/input/bfs_with_filename_arg.gt (running it: ./bfs_filename.o /graphit/test/graph/4.el) with no issues (this also uses the generic schedule instead of writing a custom schedule).
Since we state in the README not to worry about the scheduling language, we may be fine.
When exploring issue #3, I tried to compile and run another graphit program in the docker container, but ran into runtime errors. I compiled
/graphit/test/input_with_schedules/bfs_benchmark.gt
. When I ran it (./bfs.o /graphit/test/graphs/4.el
), I got the following error that I've never seen when running this benchmark program outside of the docker container:The text was updated successfully, but these errors were encountered: