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

shared memory between Fortran programs

esterquest
初学者
2,429 次查看
We are trying to find a simple example of two Fortran programs, one creates a named shared memory area and the other accesses that same named shared memory area.
The opearting system would be Windows 2000, NT, or XP.

We are trying to get multiple Fortran programs to share the same area of main memory.

0 项奖励
4 回复数
gfthomas8
新手
2,429 次查看
See reply under DDE in Fortran thread.
0 项奖励
Intel_C_Intel
员工
2,429 次查看
We've done this, but I don't have a simple example in FORTRAN. I've attached a VB example you can work from though.

Hope it helps.

Dan
0 项奖励
Intel_C_Intel
员工
2,429 次查看
I had a hunt around and found some FORTRAN interface definitions you might find useful....


0 项奖励
Steven_L_Intel1
2,429 次查看
An easy way to do this is with COMMON in a shared, writeable DLL. CVF provides the DLLEXP1 sample that demonstrates this.

Steve
0 项奖励
回复