fixup
This commit is contained in:
parent
31c25db5a7
commit
678fdd7f16
|
|
@ -13,7 +13,7 @@ relative from this directory right here, and unzip there.
|
|||
|
||||
We will invoke the win_bison.exe file
|
||||
in this directory during the visual studio compilation.
|
||||
|
||||
|
||||
Install CUDA
|
||||
(tested with CUDA 8.0 from https://developer.nvidia.com/cuda-downloads)
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ Selection of 'Build' and then 'Rebuild solution' will build
|
|||
complete ngspice, starting with CUDA, where nvcc.exe is used
|
||||
to compile the CUDA files named *.cu, and afterwards all
|
||||
other files are compiled and ngspice.exe is generated. Finally
|
||||
make-install-vngspice.bat is called to copy ngspice.exe,
|
||||
make-install-vngspice.bat is called to copy ngspice.exe,
|
||||
spinit into a directory tree, that resembles the one
|
||||
generated by mingw 'make install'. Some warnings pop up
|
||||
that some files cannot be copied (these are in fact the code
|
||||
|
|
@ -57,6 +57,3 @@ ngspice.exe also searches for spinit in its own directory.
|
|||
|
||||
You may edit spinit to remove all line starting with 'codemodel'
|
||||
to avoid warnings after starting ngspice.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue