Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ajminich
    Junior Member
    • Feb 2012
    • 3

    Running BarraCUDA on Amazon AWS GPU

    Has anyone run BarraCUDA on an Amazon AWS HVM with dual NVIDIA Tesla M2050 GPUs and gotten it to work?

    The main problem I'm experiencing at the moment is the maximum memory: BarraCUDA expects at least 675 MB for buffering, but the 2050 only has enough for a 390 MB buffer. The README.FIRST document in the BarraCUDA 0.6 beta release mentions a work-around by changing the SEQUENCE_TABLE_SIZE_EXPONENTIAL constant from 23 to 21 and recompiling, but the result is still an error message claiming insufficient memory. Anyone have a better workaround?

    Thanks ahead of time,
    AJ
    Last edited by ajminich; 02-02-2012, 02:46 PM.
  • ajminich
    Junior Member
    • Feb 2012
    • 3

    #2
    Workaround Fix

    It turns out that the following block (starting at line 2731 in bwtaln.cu) is the issue:

    Code:
    if(mem_available>>20 < (CUDA_TESLA >> 1)) 
    {
        fprintf(stderr,"[aln_core] Not enough memory to perform alignment (min: %d).\n", CUDA_TESLA >> 1);
        return;
    }
    Commenting out this block and recompiling seems to work.

    Comment

    • brianlamx
      Member
      • Jun 2009
      • 20

      #3
      Hi, it might be useful to disable ECC so that there is more space for the buffer too.

      And if you use the G37 reference from 1K genome project you might be able to get away from doing the 23 to 21 trick. We will test this early next week and let you know what the outcome is.

      Brian

      Comment

      • ajminich
        Junior Member
        • Feb 2012
        • 3

        #4
        Thanks Brian. I will experiment with disabling the GPU's ECC and see what happens.

        Comment

        • brianlamx
          Member
          • Jun 2009
          • 20

          #5
          Have fun aligning

          I can now confirm that you can use a C2050 or even a Geforce GTX580 (3GB) to align reads to the Human Genome without altering the parameter in the code. The only requirement is that the ECC has to be disabled and also the reference genome is the 3.1GB version of the V37 assembly. This can be downloaded from the 1000 genomes project from http://www.1000genomes.org/analysis

          Brian

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            Today, 05:17 AM
          • GATTACAT
            Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by GATTACAT
            Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
            07-01-2026, 11:43 AM
          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:08 AM
          0 responses
          6 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:05 AM
          0 responses
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Working...