in reply to input and output data from PERL code to my Fortran code!!!
If it writes files, it might bring a considerable speed-up to write these files not to a real hard disk, but to a RAM Disk. This should work without modifying the program.
You can call C code from Fortran, and you can interface C from Perl too, so you could also interface Fortran an Perl, but I don't see how that's going to help unless you can actually change the commercial package you're interfacing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: input and output data from Perl code to my Fortran code
by jushin-pon (Initiate) on Sep 16, 2009 at 08:34 UTC | |
by moritz (Cardinal) on Sep 16, 2009 at 09:07 UTC |