search for: runti

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

Did you mean: runt
2003 Oct 03
1
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...ii atlas2-base [atlas2] 3.2.1ln-11 Automatically Tuned Linear Algebra > ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file > ii libc6 2.3.2-8 GNU C Library: Shared libraries an > ii libg2c0 1:3.3.2-0pre4 Runtime library for GNU Fortran 77 > ii libgcc1 1:3.3.2-0pre4 GCC support library > ii libjpeg62 6b-8 The Independent JPEG Group's JPEG > ii libncurses5 5.3.20030719-2 Shared libraries for terminal hand > ii libpcre3...
2003 Oct 03
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...3.2.1ln-11 Automatically Tuned Linear Algebra > > > ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file > > > ii libc6 2.3.2-8 GNU C Library: Shared libraries an > > > ii libg2c0 1:3.3.2-0pre4 Runtime library for GNU Fortran 77 > > > ii libgcc1 1:3.3.2-0pre4 GCC support library > > > ii libjpeg62 6b-8 The Independent JPEG Group's JPEG > > > ii libncurses5 5.3.20030719-2 Shared libraries for terminal h...
2003 Oct 04
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
...Automatically Tuned Linear Algebra > > > > ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file > > > > ii libc6 2.3.2-8 GNU C Library: Shared libraries an > > > > ii libg2c0 1:3.3.2-0pre4 Runtime library for GNU Fortran 77 > > > > ii libgcc1 1:3.3.2-0pre4 GCC support library > > > > ii libjpeg62 6b-8 The Independent JPEG Group's JPEG > > > > ii libncurses5 5.3.20030719-2 Shared libraries...
2004 Jan 10
1
High load average and client timeouts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am setting up a proof-of-concept backup server at my office. The end idea is for a dozen or so of our ~200 workstations to dump images (like PowerQuest DeployCenter, not JPEG) to a 2Tb RAID5 at reasonable speeds. The testbed (whose specs are listed below) is, I admit, grossly lacking in RAM. I still think it should handle at least two or three
2006 Apr 26
3
My GD2 is not working
I installed GD2 1.0/1.1, but they are both not working, does anyone knows why? Great Thanks! With GD 1.0 I got: ======================================================== RuntimeError unknown symbol "gdImageSquareToCircle" RAILS_ROOT: /home/virtual/site1/fst/var/www/html/imodesite/public/../config/.. Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/gems/1.8/gems/gd2-1.1/lib/gd2.rb:122:in `[]'' /usr/local/lib/ruby/gems/1.8/gems/gd2-1...
2017 Jun 07
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...it into separate modules. > > ...loading those bitcode files into separate modules (and handing those > modules to JIT) works as expected. What *should* be same code going > directly into JIT does not work. > > Which smells like the problem may be in my JIT hookup and not in > RuntimeDyld. > > I'll try to sort out my codepaths before digging into RuntimeDyld, so I > can be sure I'm doing same things in "live" JIT and when dumping/loading > bitcode. > > I'll let you know what turns up. > > Cheers, > > -- nikodemus > > &...
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...00 00 movl $213, 4 00000054: IMAGE_REL_I386_DIR32 _foo It looks like the offset `4` of the second field of your struct is correct in the object file, so this does seem to be a problem in the JIT-specific linking/loading. Can you try debugging into lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h to see if the relocation is getting applied correctly in the context of your JIT? You may be able to repro this more easily using `lli`. It has a `-jit-kind` argument that should get you into the JIT codepath. (see test/ExecutionEngine/{MCJIT,ORCMCJIT}/) -- Sea...