Message-ID: <82FEF9D6-6718-4037-B7A9-17602A7B880C@r-project.org>
Date: 2009-10-02T21:49:39Z
From: Simon Urbanek
Subject: Compiling with High Performance Fortran
In-Reply-To: <464668.93840.qm@web59702.mail.ac4.yahoo.com>
On Oct 2, 2009, at 2:35 PM, Fabio Mathias Corr?a wrote:
> Dear,
>
> I looked in the list something on as to compile a code with access
> the High Performance FORTRAN using R CMD SHLIB, but I did not find.
> Would like to know if the accepted R this type of language?
>
R supports systems with FORTRAN 77 and 90/95 compilers including any
extensions such as HPF. R itself doesn't care (it accepts .f90, .f95
etc.) - it's up to you to use a compiler that suits you. Depending on
the exact HPF extensions you're using it may work with a F95 compiler.
The most commonly used compiler is GNU Fortran so you may test your
code with that (it also supported OpenMP which effectively supersedes
HPF).
Cheers,
Simon