From 678fdd7f16ae3643ab47938d4042401f844c8fb0 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 23 Sep 2017 21:47:30 +0200 Subject: [PATCH] fixup --- visualc/how-to-cuspice-vstudio.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/visualc/how-to-cuspice-vstudio.txt b/visualc/how-to-cuspice-vstudio.txt index 8cd24aec5..fdc288a54 100644 --- a/visualc/how-to-cuspice-vstudio.txt +++ b/visualc/how-to-cuspice-vstudio.txt @@ -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. - - -