search for: batchmat

Displaying 4 results from an estimated 4 matches for "batchmat".

Did you mean: matchmat
2009 Mar 17
1
Need to build package for Affy HT HG-U133+ PM arrays
...ng pdInfoBuilder from CDF, csv annotation, and tab probe files downloaded from Affy, and makePdInfoPackage() fails like so: makePdInfoPackage(pkg, destDir="/home/mcininch/hthgu133pluspm") Creating package in /home/mcininch/hthgu133pluspm/pd.ht.hg.u133.plus.pm Error in data.frame(pmi = batchMat[isPm, "indices"], mmi = batchMat[!isPm, : arguments imply differing number of rows: 18230, 180 Error in is(object, Cl) : error in evaluating the argument 'bind.data' in selecting a method for function 'dbSendPreparedQuery' Any direction to notes or tutorials on t...
2016 Sep 12
6
[RFC] Register Rematerialization (remat) Extension
Hello Developers, I am working with my other batchmates to improve register remat in LLVM. We want to remat live ranges made of multiple instruction. Just to support our proposal here is a simple example that currently remat does not cover $ cat ~/tmp/tl.c void foo(long); void bar() { for (int i = 0; i < 1600; ++i) foo(3494348345984503943);...
2003 Aug 20
1
How to Config & Start Backup Process in NW6 with RSync
...mental backup. kindly help me Thnaks in adv., malleswar Malleswara Rao.N.D M.B.A Manager, Sys Admin Dept., Efftronics Sys Pvt Ltd., Vijayawada. INDIA ___________________________________________________ Meet your old school or college friends from 1 Million + database... Click here to reunite www.batchmates.com/rediff.asp
2003 Sep 22
3
journal buffer_credits problem
Hi, we're working on a stackable versioning file system for 2.4.x. Versioning can easily create lots of files for a file that gets modified frequently, and our current design puts all versions of a file in the same directory as the main file. We are therefore evaluating how stable and efficient different combinations of file systems would be in this scenario. We've run our versionfs on