Displaying 5 results from an estimated 5 matches for "rootm".
Did you mean:
root
2010 Oct 13
1
Wierd nlm behaviour in 2.10.1 and 2.12.0 [Sec=Unclassified]
Hi all,
When upgrading to 2.11.1 recently I noticed different results being produced by my code.
After much digging I have finally narrowed it to a call to nlm().
This can be replicated by:
FixedRemovals<-1836180125888
AbStageInitial<-2223033830403
Rates<- 0.3102445
nlm(function(rootM,Abund,Loss,OtherM)
{(Loss-(rootM/(rootM+OtherM)*
(1-exp(-(rootM+OtherM)))*
Abund))^2}
,0.001,print.level=0,fscale=0, gradtol=1E-10, stepmax = 100.0
,Loss=FixedRemovals
,Abund=AbStageInitial
,OtherM=Rates)$estimate
_________________________________________________...
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...bprofile_rt.a libsupc++.a
Aaron Gray at AMD-LAPTOP-1 /usr/llvm-gcc/lib
$ llvm-ranlib libiberty.a
llvm-ranlib: Error opening archive file: libiberty.a
This is the same for all the library files.
And 'make check' :-
$ make check
make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd}
` ; \
export...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Does not look like the demangle test worked anyway :(
And 'make check' :-
$ make check
make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd}
` ;...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...r/llvm-gcc/lib
> $ llvm-ranlib libiberty.a
> llvm-ranlib: Error opening archive file: libiberty.a
>
>
> This is the same for all the library files.
>
> And 'make check' :-
>
> $ make check
> make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
> (rootme=`${PWDCMD-pwd}`; export rootme; \
> srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
> cd testsuite; \
> EXPECT=expect ; export EXPECT ; \
> if [ -f ${rootme}/../expect/expect ] ; then \
> TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ;
>...
2005 May 19
3
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...itory".
Reid.
On Thu, 2005-05-19 at 16:07 +0100, Aaron Gray wrote:
> Does not look like the demangle test worked anyway :(
> And 'make check' :-
>
> $ make check
> make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
> (rootme=`${PWDCMD-pwd}`; export rootme; \
> srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export
> srcdir ; \
> cd testsuite; \
> EXPECT=expect ; export EXPECT ; \
> if [ -f ${rootme}/../expect/expect ] ; then \
> TCL_LIBRARY=`cd...