Redian新闻
>
How to compile F77 file with C ?
avatar
How to compile F77 file with C ?# Computation - 科学计算
n*s
1
my C program need a routine in F77, just a small calculation. The routine is a
random number generator using function IEOR in F77.
avatar
h*o
2
c里面调用Fortran function的时候function name后面加个"_"就可以了
传的参数全部用指针
f77 -c function.f
gcc main.c function.o

【在 n*********s 的大作中提到】
: my C program need a routine in F77, just a small calculation. The routine is a
: random number generator using function IEOR in F77.

avatar
n*s
3
Got it. Thanks.
BTW, can you tell me a little more about this kind of things, or refer me to
some books or websites?
Such as how to call c routine in f77..., how should I be careful about the
data type in c and f?...

is a

【在 h***o 的大作中提到】
: c里面调用Fortran function的时候function name后面加个"_"就可以了
: 传的参数全部用指针
: f77 -c function.f
: gcc main.c function.o

avatar
h*o
4
www.google.com

【在 n*********s 的大作中提到】
: Got it. Thanks.
: BTW, can you tell me a little more about this kind of things, or refer me to
: some books or websites?
: Such as how to call c routine in f77..., how should I be careful about the
: data type in c and f?...
:
: is a

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。