Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Load Block Data in C

moah
Beginner
310 Views
I got free source from Internet.
And it works well in UNIX and Linux.

I wanna port that source to Windows Platform.
It's require f77 compiler in Unix,
but I choose Compaq Visual Fortran in Windows.

But I don't know how load block data in Fortran in C Functin.
In f77, use -N116 Option. unfortunately I don't know how to apply that option to CVF.
And then just call that block data like a Subroutine.
But It does'n work. 'Access Violation' has occured.

Please tell me... I really need your help
0 Kudos
1 Reply
james1
Beginner
310 Views
Read the CVF documentation under mixed language programming, particularly on using common external data.

James
0 Kudos
Reply