discopop-project / discopop

DiscoPoP - Discovery of Potential Parallelism
http://www.discopop.org
BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Add check for existing file #532

Closed lukasrothenberger closed 8 months ago

lukasrothenberger commented 8 months ago

DiscoPoP failed: Command failed: discopop_explorer Traceback (most recent call last): File "/home/lukas/.local/bin/discopop_explorer", line 33, in sys.exit(load_entry_point('discopop', 'console_scripts', 'discopop_explorer')()) File "/home/lukas/git/discopop/discopop_explorer/main.py", line 157, in main run(arguments) File "/home/lukas/git/discopop/discopop_explorer/discopop_explorer.py", line 185, in run hotspots = load_hotspots( File "/home/lukas/git/discopop/discopop_library/HostpotLoader/hostpot_loader.py", line 32, in run with open(os.path.join(os.getcwd(), "hotspot_detection", "Hotspots.json"), "r") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/lukas/Schreibtisch/Example_Code/daxpy_collapse_test/build/.discopop/hotspot_detection/Hotspots.json'