avatar
v*m
1
请教各位,在unix下用fortran90怎么实现parallel计算,可利用多cpu。据说只需编译时
指定某一命令
有没有那位给说一说。多谢。
avatar
r*m
2
难道你不需要MPI来进行编程么

【在 v****m 的大作中提到】
: 请教各位,在unix下用fortran90怎么实现parallel计算,可利用多cpu。据说只需编译时
: 指定某一命令
: 有没有那位给说一说。多谢。

avatar
t*n
3
I don't know what's your server. If you are using SGI serious, such as
O2, Origin 2000, etc. the compiler come with the system can do the
parallization for you. The command is "f90 -apo source.f90 -o des"
There is another choice name OpenMP. You can go to www.openmp.org for detail.
What you need to do is just add some Macro to your original code and
compile with -mp option, you can get parallelized executable code.
The other choice is to rewrite the code thoroughly with MPI or PVM. Try to
search

【在 v****m 的大作中提到】
: 请教各位,在unix下用fortran90怎么实现parallel计算,可利用多cpu。据说只需编译时
: 指定某一命令
: 有没有那位给说一说。多谢。

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