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
I just get back from NSDI and was playing with the simulator. However, when I execute the run_all.py script I got the following errors. I guess I must have missed some important steps?
cd /home/jethros/dev/flux/simulator/py/tensorflow && python run_experiments.py
Traceback (most recent call last):
File "generate_config.py", line 29, in <module>
with open(confFile, 'w') as f:
IOError: [Errno 2] No such file or directory: './input/conf_pfabric_perfect.txt'
Traceback (most recent call last):
File "run_experiments.py", line 30, in <module>
map( os.unlink, (os.path.join('trace',f) for f in os.listdir('trace')) )
OSError: [Errno 2] No such file or directory: 'trace'
Also, executing the simulator binary gives me a segfault. Do you have any idea what happened? Thx
The text was updated successfully, but these errors were encountered:
Hi Vojislav,
I just get back from NSDI and was playing with the simulator. However, when I execute the
run_all.py
script I got the following errors. I guess I must have missed some important steps?Also, executing the
simulator
binary gives me a segfault. Do you have any idea what happened? ThxThe text was updated successfully, but these errors were encountered: