LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Issue with CUDA-BLASTP (https://www.linuxquestions.org/questions/linux-general-1/issue-with-cuda-blastp-851759/)

abhicdac 12-22-2010 02:45 AM

Issue with CUDA-BLASTP
 
Dear Sir/Madam,


I have installed CUDA-BLASTP on C2050.It is giving me an Error:
"Bad address
Error opening matrix file (null) for reading"

while i am running with following query file and dataset:

./CUDA-BLASTP -i ./data/raimondii_contigs.fasta -d ./data/DB_sorted.fasta


and i am using BLOSUM62 as a matrix file which is already present in package.

And getting the error:"Error happened when the number of GPUs is 0"
while i am running CUDABLASTP with a part of dataset taking as a query file and dataset is same.
above mentioned error is comming from file "CUDA_Blast.cu" included in package.
else
{
printf("Error happened when the number of GPUs is %d\n", localGPU_N);
exit(0);
}


please send me solution of following error as soon as possible.



Thanks & Regards,
Abhinav

EricTRA 12-22-2010 02:58 AM

Hello and Welcome to LinuxQuestions,

First of all, please don't double or in your case triple post your question/problem. Doing so will only confuse you and us and makes it really difficult to follow a thread. If you keep it concentrated in ONE post it'll be easier for you and us to help you.

Second, requesting help as soon as possible will not give you good points with the LQ user community. We're all here putting in on our free time and without payment. If you need urgent help then get paid help, otherwise exercise a little patience.

Reporting as double post

Kind regards,

Eric

XavierP 12-22-2010 03:56 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 09:21 AM.