Error Verifying CUDA Installation in MAC OS X

Hi:

I am trying to develop CUDA in MAC. I have the following configuration.

MAC OS X:

Version 10.6.4

I have two Video Cards:

NVIDIA GeForce 9400M

NVIDIA GeForce 9400M GT

Both the above cards are certified. I have checked in http://www.nvidia.com/object/cuda_gpus.html.

I have installed the following

1)	CUDA Driver

2)	CUDA Toolkit

3)	GPU Computing SDK

After that I have defined the environment variables as mentioned in the document. I also compiled the files in /Developer/GPU Computing/C using make. It created folder /Developer/GPU Computing/C/bin/darwin/release. Now when I am trying to run

I am getting the following prompt.

When I am running

I am getting the following error.

My question is How can I not have a CUDA capable device when my GeForce cards are certified. I would really appreciate if someone can help me.

My gcc version is as follows:

Regards

Arup

Email: sarkar.arup@gmail.com

Hi:

I am trying to develop CUDA in MAC. I have the following configuration.

MAC OS X:

Version 10.6.4

I have two Video Cards:

NVIDIA GeForce 9400M

NVIDIA GeForce 9400M GT

Both the above cards are certified. I have checked in http://www.nvidia.com/object/cuda_gpus.html.

I have installed the following

1)	CUDA Driver

2)	CUDA Toolkit

3)	GPU Computing SDK

After that I have defined the environment variables as mentioned in the document. I also compiled the files in /Developer/GPU Computing/C using make. It created folder /Developer/GPU Computing/C/bin/darwin/release. Now when I am trying to run

I am getting the following prompt.

When I am running

I am getting the following error.

My question is How can I not have a CUDA capable device when my GeForce cards are certified. I would really appreciate if someone can help me.

My gcc version is as follows:

Regards

Arup

Email: sarkar.arup@gmail.com

It’s more an educated guess, but which versions of the drivers, toolkit and SDK did you install on your machine?

It’s more an educated guess, but which versions of the drivers, toolkit and SDK did you install on your machine?

Hans:

I downloaded the following from NVidia website.

CUDA Toolkit 3.2 RC (September 2010)

Regards,

Arup

Hans:

I downloaded the following from NVidia website.

CUDA Toolkit 3.2 RC (September 2010)

Regards,

Arup

Please mark this as RESOLVED.

This is what I did to solve the problem.

I deleted the directory

rm -r CUDA from /usr/local/
rm -r from “GPU Computing” /Developer/

Downloaded version 3.0 of Driver, Toolkit and GPU Computing and installed. Everything is working as expected.

Regards,
Arup

Please mark this as RESOLVED.

This is what I did to solve the problem.

I deleted the directory

rm -r CUDA from /usr/local/
rm -r from “GPU Computing” /Developer/

Downloaded version 3.0 of Driver, Toolkit and GPU Computing and installed. Everything is working as expected.

Regards,
Arup