icarus-sim / icarus

A scalable simulator for evaluating the performance of in-network caches in Information Centric Networking (ICN)

Home Page:http://icarus-sim.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error after completion of simulation

anantatapase opened this issue · comments

After the completion of simulation in ubuntu there was error as
IOError: [Errno 13] Permission denied: 'results.pickle'
any help why this error occurs?

I can't tell exactly without seeing the actual command line parameters you used. However, with all probability, this error occurred because the results file that you specified in the --results arguments either refers to a directory that does not exist or your user does not have write permission on that directory.