|
[Sponsors] |
November 25, 2004, 07:13 |
g77 compiling option
|
#1 |
Guest
Posts: n/a
|
Hi everyone, On the Digital FOrtran working on Windows I can call a function/subroutine and transfer not contiguos data, for example a call statement like this is allowed:
CALL THOMAS(A,B,C,X(2:NX,2:NY)) Basically X(2:nx,2:ny) is a portion of defined array. Does anyone know if there is any compilng option for doing the same by G77 on UNIX machine? Thank you very much Dario Dario |
|
November 25, 2004, 10:02 |
Re: g77 compiling option
|
#2 |
Guest
Posts: n/a
|
At a guess I'd say you can't do this with g77. You will need to use a fortran 90 compiler - try g95/gfortran or, for linux, the intel compiler. There's also the F compiler.
See http://www.fortran.com/ |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Simulation of a single bubble with a VOF-method | Suzzn | CFX | 21 | January 29, 2018 01:58 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |