Hello,
I want to change a c++ simple code into multithread one. So I use OpenMP
for it. I just put "#pragma omp parallel for" before "for" in C++.
with using -fopenmp tag, I could compile the code by g++ without any
problem. But when I want to build in Gem5, build/X86/gem5.opt
configs/example/se.py -n 4 --cpu-type=DerivO3CPU --caches -c my
code/new, this error appeared!:

fatal: syscall set_tid_address (#258) unimlemented


How can I solve this problem in SE mode?



Thanks in advance

Fatemeh Ali Akbari
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to