mpi编译fortran程序的问题

其它类软件,非上述版软件
回复
crystal
帖子: 2
注册时间: 2008-05-08 14:04

mpi编译fortran程序的问题

#1

帖子 crystal » 2008-05-08 14:16

在用mpif90编译fortran90程序时出现如下情况:
$ mpif90 -o pi3f90 pi3f90.f90
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
gfortran in your PATH.

Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------
请问如何解决
dbzhang800
帖子: 3182
注册时间: 2006-03-10 15:10
来自: xi'an China
联系:

#2

帖子 dbzhang800 » 2008-05-08 14:19

找不到编译器gfortran

没装的话,先装上再说
头像
EcoliSCU
帖子: 62
注册时间: 2008-04-27 23:23

#3

帖子 EcoliSCU » 2008-05-12 0:24

记得也要安MPI,不然编译不了并行,当然CPU至少有两个
头像
EcoliSCU
帖子: 62
注册时间: 2008-04-27 23:23

#4

帖子 EcoliSCU » 2008-05-12 0:28

记得也要安MPI,不然编译不了并行,当然CPU至少有两个
crystal
帖子: 2
注册时间: 2008-05-08 14:04

#5

帖子 crystal » 2008-05-12 9:06

我装了的,请问如何设置MPI fortran编译器的路径?上网没搜到
回复