Redian新闻
>
gcc编译选项 -lpthread vs -pthread
avatar
gcc编译选项 -lpthread vs -pthread# Programming - 葵花宝典
x*g
1
上个周二 loan officer 递的 appraisal 的申请 (loan officer 说的,我也不能肯
定他究竟递没递,哪天递的),到现在都一星期了,appraisal 结果还没出来,正常么?
(我用的银行是 wells fargo)
avatar
Y*G
2
-lpthread比较容易理解,就是连接libpthread库。后来试了一下,改成-pthread好像
也行,不知是为什么,请问有知道的可以解释一下吗?
avatar
b*y
3
You should ask the seller agent if the appraiser has done a inspection with
him/her.
For me, I ordered the appraisal last Wednesday. Appraisal inspection was
done on Thursday. This morning I got the appraisal report.
avatar
Y*G
4
看来用

看来用-pthread兼容新性比较好

【在 Y**G 的大作中提到】
: -lpthread比较容易理解,就是连接libpthread库。后来试了一下,改成-pthread好像
: 也行,不知是为什么,请问有知道的可以解释一下吗?

avatar
x*g
5
有没有可能是 loan officer 故意拖着不做,这对他有什么好处么?
avatar
w*g
6
-phtread是指让编译器在实现某些并行功能的时候产生使用pthread的代码,
隐含-lphtread. gcc似乎只有openmp依赖这个,并且-fopenmp隐含-pthread.
但是g++在编译某些C++并行功能的时候(比如std::async), 是否用
-pthread出来的效果是不一样的.我印象中如果不加-pthread,
std::launch::async是不起作用的,即使加了-lpthread也没用.

【在 Y**G 的大作中提到】
: -lpthread比较容易理解,就是连接libpthread库。后来试了一下,改成-pthread好像
: 也行,不知是为什么,请问有知道的可以解释一下吗?

avatar
Y*G
7
多谢

【在 w***g 的大作中提到】
: -phtread是指让编译器在实现某些并行功能的时候产生使用pthread的代码,
: 隐含-lphtread. gcc似乎只有openmp依赖这个,并且-fopenmp隐含-pthread.
: 但是g++在编译某些C++并行功能的时候(比如std::async), 是否用
: -pthread出来的效果是不一样的.我印象中如果不加-pthread,
: std::launch::async是不起作用的,即使加了-lpthread也没用.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。