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

Missing trace and `conf_pfabric_perfect.txt"? #1

Open
shuwens opened this issue Mar 1, 2019 · 1 comment
Open

Missing trace and `conf_pfabric_perfect.txt"? #1

shuwens opened this issue Mar 1, 2019 · 1 comment

Comments

@shuwens
Copy link

shuwens commented Mar 1, 2019

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?

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

@shuwens
Copy link
Author

shuwens commented Mar 1, 2019

Ok, I figured out the missing folder part--I should create them manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant