search for: intdy

Displaying 7 results from an estimated 7 matches for "intdy".

Did you mean: indy
2006 Apr 25
1
Windows MinGW compiler clarification, consequences
...conductor package depends on the cran package odesolve; odesolve has Fortan source files. Example R code in the Bioconductor package evaluates without issues when the .zip file from cran is used, but generates warnings (originating from the Fortran code of odesolve) when compiled locally: Warning: intdy-- t (=r1) illegal Warning: t not in interval tcur - hu (= r1) to tcur (=r2) Warning: intdy-- t (=r1) illegal Warning: t not in interval tcur - hu (= r1) to tcur (=r2) Warning: lsoda-- trouble from intdy. itask = i1, tout = r1 Error in lsoda(y = y0, times = times, fderiv, parms = c(mod = mod),...
2016 Nov 17
3
DWARF Generator
I have recently been modifying the DWARF parser and have more patches planned and I want to be able to add unit tests that test the internal llvm DWARF APIs to ensure they continue to work and also validate the changes that I am making. There are not many DWARF unit tests other than very simple ones that test DWARF forms currently. I would like to expand this to include many more tests. I had
2016 Nov 18
4
DWARF Generator
> On Nov 17, 2016, at 3:40 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Thu, Nov 17, 2016 at 3:12 PM Greg Clayton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have recently been modifying the DWARF parser and have more patches planned and I want to be able to add unit tests that test the internal llvm DWARF APIs to ensure they continue to
2016 Nov 18
2
DWARF Generator
> On Nov 17, 2016, at 5:40 PM, Robinson, Paul <paul.robinson at sony.com> wrote: > > > >> -----Original Message----- >> From: Greg Clayton [mailto:gclayton at apple.com] >> Sent: Thursday, November 17, 2016 5:01 PM >> To: David Blaikie >> Cc: llvm-dev at lists.llvm.org; Robinson, Paul; Eric Christopher; Adrian >> Prantl >> Subject: Re:
2016 Nov 18
2
DWARF Generator
On Fri, Nov 18, 2016 at 10:18 AM Eric Christopher <echristo at gmail.com> wrote: > On Fri, Nov 18, 2016 at 8:43 AM Greg Clayton <gclayton at apple.com> wrote: > > > > On Nov 17, 2016, at 5:40 PM, Robinson, Paul <paul.robinson at sony.com> > wrote: > > > > > > > >> -----Original Message----- > >> From: Greg Clayton
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following message: Warning message: Installation of package odesolve had non-zero exit status in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1]) Moreover, in the source of odesolve is no makefile. Does anyone know how to get a proper installation? Maartje
2008 Mar 08
1
Installing odesolve package of R under Ubuntu (Debian) Linux
...dgbsl.o gfortran -fpic -g -O2 -c dgefa.f -o dgefa.o gfortran -fpic -g -O2 -c dgesl.f -o dgesl.o gfortran -fpic -g -O2 -c ewset.f -o ewset.o gfortran -fpic -g -O2 -c fdump.f -o fdump.o gfortran -fpic -g -O2 -c fnorm.f -o fnorm.o gfortran -fpic -g -O2 -c i1mach.f -o i1mach.o gfortran -fpic -g -O2 -c intdy.f -o intdy.o gfortran -fpic -g -O2 -c j4save.f -o j4save.o gfortran -fpic -g -O2 -c lsoda.f -o lsoda.o gcc -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -c odesolve_utils.c -o odesolve_utils.o gfortran -fpic -g -O2 -c prja.f -o prja.o gfortran -fpic -g -O2 -c solsy.f -o sols...