similar to: Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, (PR#8862)

Displaying 20 results from an estimated 2000 matches similar to: "Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, (PR#8862)"

2006 May 15
1
Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, while plenty of memory available (PR#8861)
Dear R developers, We have a big SGI Origin computation server with 32 cpu's and 64 Gb of RAM. In R 2.0.0 we could run large jobs, allocating 8 Gb of RAM was not a problem, for example by running: > v1 <- seq(1,2^29) > v2 <- seq(1,2^29) > v3 <- seq(1,2^29) > v4 <- seq(1,2^29) This yields an R process, consuming about 8 Gb of RAM: PID PGRP USERNAME
2006 Aug 24
4
High CPU load
Hello, I'm using dovecot-1.0.b9 on a FreeBSD 6.1 system. Usually we have 6 clients connected to dovecot through IMAPs. These clients are Thunderbird 1.5 programs. After some hours, one or two processed go up to 100% WCPU. As an example, this is what I see when I run 'top': last pid: 5111; load averages: 1.34, 1.82, 1.75 up 13+00:04:09 15:26:59 150 processes: 2 running,
2012 Feb 20
2
overlay of two sets of boxplots
Hello, I am new to R and currently have the following problem: I have successfully loaded my data in R which consists of two numeric columns (LI_F and female) and one character column (Strain). So far I can plot two different set of boxplots for each of the numeric columns plotted by the groups of the character column and the commands look like that: boxplot(LI_F~Strain, ylab="LI_F",
1998 Sep 01
0
samba-2.0.0-alpha1 on SGI Irix 6.2
Just compiled samba-2.0.0-alpha1 on SGI Irix 6.2 (using vendor cc). It compiles and is running. Did env CC=cc CFLAGS=-n32 configure --prefix=/var make make install Initially, I tried to build outside the source tree but this failed. +++++++++++++++++++++++++++++++++++++++++ (Mr) David Billinghurst Comalco Research and Technical Support PO Box 316, Thomastown, Vic, Australia, 3074 Phone: +61
2001 Mar 06
0
Does samba work with SGI Irix version 5.3 ?
Hi there, It seems I couldn't find the answer for the question asked in the subject on the samba page. Best regards, A.Bronmans -------------- next part -------------- HTML attachment scrubbed and removed
2002 Apr 26
1
optimization of R on SGI/IRIX
For R-1.4.0, I have been able to build R.bin with -O2 flag. This however did not yield any significant speed-up for my code. I then tried building the binary for 64 bit, but had not been able to configure the build; none of the suggestions that I can find in the r-help search worked for me. I'm looking for any other suggestions -- TIA mod:>> uname -a IRIX64 mod 6.5 10100655 IP35
2004 Apr 18
0
Mounting SMB shares on SGI IRIX
Hello, We have been successfully using Samba to access Unix filesystems on Windows computers. So far we only had SGI IRIX computers and very few Windows computers. Recently we have started adding Windows clients to the network and now we wish to do the reverse i.e. access Windows shared areas from SGI computers, mainly for backup purposes. We are using Networker to take automated backups.
1997 Apr 11
1
R-beta: Installation problems on SGI-IRIX
Hello, first, I'd like to congratulate everybody involved in the development of this statistical software. I've been working for a while with R on Macintosh, and I like the incredible freedom that we get when working with a flexible program like R. Experiencing serious limitations in the implementation of functions and reuse of results of previous analyses in traditional statistical
1997 Dec 31
0
R-beta: small patch for R-0.61 on SGI Irix 5.3
I built R-0.60.1 using SGI's cc and f77 compilers, but it dumped core in scan.c: ConsoleGetchar(), so I waited for 0.61. This had the same problem, which appears to be fixed by the following patch: *** scan.c.000 Fri Nov 21 00:06:43 1997 --- scan.c Wed Dec 31 12:11:05 1997 *************** *** 27,33 **** static char ConsoleBuf[CONSOLE_BUFFER_SIZE]; static char *ConsoleBufp; ! static
1999 Jan 28
0
compiling R for SGI IRIX
When I attempt to compile R, I immediately get the error: 'make: file `Makefile' line 49: bad character & (octal 46) *** Error code 1 (bu21)' I have looked at line 49 of each of the makefiles and none of them seem to contain this character. Any suggestions? -- Cynthia Gibas cindy at mothership.champaign.il.us
2001 May 01
1
fatal compile error on SGI IRIX
IRIX64 6.5 01101245 IP27 20010425 CVS - (djm) Include crypt.h if available in auth-passwd.c cc-1143 cc: ERROR File = /usr/include/crypt.h, Line = 38 Declaration is incompatible with "void des_encrypt(unsigned long *, struct des_ks_struct *, int)" (declared at line 150 of "/usr/local/ssl/include/openssl/des.h"). extern void des_encrypt(char *, int);
2001 Oct 09
0
2.9.9p2 on SGI Irix
Just a FYI: OpenSSH-2.9.9p2 compiles just fine on Irix 6.5.13, using the MIPSPro-7.3 compiler (gcc-3.0 creates a binary that gives funny log messages), linking against the freeware OpenSSL package from freeware.sgi.com No PAM, but anyway... This is how i did it: bash-2.04# export CC=cc bash-2.04# ./configure --prefix=/usr/local/openssh \ --with-ldflags=-L/usr/freeware/lib32 \
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
Hi, First checking out http://www.openbsd.org/errata.html Following is output and error from trying to compile the latest openssh on SGI IRIX (using cc). Previous versions of openssh have compiled cleanly on this system using the following configure options. Is there a quick fix for this? Cheers, Lachlan. ------------------------------------------------------- For SGI IRIX 6.5x 10151453
2001 Mar 11
0
patches for building vorbis-tools on irix with sgi cc
hi - I was just trying to build vorbis-tools-1.0beta4 on an irix 6.5 system using the native C compiler (version 7.21, i think). I had to make a few changes to the sources to get the package to compile. There were a couple files that used alloca() but didn't include alloca.h. There was another source that used index(). On irix, you need to include strings.h to get that declared. However, i
1998 May 06
0
Compiling on SGI Irix 5.3
Hello, I successfully compiled 0.61.3 on SGI Irix 5.3 (CC). But there is a syntax bug in src/graphics/graphics.c. I append a diff. Please, have a look wether the fix is correct! (I'm not shure :-) Thanks for the SHELL variable in the Makefile's. Please, don't forget about the problem with externally installed regular expression libraries (e.g. librx). Perhaps you can improve the
1998 May 06
1
Once more: Compiling on SGI Irix 5.3
I forgot: "make docs" for LaTeX doesn't collect any information about the functions. So in Man.dvi the appendix C is empty. A Bug?? -- ====================================================================== Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal Computing Center D-42097
1999 Jun 01
0
SGI irix and samba
Hi to all, I'm currently experimenting with implementing a samba server on an SGI o2 running irix 6.5.3. The reason for this is that i am trying to shed some load off a netware server currently serving files to 2 workgroups containing 40 people. One group is a Survey section that has 1.5 gig of Civil engineering and Autocad data - this data tends to be of a dynamic nature. I would like
1998 Jul 08
1
R-beta: POSIX and regcomp on SGI-IRIX 5.3
Hey Guys, I'm trying to install R on an SGI IRIX 5.3 machine. I'm having trouble getting R to use POSIX regular expressions. Here is the error message I get when I run help: > help() Error in gsub(pattern, replacement, x, ignore.case, extended) : POSIX regular expressions not available I looked through the R-help archives and I found a few tips concerning the problem. I tried them
1999 Apr 29
1
R-0.64.0 installation on SGI IRIX 6.5 machine
Hi, I am trying to install R-0.64.0 version on SGI machine running IRIX 6.5. Machine details: 319 <mind.krasnow.gmu.edu:R-0.63.3> uname -a IRIX64 mind 6.5 07271714 IP27 Configure script runs fine and the output at the end of configure is: R is now configured for mips-sgi-irix6.5 Source directory: /usr/local/R-0.64.0 Installation directory: /usr/local C compiler:
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
Hi, I'm using R since Version 0.99 on a SGI Indigo 2 with Irix 6.5. I could compile all Versions of R until 1.1.0. When I try to compile Version 1.1.0 or 1.1.1 I get an error in the directory /R-1.1.1/src/unix/X11. Trying to compile the file rbitmap.c in this directory with the gcc compiler command gcc -I. -I../../../src/include -I../../../src/include -I../../../src/include/R_ext