作者DRLai (蘇打)
看板C_and_CPP
標題Re: [問題] 除了OpenMP外,有沒有更好得MP可用?
時間Sat Oct 24 20:04:38 2009
回一下當初打得指令
$ g++ aaa.cpp (不加入-fopenmp的話正常,只是compile出來等於沒用openmp)
$ g++ aaa.cpp -fopenmp
aaa.cpp: In function 'int main()':
aaa.cpp:22: error: invalid type for iteration variable 'it'
aaa.cpp:22: error: invalid controlling predicate
aaa.cpp:22: error: invalid increment expression
板友說OK..是gcc的版本關係?
gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.138.152.129
推 nowar100:g++ 4.3.2 @ linux 2.6 也是說iterator type無效 error 10/24 20:09
→ godman362:sorry 我沒注意到 fopenmp的參數 測試不行... 10/24 20:30