Displaying 16 results from an estimated 16 matches for "fortran90".
1999 Jun 04
1
fortran90 (fwd)
Jim Lindsey wrote:
> I am getting more and more useful and interesting code in Fortran90
> that I would like to incorporate into my R libraries. I am currently
> working on one that does two levels of nesting for binary data (3
> level hierarchical model). This is a great deal of work. Does anyone
> know of a public domain Fortran90 compiler. I am doubtful, given the
> n...
2009 Dec 29
2
Calling Fortran90 code from R
Dear all,
I am currently trying to create a package wrapping Fortran90 code, the
RRTMG radiative transfer model( http://rtweb.aer.com/rrtm_frame.html).
I am doing this on a Linux workstation, with gcc/gfortran, in case
this matters. The code heavily relies on F90 features, in particular
modules, which seem to clash with R's assumptions for calling compiled
code....
1999 Mar 10
1
Fortran90
Hi,
working with R, version 0.63.0, I was successful to dyn.load
fortran90 subroutines on a Solaris 2.6, as long as they are more or less
in conformity with f77.
It was not possible to work with statements like
REAL,DIMENSION(:) :: d
or
x=SUM(y).
REAL,DIMENSION(1:10) :: d is possible.
We compiled R with f77.
Is it possible with real f90 routines or is is in any confl...
2009 Jul 01
1
Fortran90 and 77 on CentOS
Hi all,
Is anybody here using Fortran90 and Fortran77 on their CentOS-machine(s)?
If so, did you get that from a repo or something? One of our PhD-students
needs a software that requires the Fortran compilers mentioned in order to
make the sources for our i7-machines.
The Fortran stuff that is available to me is from the standard Cent...
2007 Nov 01
1
Problem with compiling 64bit R(2.5.1) under HP-UX(ia64)
...ep:
../configure --prefix=/rnd/homes/lfan/R251 --enable-R-shlib CC="cc"
CFLAGS="+z +DD64" CXX="aCC" CXXFLAGS="-b -lxnet +z +DD64" FC="f90"
FCFLAGS="+DD64" F77="f90" FFLAGS="+DD64" LDFLAGS="-L/usr/lib/hpux64
-L/opt/fortran90/lib" LIBnn=lib --with-x=no --with-readline=no
--with-iconv=no --without-jpeglib --without-libpng
--without-system-bzlib --without-tcltk --without-system-pcre
--without-system-zlib
This steps seems to end ok:
R is now configured for ia64-hp-hpux11.23
Source directory: ..
Instal...
2000 Mar 20
1
Need Help Getting through Make on HP-UX 10.20
..../../../library/base/R/base is unchanged
building package `ctest'
../../../library/ctest/R/ctest is unchanged
f90 -c alnorm.f -o alnorm.o
alnorm.f
external function ALNORM
53 Lines Compiled
ld -b -o ctest.sl alnorm.o ansari.o fexact.o kendall.o ks.o prho.o swilk.o /opt/fortran90/lib/libF90.a -lcl /opt/fortran90/lib/libisamstub.a
ld: DP relative code in file alnorm.o - shared library must be position
independent. Use +z or +Z to recompile.
*** Error exit code 1
Thanks,
Marcus...
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help ma...
2008 Jul 14
0
Can't compile in HPUX 11.31 on IA64
...pass the configure step.
R version is 2.7.1 from source tarball.
Machine is HPUX 11.31, 32-CPUs of Itanium II.
Compilers are HPUX C, C++ and Fortran.
(B3910B A.06.15, May 2007)
My config string:
./configure --prefix=/apps/INTEL/R --enable-R-shlib CC=/opt/aCC/bin/cc CXX=/opt/aCC/bin/aCC FC=/opt/fortran90/bin/f90 --prefix=/apps/INTEL/R --enable-R-shlib CFLAGS=+z +DD64 CXXFLAGS=-b +z +DD64 FCFLAGS=+DD64 F77=f90 FFLAGS=+DD64 LDFLAGS=-L/usr/lib/hpux64 -L/opt/fortran90/lib LIBnn=lib --with-x=no --with-readline=no --with-iconv=no --without-jpeglib --without-libpng --without-system-bzlib --without-tcltk -...
2001 Oct 24
0
broken build with LDFLAGS (PR#1141)
Full_Name: Denis Sunko
Version: 1.3.1
OS: HP-UX 11.0
Submission from: (NULL) (161.53.2.114)
I invoked configure by
env LDFLAGS=/opt/fortran90/lib ./configure --with-f77=f90
Problem: although configure completed to (its own) satisfaction, the LDFLAGS
information was not propagated everywhere; I had to change the line
PKG_LIBS = -l:libF90.a -lcl -lisamstub
to
PKG_LIBS = -L/opt/fortran90/lib -l:libF90.a -lcl -lisamstub
in the files...
2010 Mar 24
1
Fortran DLLs and R
Hi All,
I'm writing R code that would benefit from doing certain tasks using
compiled blocks of code, specifically Fortran subroutines of my own
(already written, debugged in both Fortran77 and Fortran90).
I am currently working on a Windows machine using Lahey and/or MinGW(g77)
compilers.
It is possible to dynamically load Fortran DLLs into R as evidenced from
the several documents I've found on-line giving details on how to do this
(specifically for Windows). However, following the example...
2004 Sep 20
1
unable to load shared library "/home/hpc1367/runs/taper/taper.so"
I am trying to load a .so file and get the following error message:
> dyn.load("taper.so",local=F)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/home/hpc1367/runs/taper/taper.so":
ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file
/home/hpc1367/runs/taper/taper.so: symbol f90_init: referenced symbol
not
2011 Aug 31
0
[LLVMdev] llvm-gfortran problems
Hi Ashay,
Do you need specifically llvm-gfortran that is based on gcc 4.2? Since
that, DragonEgg has been introduced - a powerful plugin to gcc that
makes it possible to utilize regular gcc compilers as frontends to
llvm: http://dragonegg.llvm.org/
It generates Fortran90 programs for me very well.
- D.
2011/9/1 Ashay Rane <ashay.rane at tacc.utexas.edu>:
> Hello,
> I have been trying to compile a few small programs
> [http://www.esm.psu.edu/~ajm138/fortranexamples.html] using llvm-gfortran.
> Since I run my own pass on the generated bitcode, I h...
2010 Jan 18
1
A question about build R-2.10.0 on HP-UX ia64 server.
...d be appreciated.
In addition I use below parameter:
export CC="cc"
export CFLAGS="-AC99 +DD64"
export CXX="aCC"
export CXXFLAGS="-b +DD64"
export F77="f90"
export FFLAGS="+DD64"
export LDFLAGS="-L/opt/fortran90/lib -L/usr/lib/hpux64"
./configure --prefix=$/usr/homes/myrhome --enable-R-shlib --with-x --with-readline=no
Thanks in advance,
Xu Jin
_________________________________________________________________
[[elided Hotmail spam]]
[[alternative HTML version deleted]]
2011 Aug 31
4
[LLVMdev] llvm-gfortran problems
Hello,
I have been trying to compile a few small programs [
http://www.esm.psu.edu/~ajm138/fortranexamples.html] using llvm-gfortran.
Since I run my own pass on the generated bitcode, I have had to split the
compilation process into using llvm-gfortran, opt and then llvm-ld (for
linking, as I do with C/C++ programs). For now, I'll drop the `opt'
statement. Here's what I see while
1999 Jul 01
1
version 0.5 of my libraries
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1534 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19990701/51ad9da6/attachment.pl
2010 Jan 18
0
Build R-2.10.0 on HP-UX ia64 server
...Any help or suggestions would be appreciated.
In addition I use below parameter:
export CC="cc"
export CFLAGS="-AC99 +DD64"
export CXX="aCC"
export CXXFLAGS="-b +DD64"
export F77="f90"
export FFLAGS="+DD64"
export LDFLAGS="-L/opt/fortran90/lib -L/usr/lib/hpux64"
./configure --prefix=$/usr/homes/myrhome --enable-R-shlib --with-x --with-readline=no
In addition to the R-2.10.1 still can reproduce this issue with above parameter.
Thanks in advance,
Xu Jin
_______________________________________________________...
2012 Aug 24
5
include dll in R-package
Hi,
We have several projects in the center done by researchers over years
in Fortran, there are copy right issues etc to prevent us from
giving away the source codes, but a lot of social scientist are
interested to use the program. We tried to use dlls to make plugins
(available in our website) in various statistics platforms
(SAS, STATA and R) to make it available to general public.
We used