Don't set interactive mode
This commit is contained in:
parent
d3a436b7dd
commit
d8119aaca4
|
|
@ -11,8 +11,8 @@ set filetype=ascii
|
||||||
*set askquit
|
*set askquit
|
||||||
** set the number of threads in openmp
|
** set the number of threads in openmp
|
||||||
** default (if compiled with --enable-openmp) is: 2
|
** default (if compiled with --enable-openmp) is: 2
|
||||||
set num_threads=4
|
set num_threads=8
|
||||||
set interactive
|
*set interactive
|
||||||
|
|
||||||
strcmp __flag $program "ngspice"
|
strcmp __flag $program "ngspice"
|
||||||
if $__flag = 0
|
if $__flag = 0
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ set filetype=ascii
|
||||||
*set askquit
|
*set askquit
|
||||||
** set the number of threads in openmp
|
** set the number of threads in openmp
|
||||||
** default (if compiled with --enable-openmp) is: 2
|
** default (if compiled with --enable-openmp) is: 2
|
||||||
set num_threads=4
|
set num_threads=8
|
||||||
set interactive
|
*set interactive
|
||||||
|
|
||||||
strcmp __flag $program "ngspice"
|
strcmp __flag $program "ngspice"
|
||||||
if $__flag = 0
|
if $__flag = 0
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ set filetype=ascii
|
||||||
*set askquit
|
*set askquit
|
||||||
** set the number of threads in openmp
|
** set the number of threads in openmp
|
||||||
** default (if compiled with --enable-openmp) is: 2
|
** default (if compiled with --enable-openmp) is: 2
|
||||||
set num_threads=4
|
set num_threads=8
|
||||||
set interactive
|
*set interactive
|
||||||
|
|
||||||
strcmp __flag $program "ngspice"
|
strcmp __flag $program "ngspice"
|
||||||
if $__flag = 0
|
if $__flag = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue