MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Silly Problem/Resolution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114706] Re: Silly Problem/Resolution
  • From: Vicente Ramírez Perea <victe at ramper.net>
  • Date: Mon, 13 Dec 2010 03:54:52 -0500 (EST)

The vcvarsall.bat (in C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\" when is called with param x64 send to a folder (bin\amd64) that no=
t
contain vcvarsamd64.bat. In the folder \bin is vcvars64.bat. Copying and
renaming this file to \bin\ vcvarsamd64.bat will solve the problem, because
modifying the content of vcvarsall.bat does not work because NVCC must
search vcvarsamd64.bat in the am64 dir.
Note, for x64 and amd64 the content of the vcvars*.bat are identical.

Vicente Ram=EDrez Perea


-----Mensaje original-----
De: Vicente Ram=EDrez Perea [mailto:victe at ramper.net]
Enviado el: domingo, 12 de diciembre de 2010 11:42
Para: mathgroup at smc.vnet.net
Asunto: [mg114662] Silly Problem/Resolution

I want to send a message about a silly problem, and silly resolution, with
NVCC and the configuration of VS9 Express with Windows SDK 7.0 for x64.

The answer in
http://stackoverflow.com/questions/2970493/cuda-linking-error-visual-expres=
s
-2008-nvcc-fatal-due-to-null-configuration



Thank you in advance,



Vicente Ram==EDrez Perea


  • Prev by Date: Re: vector/matrix indexed from zero
  • Next by Date: How to ensure ( Overflow[] -> Indeterminate )
  • Previous by thread: Silly Problem/Resolution
  • Next by thread: vector/matrix indexed from zero