Home »
Public Forums »
archive »
Re: IDL and FORTRAN
Re: IDL and FORTRAN [message #44907] |
Fri, 22 July 2005 00:59 |
David Green
Messages: 7 Registered: July 2005
|
Junior Member |
|
|
Hi Tina,
You should look into the "call_external" function. You will have to
write a small wrapper program in either c or fortran to interface with
your external fortran program. I think IDL may even do this for you in
simple cases. There are some examples in the "rsi/idl/external/'
directory you should also play with. Then you compile your fortran
routine and wrapper as either a dll (windows) or shared object (*nix).
There is also the "Dynamically Loadable Module" (DLM) option however i
have no experience with this yet.
Good luck,
Dav.
|
|
|
Current Time: Fri Oct 10 15:54:34 PDT 2025
Total time taken to generate the page: 0.08684 seconds