- 积分
- 2142
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-3-28
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
安装WRF3.9.1,用的openmpi1.4.2-intel2015编译器,出现如下图错误。
rror #6404: This name does not have a type, and must have an explicit type. [MPI_INT]
CALL mpi_allreduce ( inval, retval , 1, MPI_INT, MPI_MAX, local_communicator, ierr )
----------------------------------------------^
module_dm.f90(5993): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_DM]
USE module_dm
----------^
module_dm.f90(5999): error #6410: This name has not been declared as an array or a function. [ID_STACK]
id_stack(communicator_stack_cursor) = current_id
------^
module_dm.f90(6000): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_STACK]
local_communicator_stack( communicator_stack_cursor ) = local_communicator
------^
module_dm.f90(6001): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_PERIODIC_STACK]
local_communicator_periodic_stack( communicator_stack_cursor ) = local_communicator_periodic
------^
module_dm.f90(6002): error #6410: This name has not been declared as an array or a function. [LOCAL_IOCOMMUNICATOR_STACK]
local_iocommunicator_stack( communicator_stack_cursor ) = local_iocommunicator
------^
module_dm.f90(6003): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_X_STACK]
local_communicator_x_stack( communicator_stack_cursor ) = local_communicator_x
------^
module_dm.f90(6004): error #6410: This name has not been declared as an array or a function. [LOCAL_COMMUNICATOR_Y_STACK]
local_communicator_y_stack( communicator_stack_cursor ) = local_communicator_y
------^
module_dm.f90(6005): error #6410: This name has not been declared as an array or a function. [NTASKS_STACK]
ntasks_stack( communicator_stack_cursor ) = ntasks
|
-
错误文件
|