Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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


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

        Comment


        • #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

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            Today, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 07:17 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-29-2024, 10:49 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Working...
          X