OpenMP
This commit is contained in:
parent
8b1c9dde7f
commit
1ed7e49ecd
|
|
@ -1,5 +1,5 @@
|
|||
2010-06-23 Holger Vogt
|
||||
* configure.in, bsim3/b3ld.c, bsim3/b3set.c, bsim3/bsim3def.f,
|
||||
* configure.in, INSTALL, bsim3/b3ld.c, bsim3/b3set.c, bsim3/bsim3def.f,
|
||||
spinit.in: Multi-core support with OpenMP for BSIM3 vers. 3.3.0
|
||||
|
||||
2010-06-23 Robert Larice
|
||||
|
|
|
|||
10
INSTALL
10
INSTALL
|
|
@ -217,9 +217,13 @@ This file describes the procedures to install ngspice from sources.
|
|||
is discouraged.
|
||||
|
||||
--with-tcl=tcldir
|
||||
When configured with this option the tcl module
|
||||
"tclspice" is compiled and installed instead of
|
||||
plain ngspice.
|
||||
When configured with this option the tcl module
|
||||
"tclspice" is compiled and installed instead of
|
||||
plain ngspice.
|
||||
|
||||
--enable-openmp
|
||||
Compile ngspice for multi-core processors.
|
||||
Parallelization is done by OpenMP
|
||||
|
||||
|
||||
1.4.2 Options Useful for Debugging Ngspice
|
||||
|
|
|
|||
Loading…
Reference in New Issue