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
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
Comment