今天在新集群弄OpenMPI+MM5出现 The Open MPI wrapper compiler was unable to find the specified compiler
f77 in your PATH. 错误,初次看很眼熟,没想到是我以前装OpenMPI时就出现过得,几经搜索,又回到熟悉的解决方法:PATH!
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
f77 in your PATH. 错误,初次看很眼熟,没想到是我以前装OpenMPI时就出现过得,几经搜索,又回到熟悉的解决方法:PATH!
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
由于工作的需要,我要在集群机上运行并行版本的MM5,但是编译运行了好久都出错,后来发现在FCFLAGS和LDOPTIONS上加上-mcmodel=medium 就可以了,下面是configure.user的设置。本集群为曙光5000A,CPU为AMD Opteron 2350,并行环境采用openmpi,编译器为PGI。
#-----------------------------------------------------------------------------
RUNTIME_SYSTEM = "linux"
MPP_TARGET=$(RUNTIME_SYSTEM)
## edit the following definition for your system
#-----------------------------------------------------------------------------
RUNTIME_SYSTEM = "linux"
MPP_TARGET=$(RUNTIME_SYSTEM)
## edit the following definition for your system