Hi xwb, thanks a lot for your answer.
I'm using the GNU implementation for both Fortran and C, and Fortran version is 95.
In the previous post i didn't say that i'm working on a PowerPC architecture with Fedora Core 7 as operating system...
Hi, i'm a new user in this forum and this is my first post.
That's my problem: i need to call a fortran subroutine using as input parameter an array declared in C, using malloc.
int *bin = (int*)malloc(sizeof(int)*natoms);
int *binpnt (int*)malloc(sizeof(int)*natoms);
the subroutine accepts...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.