Files
ngspice/paranoia_parallel/working/testfile1.sh
T
Brian Taylor 6fce461984 Paranoia_Parallel: a test suite for more than 100 test circuits,
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.
2026-07-08 22:47:22 +02:00

6 lines
261 B
Bash

#!/bin/bash
NGSPICE="ngspice -i "
VALGRIND="valgrind --leak-check=full --suppressions=/home/holger/Software/paranoia_parallel/ignore_shared_libs.supp"
cd examples/control_structs
$VALGRIND --log-file=../../s-param.vlog $NGSPICE -o ../../s-param.log s-param.cir