Calling fortran under unix [message #7109] |
Wed, 02 October 1996 00:00 |
Simon Williams
Messages: 5 Registered: October 1996
|
Junior Member |
|
|
I'm trying to call fortran from IDL under unix.
I have been doing this for some time under VMS, but we've
just done a wholesale switch to (DEC) Unix, and I need
to get my code running again.
I gather that the CALL_EXTERNAL interface is rather different
under Unix, and that I might have to write some sort of
intermediate "wrapper" between the idl and the fortran.
I would be very grateful if anyone could show me how to do
it for a simple example:
subroutine simple(a,b,c)
integer a,b,c
c=a+b
end
Thanks,
Simon Williams
--
Simon Williams British Atmospheric Data Centre
s.r.williams@rl.ac.uk Tel : 01235 445751 FAX : 01235 445848
|
|
|