由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Re: f90 and mpi
相关主题
mpi_gather请教如何编写利用多核(multi-core)的Fortran 程序?
a question about data transfer in MPI怎么让FORTRAN程序产生一个MPI错误
偶也问一fortran问题请教下关于C和Fortran混编的MPI并行问题!
谁给说说fortran的几个标准想买一台计算功能强的机子 (转载)
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?c++ versus fortran
请教各位大下, MPI并行计算的问题新手求教PETSc如何入门?
MPI Write?where to down a standard Fortran90 complier?
C++的程序,想改成并行计算,用什么好?my experience,Re: 我也及问一个问题
相关话题的讨论汇总
话题: mpi话题: f90话题: mpif77话题: mpif90话题: compiler
进入Computation版参与讨论
1 (共1页)
s*****l
发帖数: 167
1
sure... mpif90 or mpif95
S***y
发帖数: 186
2
mpif77, mpif90 ... are just so-called "wrapper" compiler.
They are practically not "real" compilers.
They need to call some background Fortran compilers to
carry out a complete compilation.
So, when installing the MPI, if the mpif77 is linked to
a Fortran90 compiler, such as pgf90 under Linux,
even mpif77 can compiler Fortran 90 programs in which
the MPI subroutines are called.
S***y
发帖数: 186
3
That should do if your program uses the MPI 1.1 standard.
Just give it a try la...
1 (共1页)
进入Computation版参与讨论
相关主题
my experience,Re: 我也及问一个问题有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?
[转载] unix下编译fortran 的错误太多,看不到怎么办?请教各位大下, MPI并行计算的问题
visual fortran区别6位以上的变量名吗?MPI Write?
谁最近买国FORTRAN的COMPILER,FOR WINDOWS,请介绍一下。C++的程序,想改成并行计算,用什么好?
mpi_gather请教如何编写利用多核(multi-core)的Fortran 程序?
a question about data transfer in MPI怎么让FORTRAN程序产生一个MPI错误
偶也问一fortran问题请教下关于C和Fortran混编的MPI并行问题!
谁给说说fortran的几个标准想买一台计算功能强的机子 (转载)
相关话题的讨论汇总
话题: mpi话题: f90话题: mpif77话题: mpif90话题: compiler