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 Innovations in Spatial Biology
            by seqadmin


            Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

            3D Genomics
            While spatial biology often involves studying proteins and RNAs in their...
            Yesterday, 07:30 PM
          • seqadmin
            Advancing Precision Medicine for Rare Diseases in Children
            by seqadmin




            Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
            12-16-2024, 07:57 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 12-30-2024, 01:35 PM
          0 responses
          21 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-17-2024, 10:28 AM
          0 responses
          41 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-13-2024, 08:24 AM
          0 responses
          55 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-12-2024, 07:41 AM
          0 responses
          40 views
          0 likes
          Last Post seqadmin  
          Working...
          X