梁政
2018-11-20 22:08:06 UTC
Hi
I am running the SPEC 2006 benchmark on gem5. When I run gobmk, the program itself prints following error messages and exits quickly:
"
? cannot open or parse 'golois/Goemate990902-15.sgf'
? 1 vertex must not be empty
? cannot open or parse 'golois/Goemate990902-15.sgf'
? 1 vertex must not be empty
...
"
It seems the problem comes from the gobmk benchmark itself. I think gem5 can run itcorrectly. Then I dug into the codes and found that these messages are print by 'gtp_failure'. It is a GNU library function. I used -static in the compilation. I can run the benchmark and have correct outputs on my physical machine. So what may happen when I port the program to the gem5 simulator? I think the sgf file format may have some portability issues. (I have tested it on both x86 and ALPHA architectures. Results are the same)
Best Regards
Zheng Liang
EECS, Peking University
I am running the SPEC 2006 benchmark on gem5. When I run gobmk, the program itself prints following error messages and exits quickly:
"
? cannot open or parse 'golois/Goemate990902-15.sgf'
? 1 vertex must not be empty
? cannot open or parse 'golois/Goemate990902-15.sgf'
? 1 vertex must not be empty
...
"
It seems the problem comes from the gobmk benchmark itself. I think gem5 can run itcorrectly. Then I dug into the codes and found that these messages are print by 'gtp_failure'. It is a GNU library function. I used -static in the compilation. I can run the benchmark and have correct outputs on my physical machine. So what may happen when I port the program to the gem5 simulator? I think the sgf file format may have some portability issues. (I have tested it on both x86 and ALPHA architectures. Results are the same)
Best Regards
Zheng Liang
EECS, Peking University