mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 19:22:38 +02:00
running in parallel on a multi-core machine (12 min execution time on a i9 9900, ngspice compiled with gcc, debug mode enabled. Linux with Valgrind and Parallel are required.
12 lines
141 B
SourcePawn
12 lines
141 B
SourcePawn
Test sequences for ngspice control structure got
|
|
|
|
.control
|
|
|
|
goto starthere
|
|
echo this not
|
|
* label starthere
|
|
echo done
|
|
|
|
quit
|
|
.endc
|