Displaying 20 results from an estimated 2000 matches similar to: "Testing Performance of R on AIX"
2004 Jul 22
2
gcc on AIX is not compatile with R-1.9.1
Hi Uwe Liqqes,
Does the successful compilation for R-1.9.1 on AIX 5.1 depend on the
IBM AIX compiler for C and C++ (xlc/xlC)? gcc on AIX is not compatible
with R1.9.1.
Kexiao
-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de]
Sent: Sunday, July 18, 2004 8:19 AM
To: Liao, Kexiao
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Install R on AIX 5.2 64 Bit
2004 Jul 16
1
Install R on AIX 5.2 64 Bit
Hi your guys,
Recently, I installed R-1.9.1 on AIX 5.2 with 64 bits environment; I
already have following software installed on AIX before I compile
R-1.9.1 source codes:
g++ 2.9.aix51.020209-4 The GNU C++ compiler and headers
gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers
xlf XL Fortran for AIX
perl 5.6.1-2
zlib 1.1.3-10
For latex and makeinfo stuffs, I have
2004 Jul 28
2
Parallel Functions on AIX
Dear R Development Team,
Does the latest version R-1.9.1 provide parallel functions if R is
running on Multiple CPUs Unix platform (IBM AIX e-server)?
Kexiao
[[alternative HTML version deleted]]
2012 Jan 05
3
[LLVMdev] acovea for llvm
Has anyone tried acovea on llvm, acovea is a fairly popular software
package that uses GAs(Genetic Algorithms) to tune compiler
command-line settings to optimize the performance for a given
application. It works with gcc for sure.
2003 Nov 18
2
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
I'm cross-posting the message below (from GCC list) because I believe it
would (at some point) be very beneficial to build an evolutionary
optimization pass into LLVM. The idea would be to discover the perfect
set of optimizations for a given program by trying them all and
analyzing the execution times of each. This would be somewhat like
profile driven optimization except the profile is
2012 Jan 05
1
[LLVMdev] acovea for llvm
I think it is still be hosted on some bzr servers.
Thanks
Xin
On Thu, Jan 5, 2012 at 12:20 PM, Hal Finkel <hfinkel at anl.gov> wrote:
> Is acovea still being distributed? The link that I was able to find
> (http://www.coyotegulch.com/products/acovea/) is no longer valid.
>
> -Hal
>
> On Thu, 2012-01-05 at 12:06 -0500, Xin Tong wrote:
>> Has anyone tried acovea on
2012 Jan 05
0
[LLVMdev] acovea for llvm
Is acovea still being distributed? The link that I was able to find
(http://www.coyotegulch.com/products/acovea/) is no longer valid.
-Hal
On Thu, 2012-01-05 at 12:06 -0500, Xin Tong wrote:
> Has anyone tried acovea on llvm, acovea is a fairly popular software
> package that uses GAs(Genetic Algorithms) to tune compiler
> command-line settings to optimize the performance for a given
2003 Nov 18
0
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
This is a hot topic in the compiler research community, but the focus
there is on
(a) choosing the right optimization sequences internally and
transparently, rather than through combinations of options,
(b) performance prediction techniques so you don't actually have to run
gazillion different choices, and perhaps can even avoid the problem of
choosing representative inputs, as you talked
2004 Aug 04
0
RE: Does tcltk matter for the plot
Hi Paul,
I use executable codes of tex and latex from
http://aixpdslib.seas.ucla.edu/packages/tetex.html) and compile the
original R-1.9.1 source codes using C for AIX compiler V6.0 and Fortran
for AIX compiler 7.1.1 and generate 64 bit R environments. It works
well.
Kexiao
-----Original Message-----
From: Paul Murrell [mailto:p.murrell at auckland.ac.nz]
Sent: Monday, August 02, 2004 6:10
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley
>
> We do have alpha/beta test periods for new releases of R, so
> would anyone
> who did test AIX please confirm that they did succeed. (No
> one reported
> an error, including yourself: are any AIX users interested in helping
> having R available for AIX?) It is much better to have such reports
> during alpha test, or at least beta
2004 Jul 30
1
plot(x,y) core dump
Dear R Development Team,
I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In
order to let R compile successfully under gcc 2.9, I have to change one
C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from
"retrun FALSE" to "retrun NULL", following is C code snapshot:
newX11Desc * Rf_allocNewX11DeviceDesc(double ps)
{
newX11Desc *xd;
2005 Jun 10
1
4.1p1 on AIX5200-05
sshd disconnects
openssh-4.1p1
on IBM p690 AIX 5200-05
using:
openssl-0.9.7g
zlib-1.2.2
openssh-4.1p1
CC="gcc -O0 -maix64" ./configure #- 64-Bit !!!
Compiles ok. ssh works fine.
sshd starts, accepts password, user authenticated
and then disconnects.
Debug log of both sshd and trying-to-connect client
(3.9p1-3.2 on Linux) are enclosed.
For test purposes por 3333
2004 Jul 22
0
compile error on aix 5.2 using gcc 2.9-aix51-020209
Dear R Development Team,
I just compile R-1.9.1 on AIX 5.2 using gcc 2.9-aix51-020209. During
the compile process, there is an error message saying "return type
mismatch in R_HOME/src/modules/X11/devX11.c line 1768. Following is the
part of the C codes from file devX11.c
/**
This allocates an newX11Desc instance and sets its default values.
*/
newX11Desc *
2004 Sep 22
2
X11 problems on AIX (OpenSSH_3.7.1p2-pwexp24)
Hi folks,
I've got a problem with X11 forwarding on an AIX 5.2 system thats stumped
me.
I've installed the same patched + compiled installp package on all our aix
boxes
but one of them won't play ball with X11
ssh -X -v -v user at host gives (grepped out X11 looking lines)
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1:
2004 Sep 21
2
[LLVMdev] Compiler Benchmarks
FYI,
Yesterday's Slashdot had an article about Linux compiler benchmarks from
Coyote Gulch (Scott Ladd). In this update he compares GCC and ICC. You
can read the article here:
http://www.coyotegulch.com/reviews/linux_compilers/
Of particular note was his use of SciMark 2.0 which is a NIST developed
benchmark for scientific computing. Its available in both java and C and
computes a MFLOPS
2003 Nov 19
1
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
On Tue, 2003-11-18 at 15:11, Vikram Adve wrote:
> This is a hot topic in the compiler research community, but the focus
> there is on
> (a) choosing the right optimization sequences internally and
> transparently, rather than through combinations of options,
> (b) performance prediction techniques so you don't actually have to run
> gazillion different choices, and perhaps
2004 Sep 21
0
[LLVMdev] Compiler Benchmarks
Reid Spencer wrote:
> FYI,
>
> Yesterday's Slashdot had an article about Linux compiler benchmarks from
> Coyote Gulch (Scott Ladd). In this update he compares GCC and ICC. You
> can read the article here:
> http://www.coyotegulch.com/reviews/linux_compilers/
>
> Of particular note was his use of SciMark 2.0 which is a NIST developed
> benchmark for scientific
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no
errors. However, when I said make, I got the following errors:
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11
ld: 0711-317 ERROR: Undefined symbol:
2003 Nov 18
1
Interesting pages on optimizations.
Scott Robert Ladd has realized an analysis of GNU C and C++ optimizations, using
a genetic algorithm to discover the most effective optimization flags for
different algorithms.
Check it out: http://www.coyotegulch.com/acovea/index.html
AMD Optimized Windows XviD codec: http://net314.myphone.gr/xvid_amd.html
Happy coding !
<p>>>Forward Agency
In progress we (always) trust.
2004 Jul 30
0
plot() core dump
Dear R Development Team,
I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In
order to let R compile successfully under gcc 2.9, I have to change one
C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from
"retrun FALSE" to "retrun NULL", following is C code snapshot:
newX11Desc * Rf_allocNewX11DeviceDesc(double ps)
{
newX11Desc *xd;