由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - parallel computation
相关主题
有没有sun unix的高手呀?急!!!!
发现只要几行字就可以让Sun的F90编译器当掉如何在UNIX下看中文
PVM bugs??ICQ on SGI UNIX
[转载] 写程序 通讯 的 API (IPC )[转载] 哪个知道有没有UNIX用得中文平台?
Help neededSGI下如何看.avi文件
[转载] SGI的JDK哪有?UNIX下发email的问题
bugs in my programA problem
where can I find books/documents about openglIs there a C++ compiler coming w/ Solaris x86?
相关话题的讨论汇总
话题: parallel话题: what话题: mpi话题: code
进入Unix版参与讨论
1 (共1页)
v****m
发帖数: 26
1
请教各位,在unix下用fortran90怎么实现parallel计算,可利用多cpu。据说只需编译时
指定某一命令
有没有那位给说一说。多谢。
r**m
发帖数: 13
2
难道你不需要MPI来进行编程么

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

t****n
发帖数: 39
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。据说只需编译时
: 指定某一命令
: 有没有那位给说一说。多谢。

1 (共1页)
进入Unix版参与讨论
相关主题
Is there a C++ compiler coming w/ Solaris x86?Help needed
[转载] 主页问题[转载] SGI的JDK哪有?
有什么办法可以check所在服务器的硬件配置?bugs in my program
UNIX下的email程序where can I find books/documents about opengl
有没有sun unix的高手呀?急!!!!
发现只要几行字就可以让Sun的F90编译器当掉如何在UNIX下看中文
PVM bugs??ICQ on SGI UNIX
[转载] 写程序 通讯 的 API (IPC )[转载] 哪个知道有没有UNIX用得中文平台?
相关话题的讨论汇总
话题: parallel话题: what话题: mpi话题: code