由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - MPI环境中用forran 调用 C 程序
相关主题
请问一个implicit conversion的问题(C++)Help: who has gcc 4.0 or higher
one question about initializaiton list请教几个C++问题
[合集] question on item15 in Effective C++怎么搞的?
question regarding const functiona string define question (c++)
c++ operator overloading questionarray allocation in c
Re: VC里面的stl支持是不是很弱?[合集] 又学了一招
which func will be called?C++ implicit typename的问题
fortran中dm有什么特殊含义吗gcc 编译的时候要包括 header source file 吗?
相关话题的讨论汇总
话题: intent话题: int话题: mpi话题: real话题: dimension
进入Programming版参与讨论
1 (共1页)
x********g
发帖数: 47
1
我有如下程序,但是编译出错,请高手指教:
subroutine intensity(m_int, res, px, py, k, int_i, scatfact_e, istat)
!USE, intrinsic :: iso_c_binding
USE MPI_C_BINDING !mpi
IMPLICIT NONE
type(model), intent(in) :: m_int
real, intent(in) :: res, px, py
real, dimension(nk), intent(in) :: k
real, dimension(nk), intent(out) :: int_i
real, dimension(:,:), pointer, intent(in) :: scatfact_e
integer, intent(out) :: istat
! C-compatible variables for the model data
integer(C_INT), dimen
1 (共1页)
进入Programming版参与讨论
相关主题
gcc 编译的时候要包括 header source file 吗?c++ operator overloading question
how to suppress the implicit conversion for type conversiRe: VC里面的stl支持是不是很弱?
a simple question about constructorwhich func will be called?
[合集] c++的题fortran中dm有什么特殊含义吗
请问一个implicit conversion的问题(C++)Help: who has gcc 4.0 or higher
one question about initializaiton list请教几个C++问题
[合集] question on item15 in Effective C++怎么搞的?
question regarding const functiona string define question (c++)
相关话题的讨论汇总
话题: intent话题: int话题: mpi话题: real话题: dimension