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

2010-02-11 Thread Carlo de Falco
On 11 Feb 2010, at 22:48, Philip Nienhuis wrote: > Although I manually corrected the relevant files before uploading, I > still see truncated "short" descriptions in the io package overview on > the web site. The truncation occurs at the dot in "OpenOffice.org". > Did you re-generate the package

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

2010-02-11 Thread Philip Nienhuis
Carlo de Falco wrote: > 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

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

2010-02-11 Thread Philip Nienhuis
-- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev ___

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

2010-02-11 Thread Philip Nienhuis
-- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev ___

Re: [OctDev] mpicc and mpiCC

2010-02-11 Thread Eduardo Díaz Díaz
That is! c...@hpcmaster:~/openmpi_ext/src$ make clean rm *.o  *.oct *~ rm: cannot remove `*~': No such file or directory make: [clean] Error 1 (ignored) c...@hpcmaster:~/openmpi_ext/src$ make mkoctfile -s -I/home/csi/openmpi-1.3.3/include -lpthread   -L/home/csi/openmpi-1.3.3/lib -lmpi_cxx -

Re: [OctDev] mpicc and mpiCC

2010-02-11 Thread Michael Creel
AHA! Changing the first line of Makefile in svn to MPICC := mpiCC seems to have the desired effect. I'll check it in, and could you please see if it works then, Eduardo? M. On Thu, Feb 11, 2010 at 12:06 PM, Riccardo Corradini < riccardocorrad...@yahoo.it> wrote: > Please Eduardo, > have a look

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEvexecutingMPI_Init of openmpi_ext

2010-02-11 Thread Eduardo Díaz Díaz
Hello Michael, This is my output: c...@hpcmaster:~/openmpi_ext/src$ ompi_info -c    Configured by: csi    Configured on: Wed Feb 10 19:07:36 CET 2010   Configure host: hpcmaster     Built by: csi     Built on: mié feb 10 19:35:52 CET 2010    

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executingMPI_Init of openmpi_ext

2010-02-11 Thread Eduardo Díaz Díaz
It's true! c...@hpcmaster:~/openmpi_ext/src$ mpiCC -showme:compile -I/home/csi/openmpi-1.3.3/include -pthread c...@hpcmaster:~/openmpi_ext/src$ mpiCC -showme:link -pthread -L/home/csi/openmpi-1.3.3/lib -lmpi_cxx -lmpi -lopen-rte -lopen-pal -libverbs -ldl -Wl,--export-dynamic -lnsl -lutil -lm -

[OctDev] mpicc and mpiCC

2010-02-11 Thread Riccardo Corradini
Please Eduardo, have a look at this: corra...@corradin-desktop:~$ mpicc -showme gcc -I/home/corradin/openmpi-1.3.3/include -pthread -L/home/corradin/openmpi-1.3.3/lib -lmpi -lopen-rte -lopen-pal -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl corra...@corradin-desktop:~$ mpiCC -showme g++ -I/hom

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executingMPI_Init of openmpi_ext

2010-02-11 Thread Eduardo Díaz Díaz
Hello Michael, I was using the newest version but look what is happening: First, the Makefile replace the -lpthread with -pthread: c...@hpcmaster:~/openmpi_ext/src$ mpicc --showme:compile -I/home/csi/openmpi-1.3.3/include -pthread c...@hpcmaster:~/openmpi_ext/src$ mpicc --showme:compile  | se

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

2010-02-11 Thread Olaf Till
On Thu, Feb 11, 2010 at 10:25:23AM +0100, Michael Creel wrote: > On Wed, Feb 10, 2010 at 11:46 PM, Carlo de Falco > wrote: > > > > 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

Re: [OctDev] R: undefined symbol: _ZN3MPI3Win4FreeEv executingMPI_Init of openmpi_ext

2010-02-11 Thread Michael Creel
Hi all, Eduardo, I think you were operating with an old version of the Makefile. As of a week or so ago, the Makefile attempts to read the needed information automatically. Could you please do a checkout of the whole package, and try making it just doing "make all"? Michael On Thu, Feb 11, 2010 at

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

2010-02-11 Thread Michael Creel
On Wed, Feb 10, 2010 at 11:46 PM, Carlo de Falco wrote: > > 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 packag

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

2010-02-11 Thread Eduardo Díaz Díaz
Hello Riccardo, I recompiled again the openmpi1.3.3 with the configure option -lmpi_cxx and openmpi_ext and in my mpiCC apper the option, but not in the mkoctfile mpiCC --showme c...@hpcmaster:~$ mpiCC --showme g++ -I/home/csi/openmpi-1.3.3/include -pthread -L/home/csi/openmpi-1.3.3/lib -lmpi