-
Notifications
You must be signed in to change notification settings - Fork 166
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
ANYNET can not be run #28
Comments
Is there anyone help me in this case? Thanks |
were you able to access this : https://nocs.stanford.edu/cgi-bin/svn.cgi/booksim2.0 |
Hi, how did you solve this problem? Could you please share the solution? |
Hello @Yangliss , @Adnan1986 @DEEPAK-PROJECTS , have you found the solution for this?? If so . please let me know. |
I test on Ubuntu 18.04 You can clone booksim2 via then enter folder src
just make and wait for finsh
When I make, two cmds do not exist. I update them with the following command
After making is successful, run the following command to run the example
|
大佬您好: |
I have an error when make booksim. |
You don't have flex installed. Try the following command and make booksim again.
|
Hi, 请问你的解决了吗?能不能交流一下,十分感谢! |
For the error of fail to parse the Replication of Error:File name: anynet_config
Command used
Output
CorrectionFile name: anynet_config
or as I mentioned before, you could use the relative path from where you run the
|
可以麻烦你详细的说明一下你的问题么? |
Hi,
I'm trying to run the anynet_config and anynet_file example files, even by using the default number I can not get an answer.
I used :
./booksim examples/anynet/anynet_config
and I get:
Anynet:can't open network file anynet_file
I add following line in the anynet.cpp :
file_name.insert(0, "examples/anynet/");
like here:
void AnyNet::_ComputeSize( const Configuration &config ){
file_name.insert(0, "examples/anynet/");
file_name = config.GetStr("network_file");
if(file_name==""){
cout<<"No network file name provided"<<endl;
exit(-1);
}
but I still have same problem,
Anynet:can't open network file anynet_file
Could you please help me to fix this.
Thanks
The text was updated successfully, but these errors were encountered: