search for: parallel_

Displaying 8 results from an estimated 8 matches for "parallel_".

Did you mean: parallel
2011 Jun 06
1
RPostgreSQL && snowfall
Dear expeRts, I'm currently trying to get data from a PostgreSQL database _in parallel_. I tried two methods: * passing the DBI Connection object to the cluster nodes * connecting the the DB on each node (1) The execution of the first method looks like this: > result = sfClusterApplyLB(input, fun, dbiCon) and produces an "expired PostgreSQLConnection" error. (Of course t...
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...----------------------------------------------------------- > parallel | OMP_PARALLEL > | OMP_END_PARALLEL > ------------------------------------------------------------ > [parallel] for | OMP_[PARALLEL_]LOOP > | OMP_END_[PARALLEL_]LOOP > ------------------------------------------------------------ > [parallel] sections | OMP_[PARALLEL_]SECTIONS > | OMP_END_[PARALLEL_]SECTIONS > -------...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...DString in metadata ------------------------------------------------------------ parallel | OMP_PARALLEL | OMP_END_PARALLEL ------------------------------------------------------------ [parallel] for | OMP_[PARALLEL_]LOOP | OMP_END_[PARALLEL_]LOOP ------------------------------------------------------------ [parallel] sections | OMP_[PARALLEL_]SECTIONS | OMP_END_[PARALLEL_]SECTIONS ----------------------------------...
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...------------------------------------------------------------ > parallel | OMP_PARALLEL > | OMP_END_PARALLEL > ------------------------------------------------------------ > [parallel] for | OMP_[PARALLEL_]LOOP > | OMP_END_[PARALLEL_]LOOP > ------------------------------------------------------------ > [parallel] sections | OMP_[PARALLEL_]SECTIONS > | OMP_END_[PARALLEL_]SECTIONS > ---------...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...------------------------------------------------------------ > parallel | OMP_PARALLEL > | OMP_END_PARALLEL > ------------------------------------------------------------ > [parallel] for | OMP_[PARALLEL_]LOOP > | OMP_END_[PARALLEL_]LOOP > ------------------------------------------------------------ > [parallel] sections | OMP_[PARALLEL_]SECTIONS > | OMP_END_[PARALLEL_]SECTIONS > ---------...
2006 Aug 20
0
[LLVMdev] Adding register allocator to LLVM
Hi! I've did what Jim Laskey wrote but llc didn't reckognize my regalloc option. So I moved my allocator implementation into seperate folder within CodeGen and wrote separate makefile for it (like in "Writing an LLVM pass" tutorial). But when I run "make" from LLVMOBJDIR it doesn't enter the RegAlloc directory and when linking llc an error like
2006 Aug 03
3
[LLVMdev] Adding register allocator to LLVM
On Thu, 3 Aug 2006, Jim Laskey wrote: > To force the load/linking of your register allocator into the llc/lli tools, > add your create function's global declaration to "Passes.h" and add a > "pseudo" call line to "llvm/Codegen/LinkAllCodegenComponents.h" . Another note: with this new functionality you should be able to dynamically load register
2006 Mar 05
2
how-to: installing R on Knoppix
Installing R on Knoppix Knoppix is a small LINUX distribution (http://www.knoppix.net/) runnable from a CD (without an installation) It can be also installed on a hard drive from a single CD. The idea was to reuse an old laptop with 6gb hard drive and 128mb memory. I had few days experience with Linux and few years experience with R. The latter was not required :-) The Knoppix installation