Re: [OctDev] New release system and web page up and running

2010-02-10 Thread Carlo de Falco
On 10 Feb 2010, at 23:24, Philip Nienhuis wrote: > Hi, > > Søren Hauberg wrote: >> Hi All >> >> I have been working on a fairly large vaporware project, namely the >> new >> release system and the corresponding web page. That is, up till >> now, as >> it is no longer vaporware :-) >> >> I hav

Re: [OctDev] moving bfgsmin and samin from optim to econometrics

2010-02-10 Thread Carlo de Falco
On 10 Feb 2010, at 21:00, Michael Creel wrote: > True. I put the functions where they are back in the days when o-f was > a monolithic package, so everything got released all at once. I'm > concerned that with the new setup, a package like optim may not get > released for long periods of time. I

Re: [OctDev] New release system and web page up and running

2010-02-10 Thread Philip Nienhuis
Hi, Søren Hauberg wrote: > Hi All > > I have been working on a fairly large vaporware project, namely the new > release system and the corresponding web page. That is, up till now, as > it is no longer vaporware :-) > > I have not really had the time to work out every detail, but it has been > sad

Re: [OctDev] moving bfgsmin and samin from optim to econometrics

2010-02-10 Thread Thomas Weber
On Wed, Feb 10, 2010 at 09:00:22PM +0100, Michael Creel wrote: > On Wed, Feb 10, 2010 at 8:12 PM, Thomas Weber > wrote: > True. I put the functions where they are back in the days when o-f was > a monolithic package, so everything got released all at once. I'm > concerned that with the new setup,

Re: [OctDev] moving bfgsmin and samin from optim to econometrics

2010-02-10 Thread Michael Creel
On Wed, Feb 10, 2010 at 8:12 PM, Thomas Weber wrote: > On Wed, Feb 10, 2010 at 06:27:24AM +0100, Michael Creel wrote: >> On Tue, Feb 9, 2010 at 10:46 PM, Thomas Weber >> wrote: >> > On Tue, Feb 09, 2010 at 10:12:10AM +0100, Michael Creel wrote: >> >> Hello all, >> >> Would there be objection to m

Re: [OctDev] moving bfgsmin and samin from optim to econometrics

2010-02-10 Thread Thomas Weber
On Wed, Feb 10, 2010 at 06:27:24AM +0100, Michael Creel wrote: > On Tue, Feb 9, 2010 at 10:46 PM, Thomas Weber > wrote: > > On Tue, Feb 09, 2010 at 10:12:10AM +0100, Michael Creel wrote: > >> Hello all, > >> Would there be objection to my moving samin and bfgsmin from optim to > >> econometrics? I

[OctDev] I: Re: R: undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext

2010-02-10 Thread Riccardo Corradini
My apologies I should have written something instead of someting --- Mer 10/2/10, Riccardo Corradini ha scritto: Da: Riccardo Corradini Oggetto: Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext A: "Eduardo Díaz Díaz" Cc: octave-dev@lists.sourceforge.net D

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext

2010-02-10 Thread Riccardo Corradini
I think there is someting wrong with the whole set of mpi libs Infact mine is different mkoctfile -s -I/home/corradin/openmpi-1.3.3/include  -lpthread -L/home/corradin/openmpi-1.3.3/lib -lmpi_cxx -lmpi -lopen-rte -lopen-pal -ldl -lnsl -lutil -lm -ldl Because this is my output of mpiCC --showme g

Re: [OctDev] leasqr.m error (2)

2010-02-10 Thread Søren Hauberg
ons, 10 02 2010 kl. 08:20 -0800, skrev Karl Mathia: > The web page >http://octave.sourceforge.net/doc/f/leasqr.html > is not available. The Octave-Forge web site has been changed to allow for a more versatile release system. The link would be http://octave.sourceforge.net/optim/function/le

[OctDev] leasqr.m error (2)

2010-02-10 Thread Karl Mathia
Hello: First: thank you for Octave! The web page http://octave.sourceforge.net/doc/f/leasqr.html is not available. Error meesage: "An error has been encountered in accessing this page. 1. Server: octave.sourceforge.net 2. URL path: /doc/f/leasqr.html 3. Error notes: NONE 4. Error type: 40

[OctDev] leasqr.m error

2010-02-10 Thread Karl Mathia
Hello: First: thank you for Octave! The web page http://octave.sourceforge.net/doc/f/leasqr.html is not available. Error meesage: "An error has been encountered in accessing this page. 1. Server: octave.sourceforge.net 2. URL path: /doc/f/leasqr.html 3. Error notes: NONE 4. Error type: 40

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext

2010-02-10 Thread Eduardo Díaz Díaz
Thanks Riccardo, I recompiled openmpi-1.3.3 again with this: ./configure --enable-mpirun-prefix-by-default --prefix=$HOME/openmpi-1.3.3/ --enable-static nevertheless there are something wrong with warnings: (..) configure: WARNING: Unrecognized options: --enable-mpirun-prefix-by-default, --e

[OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext

2010-02-10 Thread Riccardo Corradini
Hi Eduardo, have a look at http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/openmpi_ext/doc/README?revision=6476&view=markup If you dot include all the mpi libs required you will have this type of problem Also if the problem persists try to recompile openmpi1.3.3 from sourc

[OctDev] undefined symbol: _ZN3MPI3Win4FreeEv executing MPI_Init of openmpi_ext

2010-02-10 Thread Eduardo Díaz Díaz
Hello, I have problems to run successfully the openmpi_ext set instructions for parallel computing. Following the instructions I made: octave3.2 installed openmpi 1.3.3 installed openmpi_ext compiled I run octave on the folder where I have the *.oct files of openmpi_ext: c...@hpcmaster:~/ompi_